Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcaprights.h90 extern cap_rights_t cap_pdgetpid_rights;
/freebsd/sys/kern/
H A Dsubr_capability.c82 __read_mostly cap_rights_t cap_pdgetpid_rights; variable
131 cap_rights_init_one(&cap_pdgetpid_rights, CAP_PDGETPID); in cap_rights_sysinit()
H A Dsys_procdesc.c196 error = kern_pdgetpid(td, uap->fd, &cap_pdgetpid_rights, &pid); in sys_pdgetpid()