| 347 | } |
| 348 | |
| 349 | static __inline int |
| 350 | fo_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 | |
| 357 | static __inline int |
| 358 | fo_poll(struct file *fp, int events, struct ucred *active_cred, |
no outgoing calls
no test coverage detected