Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ctrun/
H A Dctrun.c62 { "pgrponly", CT_PR_PGRPONLY },
489 if ((opt_param & CT_PR_PGRPONLY) && (opt_count >= 0)) { in main()
491 bit2str(option_params, CT_PR_PGRPONLY)); in main()
531 if (opt_param & CT_PR_PGRPONLY) in main()
668 if ((eff_param & CT_PR_PGRPONLY) == 0) in main()
/titanic_50/usr/src/uts/common/sys/contract/
H A Dprocess.h56 #define CT_PR_PGRPONLY 0x4 /* only kill process group on fatal errors */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dcontracts.c74 CT_PR_INHERIT|CT_PR_PGRPONLY)) != 0) || in create_contract_template()
/titanic_50/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c102 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()
/titanic_50/usr/src/uts/common/contract/
H A Dprocess.c204 (((value) & ~SAFE_EV) && (ctp->ctp_params & CT_PR_PGRPONLY)))
287 if ((ctp->ctp_params & CT_PR_PGRPONLY) && in ctmpl_process_set()
338 SAFE_EV | (ctp->ctp_params & CT_PR_PGRPONLY) ? in ctmpl_process_set()
518 if (ex && (ctp->conp_params & CT_PR_PGRPONLY)) { in contract_process_kill()
/titanic_50/usr/src/cmd/wall/
H A Dwall.c491 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()
/titanic_50/usr/src/lib/libinstzones/common/
H A Dzones_exec.c536 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in _zexec_init_template()
/titanic_50/usr/src/cmd/ctstat/
H A Dctstat.c110 { "pgrponly", CT_PR_PGRPONLY },
/titanic_50/usr/src/cmd/svc/startd/
H A Dfork.c249 CT_PR_EV_HWERR, CT_PR_PGRPONLY, SULOGIN_COOKIE); in fork_sulogin()
H A Dmethod.c377 (iswait ? CT_PR_PGRPONLY : 0)); in method_ready_contract()
/titanic_50/usr/src/cmd/rmvolmgr/
H A Dvold.c506 CT_PR_PGRPONLY | in vold_action()
/titanic_50/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c222 (err = ct_pr_tmpl_set_param(ctfd, CT_PR_PGRPONLY)) != 0 || in dlmgmt_zfop()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshd.c353 if ((errno = ct_pr_tmpl_set_param(contracts_fd, CT_PR_PGRPONLY))) in contracts_pre_fork()
/titanic_50/usr/src/cmd/zlogin/
H A Dzlogin.c1522 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()
/titanic_50/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c595 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()
/titanic_50/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c653 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()