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

Function fgetvp

freebsd/kern/kern_descrip.c:3526–3531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3524}
3525
3526int
3527fgetvp(struct thread *td, int fd, cap_rights_t *rightsp, struct vnode **vpp)
3528{
3529
3530 return (_fgetvp(td, fd, 0, rightsp, vpp));
3531}
3532
3533int
3534fgetvp_rights(struct thread *td, int fd, cap_rights_t *needrightsp,

Callers 1

audit_canon_pathFunction · 0.85

Calls 1

_fgetvpFunction · 0.85

Tested by

no test coverage detected