Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h68 P_PGID, /* A process group (job control group) */ enumerator
/freebsd/usr.bin/protect/
H A Dprotect.c93 idtype = P_PGID; in main()
/freebsd/sys/sys/
H A Dwait.h108 P_PGID, /* A process group identifier. */ enumerator
/freebsd/sys/kern/
H A Dkern_exit.c1071 case P_PGID: in proc_to_reap()
1215 idtype = P_PGID; in kern_wait()
1288 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()
1292 idtype = P_PGID; in kern_wait6()
H A Dkern_procctl.c1256 case P_PGID: in kern_procctl()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c801 idtype = P_PGID; in linux_wait4()
804 idtype = P_PGID; in linux_wait4()
851 idtype = P_PGID; in linux_waitid()
/freebsd/lib/libsysdecode/
H A Dflags.c147 X(P_PID) X(P_PPID) X(P_PGID) X(P_SID) X(P_CID) X(P_UID) X(P_GID)