Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dprocdesc.h100 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
/f-stack/freebsd/kern/
H A Dsys_procdesc.c171 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) in kern_pdgetpid() function
199 error = kern_pdgetpid(td, uap->fd, &cap_pdgetpid_rights, &pid); in sys_pdgetpid()