Searched refs:OPT_NORMAL (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ctrun/
H A Dctrun.c51 #define OPT_NORMAL 0x1 macro
69 { "core", CT_PR_EV_CORE, OPT_NORMAL | OPT_FATAL },
70 { "signal", CT_PR_EV_SIGNAL, OPT_NORMAL | OPT_FATAL },
71 { "hwerr", CT_PR_EV_HWERR, OPT_NORMAL | OPT_FATAL },
72 { "empty", CT_PR_EV_EMPTY, OPT_NORMAL },
73 { "fork", CT_PR_EV_FORK, OPT_NORMAL },
74 { "exit", CT_PR_EV_EXIT, OPT_NORMAL },
450 opt2bits(option_events, OPT_NORMAL, optarg, &opt_info,
454 opt2bits(option_events, OPT_NORMAL, optarg, &opt_crit,

Completed in 91 milliseconds