Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_prot.c112 td->td_retval[1] = kern_getppid(td); in sys_getpid()
127 td->td_retval[0] = kern_getppid(td); in sys_getppid()
132 kern_getppid(struct thread *td) in kern_getppid() function
/freebsd/sys/sys/
H A Dsyscallsubr.h190 int kern_getppid(struct thread *);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1499 td->td_retval[0] = kern_getppid(td); in linux_getppid()