Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dprocdesc.h99 int kern_pdgetpid(struct thread *, int fd, const cap_rights_t *,
/freebsd/sys/kern/
H A Dsys_procdesc.c168 kern_pdgetpid(struct thread *td, int fd, const cap_rights_t *rightsp, in kern_pdgetpid() function
197 error = kern_pdgetpid(td, uap->fd, &cap_pdgetpid_rights, &pid); in sys_pdgetpid()