Home
last modified time | relevance | path

Searched refs:p_pgid (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_freebsd_loader.h60 #define USB_PROC_GET_GID(td) (td)->p_pgid
H A Dusb_freebsd.h61 #define USB_PROC_GET_GID(td) (td)->p_pgid
/freebsd/sys/kern/
H A Dkern_exit.c1072 if (p->p_pgid != (pid_t)id) { in proc_to_reap()
1290 id = (id_t)q->p_pgid; in kern_wait6()
H A Dkern_prot.c366 if (p->p_pgid == p->p_pid || (pgrp = pgfind(p->p_pid)) != NULL) { in sys_setsid()
/freebsd/sys/dev/hid/
H A Dhidraw.c634 else if (*(int *)addr != sc->sc_async->p_pgid) in hidraw_ioctl()
/freebsd/sys/sys/
H A Dproc.h779 #define p_pgid p_pgrp->pg_id macro
/freebsd/sys/compat/linux/
H A Dlinux_misc.c807 id = p->p_pgid; in linux_wait4()
847 id = p->p_pgid; in linux_waitid()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c983 PS_ADD("pgrp", "%d", p->p_pgid); in linprocfs_doprocstat()