Searched refs:fo_poll (Results 1 – 19 of 19) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | file.h | 154 fo_poll_t *fo_poll; member 354 static __inline fo_poll_t fo_poll; variable 395 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() function 399 return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td)); in fo_poll()
|
| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 70 .fo_poll = eventfd_poll,
|
| H A D | kern_jaildesc.c | 62 .fo_poll = jaildesc_poll,
|
| H A D | sys_generic.c | 1489 ev = fo_poll(fp, selflags(ibits, idx, bit), td->td_ucred, td); in selrescan() 1534 ev = fo_poll(fp, flags, td->td_ucred, td); in selscan() 1758 fd->revents = fo_poll(fp, fd->events, td->td_ucred, td); in pollrescan() 1822 fds->revents = fo_poll(fp, fds->events, in pollscan()
|
| H A D | sys_timerfd.c | 376 .fo_poll = timerfd_poll,
|
| H A D | tty_pts.c | 609 .fo_poll = ptsdev_poll,
|
| H A D | sys_procdesc.c | 107 .fo_poll = procdesc_poll,
|
| H A D | sys_socket.c | 105 .fo_poll = soo_poll,
|
| H A D | uipc_sem.c | 148 .fo_poll = invfo_poll,
|
| H A D | vfs_inotify.c | 95 .fo_poll = inotify_poll,
|
| H A D | sys_pipe.c | 161 .fo_poll = pipe_poll,
|
| H A D | uipc_shm.c | 159 .fo_poll = invfo_poll,
|
| H A D | kern_descrip.c | 5561 .fo_poll = badfo_poll, 5592 .fo_poll = path_poll,
|
| H A D | uipc_mqueue.c | 2689 .fo_poll = mqf_poll,
|
| H A D | kern_event.c | 144 .fo_poll = kqueue_poll,
|
| H A D | vfs_vnops.c | 112 .fo_poll = vn_poll,
|
| /freebsd/sys/dev/ntsync/ |
| H A D | ntsync.c | 510 .fo_poll = invfo_poll, 818 .fo_poll = invfo_poll, 1107 .fo_poll = invfo_poll,
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 1419 error = vnops.fo_poll(fp, events, cred, td); in devfs_poll_f() 2085 .fo_poll = devfs_poll_f,
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1877 .fo_poll = linux_file_poll,
|