Searched refs:OPT_FATAL (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 52 #define OPT_FATAL 0x2 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 }, 458 opt2bits(option_events, OPT_FATAL, optarg, &opt_fatal, in main()
|