/titanic_41/usr/src/uts/common/sys/contract/ |
H A D | process.h | 68 #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 D | process.c | 448 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 D | process_dump.c | 76 case CT_PR_EV_HWERR: in event_process()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | contracts.c | 75 ((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 D | dhcpagent_util.c | 101 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
|
/titanic_41/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 71 { "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 D | method.c | 92 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 D | fork.c | 248 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 D | restarter.c | 2144 | 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 D | wall.c | 490 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones_exec.c | 535 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in _zexec_init_template()
|
/titanic_41/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 118 { "hwerr", CT_PR_EV_HWERR },
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 356 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 D | vold.c | 504 CT_PR_EV_HWERR); in vold_action()
|
/titanic_41/usr/src/cmd/init/ |
H A D | init.c | 4133 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 D | dlmgmt_db.c | 221 (err = ct_pr_tmpl_set_fatal(ctfd, CT_PR_EV_HWERR)) != 0 || in dlmgmt_zfop()
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 1521 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 594 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
|
/titanic_41/usr/src/cmd/cron/ |
H A D | cron.c | 3556 ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR)) in contract_set_template()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 652 err |= ct_pr_tmpl_set_fatal(fd, CT_PR_EV_HWERR); in init_template()
|