Searched refs:procdesc_find (Results 1 – 3 of 3) sorted by relevance
99 int procdesc_find(struct thread *, int fd, cap_rights_t *, struct proc **);
124 procdesc_find(struct thread *td, int fd, cap_rights_t *rightsp, in procdesc_find() function
1851 error = procdesc_find(td, uap->fd, &cap_pdkill_rights, &p); in sys_pdkill()