| 355 | } |
| 356 | |
| 357 | static __inline int |
| 358 | fo_poll(struct file *fp, int events, struct ucred *active_cred, |
| 359 | struct thread *td) |
| 360 | { |
| 361 | |
| 362 | return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td)); |
| 363 | } |
| 364 | |
| 365 | static __inline int |
| 366 | fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, |
no outgoing calls
no test coverage detected