Home
last modified time | relevance | path

Searched refs:POLLRDNORM (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/sys/
H A Dpoll.h66 #define POLLRDNORM 0x0040 /* non-OOB/URG data available */ macro
86 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c441 if ((events & (POLLIN | POLLRDNORM)) && ipf_log_canread(&V_ipfmain, unit)) in ipfpoll()
442 revents |= events & (POLLIN | POLLRDNORM); in ipfpoll()
446 if ((events & (POLLIN | POLLRDNORM)) && ipf_auth_waiting(&V_ipfmain)) in ipfpoll()
447 revents |= events & (POLLIN | POLLRDNORM); in ipfpoll()
450 if ((events & (POLLIN | POLLRDNORM)) && ipf_sync_canread(&V_ipfmain)) in ipfpoll()
451 revents |= events & (POLLIN | POLLRDNORM); in ipfpoll()
461 if ((revents == 0) && ((events & (POLLIN|POLLRDNORM)) != 0)) in ipfpoll()
H A Dip_log.c291 pollwakeup(&softc->ipf_poll_head[i], POLLRDNORM);
635 pollwakeup(&softc->ipf_poll_head[unit], POLLRDNORM);
H A Dip_auth.c532 pollwakeup(&softc->ipf_poll_head[IPL_LOGAUTH], POLLIN|POLLRDNORM);
H A Dip_sync.c1433 pollwakeup(&softc->ipf_poll_head[IPL_LOGSYNC], POLLIN|POLLRDNORM);
/f-stack/freebsd/kern/
H A Dsubr_log.c187 if (events & (POLLIN | POLLRDNORM)) { in logpoll()
190 revents |= events & (POLLIN | POLLRDNORM); in logpoll()
H A Dtty_pts.c405 return ((events & (POLLIN|POLLRDNORM)) | POLLHUP); in ptsdev_poll()
408 if (events & (POLLIN|POLLRDNORM)) { in ptsdev_poll()
412 revents |= events & (POLLIN|POLLRDNORM); in ptsdev_poll()
432 if (events & (POLLIN|POLLRDNORM)) in ptsdev_poll()
H A Dsys_eventfd.c243 if ((events & (POLLIN | POLLRDNORM)) != 0 && efd->efd_count > 0) in eventfd_poll()
244 revents |= events & (POLLIN | POLLRDNORM); in eventfd_poll()
H A Dsys_pipe.c1434 if (fp->f_flag & FREAD && events & (POLLIN | POLLRDNORM)) in pipe_poll()
1436 revents |= events & (POLLIN | POLLRDNORM); in pipe_poll()
1447 (POLLIN | POLLINIGNEOF | POLLPRI | POLLRDNORM | POLLRDBAND); in pipe_poll()
1455 revents |= (events & (POLLIN | POLLRDNORM)); in pipe_poll()
H A Duipc_socket.c3541 if (!(events & (POLLIN | POLLRDNORM)))
3544 revents = events & (POLLIN | POLLRDNORM);
3546 revents = (events & (POLLIN | POLLRDNORM)) | POLLHUP;
3555 if (events & (POLLIN | POLLRDNORM))
3557 revents |= events & (POLLIN | POLLRDNORM);
3567 revents |= events & (POLLIN | POLLRDNORM);
3574 (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {
H A Dtty.c655 return ((events & (POLLIN|POLLRDNORM)) | POLLHUP); in ttydev_poll()
657 if (events & (POLLIN|POLLRDNORM)) { in ttydev_poll()
660 revents |= events & (POLLIN|POLLRDNORM); in ttydev_poll()
673 if (events & (POLLIN|POLLRDNORM)) in ttydev_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 Dsys_generic.c938 return (events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); in poll_no_poll()
1249 POLLRDNORM | POLLHUP | POLLERR,
H A Dkern_event.c2049 if (events & (POLLIN | POLLRDNORM)) { in kqueue_poll()
2051 revents |= events & (POLLIN | POLLRDNORM); in kqueue_poll()
H A Duipc_mqueue.c2508 if (events & (POLLIN | POLLRDNORM)) { in mqf_poll()
2510 revents |= events & (POLLIN | POLLRDNORM); in mqf_poll()
H A Dsubr_bus.c561 if (events & (POLLIN | POLLRDNORM)) { in devpoll()
563 revents = events & (POLLIN | POLLRDNORM); in devpoll()
/f-stack/freebsd/netgraph/
H A Dng_device.c491 if (events & (POLLIN | POLLRDNORM) && in ngdpoll()
493 revents |= events & (POLLIN | POLLRDNORM); in ngdpoll()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c992 if (events & (POLLIN | POLLRDNORM)) { in audit_pipe_poll()
995 revents |= events & (POLLIN | POLLRDNORM); in audit_pipe_poll()
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c215 if (events & (POLLIN | POLLRDNORM)) { in ti_pruss_irq_poll()
217 return events & (POLLIN | POLLRDNORM); in ti_pruss_irq_poll()
/f-stack/freebsd/x86/acpica/
H A Dacpi_apm.c399 revents |= events & (POLLIN | POLLRDNORM); in apmpoll()
/f-stack/freebsd/net/
H A Dbpf.c2104 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in bpfpoll()
2112 if (events & (POLLIN | POLLRDNORM)) { in bpfpoll()
2114 revents |= events & (POLLIN | POLLRDNORM); in bpfpoll()
H A Dif_tuntap.c1916 if (events & (POLLIN | POLLRDNORM)) { in tunpoll()
1920 revents |= events & (POLLIN | POLLRDNORM); in tunpoll()