Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/contract/
H A Dprocess.h68 #define CT_PR_EV_HWERR 0x20 /* process experienced uncorrectable error */ macro
70 #define CT_PR_ALLFATAL (CT_PR_EV_CORE | CT_PR_EV_SIGNAL | CT_PR_EV_HWERR)
/titanic_41/usr/src/uts/common/contract/
H A Dprocess.c448 new->ctp_ctmpl.ctmpl_ev_crit = CT_PR_EV_EMPTY | CT_PR_EV_HWERR; in contract_process_default()
449 new->ctp_ev_fatal = CT_PR_EV_HWERR; in contract_process_default()
801 sys_process_tmpl->ctp_ev_fatal = CT_PR_EV_HWERR; in contract_process_init()
1127 if (EVSENDP(ctp, CT_PR_EV_HWERR)) { in contract_process_hwerr()
1135 event->cte_flags = EVINFOP(ctp, CT_PR_EV_HWERR) ? CTE_INFO : 0; in contract_process_hwerr()
1136 event->cte_type = CT_PR_EV_HWERR; in contract_process_hwerr()
1140 if (EVFATALP(ctp, CT_PR_EV_HWERR)) { in contract_process_hwerr()
/titanic_41/usr/src/lib/libcontract/common/
H A Dprocess_dump.c76 case CT_PR_EV_HWERR: in event_process()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dcontracts.c75 ((err = ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR)) != 0) || in create_contract_template()
/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c101 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
/titanic_41/usr/src/cmd/ctrun/
H A Dctrun.c71 { "hwerr", CT_PR_EV_HWERR, OPT_NORMAL | OPT_FATAL },
390 uint_t eff_fatal, opt_fatal = CT_PR_EV_HWERR; in main()
/titanic_41/usr/src/cmd/svc/startd/
H A Dmethod.c92 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,
94 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL,
96 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE
H A Dfork.c248 MAX_SULOGIN_RETRIES, &ctid, CT_PR_EV_HWERR, 0, in fork_sulogin()
249 CT_PR_EV_HWERR, CT_PR_PGRPONLY, SULOGIN_COOKIE); in fork_sulogin()
H A Drestarter.c2144 | CT_PR_EV_HWERR)) == 0) { in contract_action()
2180 case CT_PR_EV_HWERR: in contract_action()
/titanic_41/usr/src/cmd/wall/
H A Dwall.c490 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
/titanic_41/usr/src/lib/libinstzones/common/
H A Dzones_exec.c535 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in _zexec_init_template()
/titanic_41/usr/src/cmd/ctstat/
H A Dctstat.c118 { "hwerr", CT_PR_EV_HWERR },
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c356 if ((errno = ct_tmpl_set_informative(contracts_fd, CT_PR_EV_HWERR))) in contracts_pre_fork()
359 if ((errno = ct_pr_tmpl_set_fatal(contracts_fd, CT_PR_EV_HWERR))) in contracts_pre_fork()
/titanic_41/usr/src/cmd/rmvolmgr/
H A Dvold.c504 CT_PR_EV_HWERR); in vold_action()
/titanic_41/usr/src/cmd/init/
H A Dinit.c4133 legacy_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, CT_PR_EV_HWERR, in contracts_init()
4160 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE, STARTD_COOKIE); in contracts_init()
4393 CT_PR_EV_HWERR, STARTD_COOKIE); in startd_run()
/titanic_41/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c221 (err = ct_pr_tmpl_set_fatal(ctfd, CT_PR_EV_HWERR)) != 0 || in dlmgmt_zfop()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c1521 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c594 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
/titanic_41/usr/src/cmd/cron/
H A Dcron.c3556 ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR)) in contract_set_template()
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c652 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()