Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fgetvp_write
Function
fgetvp_write
freebsd/kern/kern_descrip.c:3580–3586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3578
3579
#ifdef notyet
3580
int
3581
fgetvp_write(struct thread *td, int fd, cap_rights_t *rightsp,
3582
struct vnode **vpp)
3583
{
3584
3585
return (_fgetvp(td, fd, FWRITE, rightsp, vpp));
3586
}
3587
#endif
3588
3589
/*
Callers
nothing calls this directly
Calls
1
_fgetvp
Function · 0.85
Tested by
no test coverage detected