Searched refs:check_opt_dup (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/latencytop/common/ |
H A D | latencytop.c | 66 check_opt_dup(lt_cmd_option_id_t id, uint64_t value) { in check_opt_dup() function 259 } else if (check_opt_dup(LT_CMDOPT_INTERVAL, in main() 271 } else if (check_opt_dup(LT_CMDOPT_LOG_LEVEL, in main() 278 if (check_opt_dup(LT_CMDOPT_LOG_FILE, optind)) { in main() 302 if (check_opt_dup(LT_CMDOPT_F_FILTER, in main() 310 if (check_opt_dup(LT_CMDOPT_F_SCHED, in main() 318 if (check_opt_dup(LT_CMDOPT_F_SOBJ, in main() 326 if (check_opt_dup(LT_CMDOPT_F_LOW, in main() 348 } else if (check_opt_dup(LT_CMDOPT_LOG_INTERVAL, in main() 359 } else if (check_opt_dup(LT_CMDOPT_CONFIG_FILE, in main() [all …]
|