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

Function cap_rights_fde

freebsd/kern/sys_capability.c:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 */
217
218const cap_rights_t *
219cap_rights_fde(const struct filedescent *fdep)
220{
221
222 return (cap_rights_fde_inline(fdep));
223}
224
225const cap_rights_t *
226cap_rights(struct filedesc *fdp, int fd)

Callers 1

cap_rightsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected