Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/sys/
H A Dpoll.h67 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
/f-stack/freebsd/kern/
H A Dsys_eventfd.c245 if ((events & (POLLOUT | POLLWRNORM)) != 0 && UINT64_MAX - 1 > in eventfd_poll()
247 revents |= events & (POLLOUT | POLLWRNORM); in eventfd_poll()
H A Dtty_pts.c414 if (events & (POLLOUT|POLLWRNORM)) { in ptsdev_poll()
417 revents |= events & (POLLOUT|POLLWRNORM); in ptsdev_poll()
434 if (events & (POLLOUT|POLLWRNORM)) in ptsdev_poll()
H A Dvfs_default.c637 return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
654 return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
H A Dtty.c666 } else if (events & (POLLOUT|POLLWRNORM)) { in ttydev_poll()
669 revents |= events & (POLLOUT|POLLWRNORM); in ttydev_poll()
675 if (events & (POLLOUT|POLLWRNORM)) in ttydev_poll()
H A Dsys_pipe.c1438 if (fp->f_flag & FWRITE && events & (POLLOUT | POLLWRNORM)) in pipe_poll()
1444 revents |= events & (POLLOUT | POLLWRNORM); in pipe_poll()
H A Dsys_generic.c938 return (events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); in poll_no_poll()
1250 POLLWRNORM | POLLHUP | POLLERR,
H A Duipc_socket.c3558 if (events & (POLLOUT | POLLWRNORM))
3560 revents |= events & (POLLOUT | POLLWRNORM);
3578 if (events & (POLLOUT | POLLWRNORM)) {
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c452 if ((events & (POLLOUT | POLLWRNORM)) && ipf_sync_canwrite(&V_ipfmain)) in ipfpoll()
453 revents |= events & (POLLOUT | POLLWRNORM); in ipfpoll()
/f-stack/freebsd/net/
H A Dbpf.c2104 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in bpfpoll()
2109 revents = events & (POLLOUT | POLLWRNORM); in bpfpoll()
H A Dif_tuntap.c1927 revents |= events & (POLLOUT | POLLWRNORM); in tunpoll()