Home
last modified time | relevance | path

Searched refs:P_PGID (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dwaitpid.c89 idtype = P_PGID; in waitpid()
95 idtype = P_PGID; in waitpid()
149 idtype = P_PGID; in wait4()
H A Dsetpriority.c63 return (P_PGID); in prio_to_idtype()
/titanic_41/usr/src/uts/common/os/
H A Dprocset.c219 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 Dexit.c940 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 Dwait.c97 P_PGID, /* A process group (job control group) */ enumerator
205 idtype = P_PGID; in wait4()
/titanic_41/usr/src/cmd/priocntl/
H A Dsubr.c85 { P_PGID, "pgid" },
181 case P_PGID:
250 case P_PGID:
392 case P_PGID: in verifyupri()
H A Dpriocntl.c624 case P_PGID:
892 case P_PGID:
/titanic_41/usr/src/uts/common/sys/
H A Dprocset.h67 P_PGID, /* A process group (job control group) */ enumerator
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c104 idtype = P_PGID; in wait4()
/titanic_41/usr/src/cmd/truss/
H A Dprocset.c91 case P_PGID: str = "P_PGID"; break; in idtype_enum()
/titanic_41/usr/src/cmd/su/
H A Dsu.c959 (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 Dtty_pty.c1085 setprocset(&set, POP_AND, P_PGID, -pid, P_ALL, P_MYID); in gsignal()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c559 (void) sigsend(P_PGID, child_pid, s); in sig_forward()