Symbol: fo_poll
sys/compat/linuxkpi/common/src/linux_compat.c
1849
.fo_poll = linux_file_poll,
sys/dev/ntsync/ntsync.c
1107
.fo_poll = invfo_poll,
sys/dev/ntsync/ntsync.c
510
.fo_poll = invfo_poll,
sys/dev/ntsync/ntsync.c
818
.fo_poll = invfo_poll,
sys/fs/devfs/devfs_vnops.c
1419
error = vnops.fo_poll(fp, events, cred, td);
sys/fs/devfs/devfs_vnops.c
2085
.fo_poll = devfs_poll_f,
sys/kern/kern_descrip.c
5561
.fo_poll = badfo_poll,
sys/kern/kern_descrip.c
5592
.fo_poll = path_poll,
sys/kern/kern_event.c
144
.fo_poll = kqueue_poll,
sys/kern/kern_jaildesc.c
62
.fo_poll = jaildesc_poll,
sys/kern/sys_eventfd.c
70
.fo_poll = eventfd_poll,
sys/kern/sys_generic.c
1489
ev = fo_poll(fp, selflags(ibits, idx, bit), td->td_ucred, td);
sys/kern/sys_generic.c
1534
ev = fo_poll(fp, flags, td->td_ucred, td);
sys/kern/sys_generic.c
1758
fd->revents = fo_poll(fp, fd->events, td->td_ucred, td);
sys/kern/sys_generic.c
1822
fds->revents = fo_poll(fp, fds->events,
sys/kern/sys_pipe.c
161
.fo_poll = pipe_poll,
sys/kern/sys_procdesc.c
107
.fo_poll = procdesc_poll,
sys/kern/sys_socket.c
105
.fo_poll = soo_poll,
sys/kern/sys_timerfd.c
376
.fo_poll = timerfd_poll,
sys/kern/tty_pts.c
606
.fo_poll = ptsdev_poll,
sys/kern/uipc_mqueue.c
2689
.fo_poll = mqf_poll,
sys/kern/uipc_sem.c
148
.fo_poll = invfo_poll,
sys/kern/uipc_shm.c
159
.fo_poll = invfo_poll,
sys/kern/vfs_inotify.c
95
.fo_poll = inotify_poll,
sys/kern/vfs_vnops.c
112
.fo_poll = vn_poll,
sys/sys/file.h
154
fo_poll_t *fo_poll;
sys/sys/file.h
354
static __inline fo_poll_t fo_poll;
sys/sys/file.h
399
return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td));