Searched refs:CT_PR_PGRPONLY (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 62 { "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 D | process.h | 56 #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 D | contracts.c | 74 CT_PR_INHERIT|CT_PR_PGRPONLY)) != 0) || in create_contract_template()
|
/titanic_50/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 102 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 D | process.c | 204 (((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 D | wall.c | 491 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 D | zones_exec.c | 536 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 D | ctstat.c | 110 { "pgrponly", CT_PR_PGRPONLY },
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | fork.c | 249 CT_PR_EV_HWERR, CT_PR_PGRPONLY, SULOGIN_COOKIE); in fork_sulogin()
|
H A D | method.c | 377 (iswait ? CT_PR_PGRPONLY : 0)); in method_ready_contract()
|
/titanic_50/usr/src/cmd/rmvolmgr/ |
H A D | vold.c | 506 CT_PR_PGRPONLY | in vold_action()
|
/titanic_50/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 222 (err = ct_pr_tmpl_set_param(ctfd, CT_PR_PGRPONLY)) != 0 || in dlmgmt_zfop()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 353 if ((errno = ct_pr_tmpl_set_param(contracts_fd, CT_PR_PGRPONLY))) in contracts_pre_fork()
|
/titanic_50/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 1522 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 595 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 D | zonestatd.c | 653 err |= ct_pr_tmpl_set_param(fd, CT_PR_PGRPONLY | CT_PR_REGENT); in init_template()
|