Home
last modified time | relevance | path

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

1234

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h68 #define POLLRDNORM 0x0040
69 #define POLLNORM POLLRDNORM
/freebsd/sys/sys/
H A Dpoll.h64 #define POLLRDNORM 0x0040 /* non-OOB/URG data available */ macro
85 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c454 if ((events & (POLLIN | POLLRDNORM)) && ipf_log_canread(&V_ipfmain, unit)) in ipfpoll()
455 revents |= events & (POLLIN | POLLRDNORM); in ipfpoll()
459 if ((events & (POLLIN | POLLRDNORM)) && ipf_auth_waiting(&V_ipfmain)) in ipfpoll()
460 revents |= events & (POLLIN | POLLRDNORM); in ipfpoll()
463 if ((events & (POLLIN | POLLRDNORM)) && ipf_sync_canread(&V_ipfmain)) in ipfpoll()
464 revents |= events & (POLLIN | POLLRDNORM); in ipfpoll()
474 if ((revents == 0) && ((events & (POLLIN|POLLRDNORM)) != 0)) in ipfpoll()
/freebsd/sys/dev/snp/
H A Dsnp.c323 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in snp_poll()
327 if (events & (POLLIN | POLLRDNORM)) { in snp_poll()
332 revents |= events & (POLLIN | POLLRDNORM); in snp_poll()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h39 #define EPOLLRDNORM POLLRDNORM
/freebsd/sys/kern/
H A Dsubr_log.c182 if (events & (POLLIN | POLLRDNORM)) { in logpoll()
185 revents |= events & (POLLIN | POLLRDNORM); in logpoll()
H A Dtty_pts.c397 return ((events & (POLLIN|POLLRDNORM)) | POLLHUP); in ptsdev_poll()
400 if (events & (POLLIN|POLLRDNORM)) { in ptsdev_poll()
404 revents |= events & (POLLIN|POLLRDNORM); in ptsdev_poll()
424 if (events & (POLLIN|POLLRDNORM)) in ptsdev_poll()
H A Dsys_eventfd.c237 if ((events & (POLLIN | POLLRDNORM)) != 0 && efd->efd_count > 0) in eventfd_poll()
238 revents |= events & (POLLIN | POLLRDNORM); in eventfd_poll()
H A Dkern_devctl.c321 if (events & (POLLIN | POLLRDNORM)) { in devpoll()
323 revents = events & (POLLIN | POLLRDNORM); in devpoll()
H A Dsys_timerfd.c257 if ((events & (POLLIN | POLLRDNORM)) != 0 && in timerfd_poll()
259 revents |= events & (POLLIN | POLLRDNORM); in timerfd_poll()
/freebsd/sys/fs/fuse/
H A Dfuse_device.c279 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in fuse_device_poll()
281 if (events & (POLLIN | POLLRDNORM)) { in fuse_device_poll()
284 revents |= events & (POLLIN | POLLRDNORM); in fuse_device_poll()
/freebsd/contrib/tnftp/
H A Dtnftp.h125 #if !defined(POLLRDNORM)
126 # define POLLRDNORM 0x0040 macro
/freebsd/sys/dev/random/
H A Drandomdev.c353 if (events & (POLLIN | POLLRDNORM)) { in randomdev_poll()
355 events &= (POLLIN | POLLRDNORM); in randomdev_poll()
/freebsd/lib/libsys/
H A Drecvmmsg.c51 pfd[0].events = ev = POLLIN | POLLRDNORM | POLLRDBAND | in __ssp_real()
/freebsd/sys/fs/deadfs/
H A Ddead_vnops.c149 return (POLLHUP | ((POLLIN | POLLRDNORM) & ap->a_events)); in dead_poll()
/freebsd/sys/dev/tcp_log/
H A Dtcp_log_dev.c413 if (events & (POLLIN | POLLRDNORM)) { in tcp_log_dev_poll()
424 revents = events & (POLLIN | POLLRDNORM); in tcp_log_dev_poll()
/freebsd/sys/netgraph/
H A Dng_device.c526 if (events & (POLLIN | POLLRDNORM) && in ngdpoll()
528 revents |= events & (POLLIN | POLLRDNORM); in ngdpoll()
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c474 if (events & (POLLIN|POLLRDNORM)) { in sysmouse_poll()
476 revents = events & (POLLIN|POLLRDNORM); in sysmouse_poll()
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c539 if (events & (POLLIN | POLLRDNORM)) { in evtchn_poll()
541 mask |= events & (POLLIN | POLLRDNORM); in evtchn_poll()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c116 case POLLRDNORM: in poll_event_to_str()
260 fds.events = POLLIN | POLLRDNORM; in run_poll()
/freebsd/contrib/hyperv/tools/
H A Dhv_vss_daemon.c201 hv_vss_poll_fd[0].events = POLLIN | POLLRDNORM; in main()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.c404 if (events & (POLLIN | POLLRDNORM)) { in xs_dev_poll()
406 mask |= events & (POLLIN | POLLRDNORM); in xs_dev_poll()
/freebsd/sys/dev/drm2/
H A Ddrm_fops.c566 if ((events & (POLLIN | POLLRDNORM)) != 0) { in drm_poll()
571 revents |= events & (POLLIN | POLLRDNORM); in drm_poll()
/freebsd/lib/libusb/
H A Dlibusb10.c584 POLLOUT | POLLRDNORM | POLLWRNORM); in libusb_open()
727 POLLOUT | POLLRDNORM | POLLWRNORM); in libusb_claim_interface()
818 POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM); in libusb10_get_transfer()
889 POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM); in libusb_check_connected()
/freebsd/sys/dev/adb/
H A Dadb_mouse.c468 if (events & (POLLIN | POLLRDNORM)) { in ams_poll()
477 events &= (POLLIN | POLLRDNORM); in ams_poll()

1234