Searched defs:option_events (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c68 static optvect_t option_events[] = { variable
450 opt2bits(option_events, OPT_NORMAL, optarg, &opt_info,
454 opt2bits(option_events, OPT_NORMAL, optarg, &opt_crit,
458 opt2bits(option_events, OPT_FATAL, optarg, &opt_fatal,
672 bit2str(option_events, event), ctid);
/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); local
244 print_bits(ct_status_get_critical(hdl), option_events); local
296 print_bits(event, option_events);

Completed in 46 milliseconds