Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c87 idtype = P_PGID; in waitpid()
93 idtype = P_PGID; in waitpid()
147 idtype = P_PGID; in wait4()
H A Dsetpriority.c61 return (P_PGID); in prio_to_idtype()
/illumos-gate/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.c1076 case P_PGID: in waitid()
1118 if (idtype == P_PGID && id != cp->p_pgrp) in waitid()
1168 if (idtype == P_PGID && id != cp->p_pgrp) in waitid()
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c82 { P_PGID, "pgid" },
178 case P_PGID:
247 case P_PGID:
389 case P_PGID: in verifyupri()
H A Dpriocntl.c618 case P_PGID: in set_procs()
880 case P_PGID: in ids2pids()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h65 P_PGID, /* A process group (job control group) */ enumerator
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c102 idtype = P_PGID; in wait4()
/illumos-gate/usr/src/cmd/truss/
H A Dprocset.c88 case P_PGID: str = "P_PGID"; break; in idtype_enum()
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c55 { P_PGID, "pgid" },
/illumos-gate/usr/src/cmd/su/
H A Dsu.c979 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status)); in audit_logout()
1003 (void) sigsend(P_PGID, pgid, SIGCONT); in audit_logout()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c1072 setprocset(&set, POP_AND, P_PGID, -pid, P_ALL, P_MYID); in gsignal()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c561 (void) sigsend(P_PGID, child_pid, s); in sig_forward()