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

Function fget

freebsd/kern/kern_descrip.c:3400–3405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3398}
3399
3400int
3401fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp)
3402{
3403
3404 return (_fget(td, fd, fpp, 0, rightsp));
3405}
3406
3407int
3408fget_mmap(struct thread *td, int fd, cap_rights_t *rightsp, vm_prot_t *maxprotp,

Callers 15

zfs_file_openFunction · 0.85
zfs_file_getFunction · 0.85
zfs_file_putFunction · 0.85
zfs_file_getFunction · 0.85
zfs_file_putFunction · 0.85
getf_capsFunction · 0.85
sys___mac_get_fdFunction · 0.85
sys___mac_set_fdFunction · 0.85
sgx_linux_ioctlFunction · 0.85
m_dispose_extcontrolmFunction · 0.85
kern_ftruncateFunction · 0.85
kern_ioctlFunction · 0.85

Calls 1

_fgetFunction · 0.85

Tested by

no test coverage detected