MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cap_rights

Function cap_rights

freebsd/kern/sys_capability.c:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225const cap_rights_t *
226cap_rights(struct filedesc *fdp, int fd)
227{
228
229 return (cap_rights_fde(&fdp->fd_ofiles[fd]));
230}
231
232int
233kern_cap_rights_limit(struct thread *td, int fd, cap_rights_t *rights)

Callers 5

kern_cap_rights_limitFunction · 0.70
sys___cap_rights_getFunction · 0.70
kern_kmq_notifyFunction · 0.70
fget_mmapFunction · 0.70
kern_proc_filedesc_outFunction · 0.70

Calls 1

cap_rights_fdeFunction · 0.85

Tested by

no test coverage detected