Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
const cap_rights_t *
219
cap_rights_fde(const struct filedescent *fdep)
220
{
221
222
return (cap_rights_fde_inline(fdep));
223
}
224
225
const cap_rights_t *
226
cap_rights(struct filedesc *fdp, int fd)
Callers
1
cap_rights
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected