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

Function fgetvp_read

freebsd/kern/kern_descrip.c:3565–3570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3563}
3564
3565int
3566fgetvp_read(struct thread *td, int fd, cap_rights_t *rightsp, struct vnode **vpp)
3567{
3568
3569 return (_fgetvp(td, fd, FREAD, rightsp, vpp));
3570}
3571
3572int
3573fgetvp_exec(struct thread *td, int fd, cap_rights_t *rightsp, struct vnode **vpp)

Callers

nothing calls this directly

Calls 1

_fgetvpFunction · 0.85

Tested by

no test coverage detected