Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ctrun/
H A Dctrun.c389 uint_t opt_crit = 0; in main() local
454 opt2bits(option_events, OPT_NORMAL, optarg, &opt_crit, in main()
532 opt_crit = CT_PR_EV_EMPTY; in main()
534 opt_crit |= opt_fatal | CT_PR_EV_EMPTY; in main()
535 if (errno = ct_tmpl_set_critical(fd, opt_crit)) in main()