Searched refs:P_PGID (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 89 idtype = P_PGID; in waitpid() 95 idtype = P_PGID; in waitpid() 149 idtype = P_PGID; in wait4()
|
H A D | setpriority.c | 63 return (P_PGID); in prio_to_idtype()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | procset.c | 219 case P_PGID: in checkprocset() 239 case P_PGID: in checkprocset() 309 case P_PGID: in procinset() 399 case P_PGID: in procinset() 552 case P_PGID: in lwpinset() 638 case P_PGID: in lwpinset() 799 case P_PGID: in getmyid()
|
H A D | exit.c | 940 case P_PGID: in waitid() 982 if (idtype == P_PGID && id != cp->p_pgrp) in waitid() 1032 if (idtype == P_PGID && id != cp->p_pgrp) in waitid()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 97 P_PGID, /* A process group (job control group) */ enumerator 205 idtype = P_PGID; in wait4()
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | subr.c | 85 { P_PGID, "pgid" }, 181 case P_PGID: 250 case P_PGID: 392 case P_PGID: in verifyupri()
|
H A D | priocntl.c | 624 case P_PGID: 892 case P_PGID:
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procset.h | 67 P_PGID, /* A process group (job control group) */ enumerator
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 104 idtype = P_PGID; in wait4()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | procset.c | 91 case P_PGID: str = "P_PGID"; break; in idtype_enum()
|
/titanic_41/usr/src/cmd/su/ |
H A D | su.c | 959 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status)); in audit_logout() 983 (void) sigsend(P_PGID, pgid, SIGCONT); in audit_logout()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pty.c | 1085 setprocset(&set, POP_AND, P_PGID, -pid, P_ALL, P_MYID); in gsignal()
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 559 (void) sigsend(P_PGID, child_pid, s); in sig_forward()
|