Home
last modified time | relevance | path

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

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