Searched refs:P_PGID (Results 1 – 3 of 3) sorted by relevance
111 P_PGID, /* A process group identifier. */ enumerator
1010 case P_PGID: in proc_to_reap()1154 idtype = P_PGID; in kern_wait()1224 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()1228 idtype = P_PGID; in kern_wait6()
809 case P_PGID: in kern_procctl()