Searched refs:NSI_ARG_UNUSED (Results 1 – 2 of 2) sorted by relevance
413 NSI_ARG_UNUSED(offset); in cmd_stop_at_found()423 NSI_ARG_UNUSED(argv); in cmd_realtime_found()424 NSI_ARG_UNUSED(offset); in cmd_realtime_found()430 NSI_ARG_UNUSED(argv); in cmd_no_realtime_found()431 NSI_ARG_UNUSED(offset); in cmd_no_realtime_found()437 NSI_ARG_UNUSED(argv); in cmd_rtcoffset_found()438 NSI_ARG_UNUSED(offset); in cmd_rtcoffset_found()444 NSI_ARG_UNUSED(argv); in cmd_rt_drift_found()445 NSI_ARG_UNUSED(offset); in cmd_rt_drift_found()456 NSI_ARG_UNUSED(argv); in cmd_rt_ratio_found()[all …]
24 #ifndef NSI_ARG_UNUSED25 #define NSI_ARG_UNUSED(x) (void)(x) macro