Home
last modified time | relevance | path

Searched refs:P_PID (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dwait.h109 P_PID, /* A process identifier. */ enumerator
/f-stack/freebsd/arm/arm/
H A Dgenassym.c100 ASSYM(P_PID, offsetof(struct proc, p_pid));
/f-stack/freebsd/kern/
H A Dkern_exit.c1004 case P_PID: in proc_to_reap()
1157 idtype = P_PID; in kern_wait()
1224 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()
H A Dkern_procctl.c743 if (idtype != P_PID) in kern_procctl()
798 case P_PID: in kern_procctl()
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c454 if (idtype != P_PID) { in cpu_procctl()
/f-stack/freebsd/vm/
H A Dvm_mmap.c766 return (kern_procctl(td, P_PID, td->td_proc->p_pid, in kern_madvise()