Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dfile.h133 fo_poll_t *fo_poll; member
304 static __inline fo_poll_t fo_poll; variable
345 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() function
349 return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td)); in fo_poll()
/freebsd-12-stable/sys/kern/
Dsys_generic.c1246 ev = fo_poll(fp, selflags(ibits, idx, bit), td->td_ucred, td); in selrescan()
1283 ev = fo_poll(fp, flags, td->td_ucred, td); in selscan()
1476 fd->revents = fo_poll(fp, fd->events, td->td_ucred, td); in pollrescan()
1539 fds->revents = fo_poll(fp, fds->events, in pollscan()
Dsys_procdesc.c109 .fo_poll = procdesc_poll,
Dtty_pts.c610 .fo_poll = ptsdev_poll,
Dsys_socket.c108 .fo_poll = soo_poll,
Duipc_sem.c150 .fo_poll = invfo_poll,
Duipc_shm.c141 .fo_poll = invfo_poll,
Dsys_pipe.c165 .fo_poll = pipe_poll,
Dkern_event.c138 .fo_poll = kqueue_poll,
Dvfs_vnops.c111 .fo_poll = vn_poll,
Duipc_mqueue.c2657 .fo_poll = mqf_poll,
Dkern_descrip.c4263 .fo_poll = badfo_poll,
/freebsd-12-stable/sys/compat/linux/
Dlinux_event.c142 .fo_poll = eventfd_poll,
183 .fo_poll = timerfd_poll,
/freebsd-12-stable/sys/fs/devfs/
Ddevfs_vnops.c1243 error = vnops.fo_poll(fp, events, cred, td); in devfs_poll_f()
1880 .fo_poll = devfs_poll_f,
/freebsd-12-stable/sys/opencrypto/
Dcryptodev.c295 .fo_poll = invfo_poll,
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_compat.c1772 .fo_poll = linux_file_poll,