Home
last modified time | relevance | path

Searched refs:kern_getppid (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_prot.c107 td->td_retval[1] = kern_getppid(td); in sys_getpid()
122 td->td_retval[0] = kern_getppid(td); in sys_getppid()
127 kern_getppid(struct thread *td) in kern_getppid() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h160 int kern_getppid(struct thread *);