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

/freebsd-10.0-release/sys/sys/
H A Dfile.h120 fo_poll_t *fo_poll; member in struct:fileops
282 static __inline fo_poll_t fo_poll; variable
323 fo_poll(struct file *fp, int events, struct ucred *active_cred, function
327 return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td));
/freebsd-10.0-release/sys/dev/streams/
H A Dstreams.c95 .fo_poll = soo_poll,
/freebsd-10.0-release/sys/kern/
H A Dsys_socket.c63 .fo_poll = soo_poll,
H A Dsys_generic.c1140 * Compute the fo_poll flags required for a fd given by the index and
1235 ev = fo_poll(fp, selflags(ibits, idx, bit), td->td_ucred, td);
1275 ev = fo_poll(fp, flags, td->td_ucred, td);
1410 fd->revents = fo_poll(fp, fd->events, td->td_ucred, td);
1484 fds->revents = fo_poll(fp, fds->events,
1580 * Preallocate two selfds associated with 'cookie'. Some fo_poll routines
H A Dsys_procdesc.c110 .fo_poll = procdesc_poll,
H A Dtty_pts.c596 .fo_poll = ptsdev_poll,
H A Duipc_sem.c146 .fo_poll = ksem_poll,
H A Duipc_shm.c131 .fo_poll = shm_poll,
H A Dsys_pipe.c161 .fo_poll = pipe_poll,
H A Dvfs_vnops.c98 .fo_poll = vn_poll,
H A Dkern_event.c124 .fo_poll = kqueue_poll,
H A Duipc_mqueue.c2608 .fo_poll = mqf_poll,
H A Dkern_descrip.c3963 .fo_poll = badfo_poll,
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dlinux_compat.c565 .fo_poll = linux_file_poll,
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.c301 .fo_poll = cryptof_poll,
/freebsd-10.0-release/sys/fs/devfs/
H A Ddevfs_vnops.c1697 .fo_poll = devfs_poll_f,

Completed in 270 milliseconds