Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dprocdesc.h99 int procdesc_find(struct thread *, int fd, cap_rights_t *, struct proc **);
/f-stack/freebsd/kern/
H A Dsys_procdesc.c124 procdesc_find(struct thread *td, int fd, cap_rights_t *rightsp, in procdesc_find() function
H A Dkern_sig.c1851 error = procdesc_find(td, uap->fd, &cap_pdkill_rights, &p); in sys_pdkill()