Home
last modified time | relevance | path

Searched refs:fo_poll (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/sys/
H A Dfile.h154 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 Dsys_eventfd.c70 .fo_poll = eventfd_poll,
H A Dkern_jaildesc.c62 .fo_poll = jaildesc_poll,
H A Dsys_generic.c1489 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 Dsys_timerfd.c376 .fo_poll = timerfd_poll,
H A Dtty_pts.c609 .fo_poll = ptsdev_poll,
H A Dsys_procdesc.c107 .fo_poll = procdesc_poll,
H A Dsys_socket.c105 .fo_poll = soo_poll,
H A Duipc_sem.c148 .fo_poll = invfo_poll,
H A Dvfs_inotify.c95 .fo_poll = inotify_poll,
H A Dsys_pipe.c161 .fo_poll = pipe_poll,
H A Duipc_shm.c159 .fo_poll = invfo_poll,
H A Dkern_descrip.c5561 .fo_poll = badfo_poll,
5592 .fo_poll = path_poll,
H A Duipc_mqueue.c2689 .fo_poll = mqf_poll,
H A Dkern_event.c144 .fo_poll = kqueue_poll,
H A Dvfs_vnops.c112 .fo_poll = vn_poll,
/freebsd/sys/dev/ntsync/
H A Dntsync.c510 .fo_poll = invfo_poll,
818 .fo_poll = invfo_poll,
1107 .fo_poll = invfo_poll,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1419 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 Dlinux_compat.c1877 .fo_poll = linux_file_poll,