MCPcopy Index your code
hub / github.com/F-Stack/f-stack / fo_ioctl

Function fo_ioctl

freebsd/sys/file.h:349–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static __inline int
350fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred,
351 struct thread *td)
352{
353
354 return ((*fp->f_ops->fo_ioctl)(fp, com, data, active_cred, td));
355}
356
357static __inline int
358fo_poll(struct file *fp, int events, struct ucred *active_cred,

Callers 7

sgx_linux_ioctlFunction · 0.85
kern_socketFunction · 0.85
kern_accept4Function · 0.85
kern_socketpairFunction · 0.85
kern_ioctlFunction · 0.85
vn_seekFunction · 0.85
kern_fcntlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected