Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h144 fo_poll_t *fo_poll; member
334 static __inline fo_poll_t fo_poll; variable
375 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() function
379 return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td)); in fo_poll()
/freebsd/sys/kern/
H A Dsys_eventfd.c69 .fo_poll = eventfd_poll,
H A Dsys_generic.c1427 ev = fo_poll(fp, selflags(ibits, idx, bit), td->td_ucred, td); in selrescan()
1472 ev = fo_poll(fp, flags, td->td_ucred, td); in selscan()
1696 fd->revents = fo_poll(fp, fd->events, td->td_ucred, td); in pollrescan()
1760 fds->revents = fo_poll(fp, fds->events, in pollscan()
H A Dsys_procdesc.c104 .fo_poll = procdesc_poll,
H A Dsys_timerfd.c367 .fo_poll = timerfd_poll,
H A Dtty_pts.c605 .fo_poll = ptsdev_poll,
H A Dsys_socket.c104 .fo_poll = soo_poll,
H A Duipc_sem.c148 .fo_poll = invfo_poll,
H A Dsys_pipe.c161 .fo_poll = pipe_poll,
H A Duipc_shm.c158 .fo_poll = invfo_poll,
H A Dkern_descrip.c5275 .fo_poll = badfo_poll,
5306 .fo_poll = path_poll,
H A Duipc_mqueue.c2689 .fo_poll = mqf_poll,
H A Dkern_event.c136 .fo_poll = kqueue_poll,
H A Dvfs_vnops.c114 .fo_poll = vn_poll,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1388 error = vnops.fo_poll(fp, events, cred, td); in devfs_poll_f()
2045 .fo_poll = devfs_poll_f,
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1800 .fo_poll = linux_file_poll,