Searched refs:check_opt_dup (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/latencytop/ |
H A D | latencytop.c | 66 check_opt_dup(lt_cmd_option_id_t id, uint64_t value) in check_opt_dup() function 260 } else if (check_opt_dup(LT_CMDOPT_INTERVAL, in main() 272 } else if (check_opt_dup(LT_CMDOPT_LOG_LEVEL, in main() 279 if (check_opt_dup(LT_CMDOPT_LOG_FILE, optind)) { in main() 303 if (check_opt_dup(LT_CMDOPT_F_FILTER, in main() 311 if (check_opt_dup(LT_CMDOPT_F_SCHED, in main() 319 if (check_opt_dup(LT_CMDOPT_F_SOBJ, in main() 327 if (check_opt_dup(LT_CMDOPT_F_LOW, in main() 349 } else if (check_opt_dup(LT_CMDOPT_LOG_INTERVAL, in main() 360 } else if (check_opt_dup(LT_CMDOPT_CONFIG_FILE, in main() [all …]
|