Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h139 fo_poll_t *fo_poll; member
317 static __inline fo_poll_t fo_poll; variable
358 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() function
362 return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td)); in fo_poll()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c76 .fo_poll = eventfd_poll,
H A Dsys_generic.c1345 ev = fo_poll(fp, selflags(ibits, idx, bit), td->td_ucred, td); in selrescan()
1390 ev = fo_poll(fp, flags, td->td_ucred, td); in selscan()
1590 fd->revents = fo_poll(fp, fd->events, td->td_ucred, td); in pollrescan()
1654 fds->revents = fo_poll(fp, fds->events, in pollscan()
H A Dsys_procdesc.c108 .fo_poll = procdesc_poll,
H A Dtty_pts.c614 .fo_poll = ptsdev_poll,
H A Dsys_socket.c110 .fo_poll = soo_poll,
H A Duipc_sem.c150 .fo_poll = invfo_poll,
H A Dsys_pipe.c165 .fo_poll = pipe_poll,
H A Duipc_shm.c156 .fo_poll = invfo_poll,
H A Dkern_event.c138 .fo_poll = kqueue_poll,
H A Duipc_mqueue.c2667 .fo_poll = mqf_poll,
H A Dvfs_vnops.c115 .fo_poll = vn_poll,
H A Dkern_descrip.c4977 .fo_poll = badfo_poll,