Home
last modified time | relevance | path

Searched refs:option_events (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c66 static optvect_t option_events[] = { variable
448 opt2bits(option_events, OPT_NORMAL, optarg, &opt_info, in main()
452 opt2bits(option_events, OPT_NORMAL, optarg, &opt_crit, in main()
456 opt2bits(option_events, OPT_FATAL, optarg, &opt_fatal, in main()
670 bit2str(option_events, event), ctid); in main()
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c115 static optvect_t option_events[] = { variable
233 print_bits(ct_status_get_informative(hdl), option_events); in verb_info()
244 print_bits(ct_status_get_critical(hdl), option_events); in verb_crit()
296 print_bits(event, option_events); in verb_fatal()