/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | eventpoll.h | 41 #define EPOLLWRNORM POLLWRNORM
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.h | 70 #define POLLWRNORM POLLOUT
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_device.c | 279 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in fuse_device_poll() 289 if (events & (POLLOUT | POLLWRNORM)) { in fuse_device_poll() 290 revents |= events & (POLLOUT | POLLWRNORM); in fuse_device_poll()
|
/freebsd/sys/sys/ |
H A D | poll.h | 65 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 128 #if !defined(POLLWRNORM) 129 # define POLLWRNORM POLLOUT macro
|
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 239 if ((events & (POLLOUT | POLLWRNORM)) != 0 && UINT64_MAX - 1 > in eventfd_poll() 241 revents |= events & (POLLOUT | POLLWRNORM); in eventfd_poll()
|
H A D | tty_pts.c | 406 if (events & (POLLOUT|POLLWRNORM)) { in ptsdev_poll() 409 revents |= events & (POLLOUT|POLLWRNORM); in ptsdev_poll() 426 if (events & (POLLOUT|POLLWRNORM)) in ptsdev_poll()
|
H A D | vfs_default.c | 553 return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); in vop_nopoll() 564 return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); in vop_stdpoll()
|
H A D | tty.c | 666 } else if (events & (POLLOUT|POLLWRNORM)) { in ttydev_poll() 669 revents |= events & (POLLOUT|POLLWRNORM); in ttydev_poll() 675 if (events & (POLLOUT|POLLWRNORM)) in ttydev_poll()
|
/freebsd/tests/sys/kern/ |
H A D | unix_stream.c | 119 .events = POLLOUT | POLLWRNORM, in check_writable()
|
H A D | listener_wakeup.c | 167 .events = (POLLIN | POLLPRI | POLLRDNORM | POLLWRNORM | in sleep_poll()
|
/freebsd/lib/libusb/ |
H A D | libusb10.c | 584 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/netpfil/ipfilter/netinet/ |
H A D | mlfk_ipl.c | 465 if ((events & (POLLOUT | POLLWRNORM)) && ipf_sync_canwrite(&V_ipfmain)) in ipfpoll() 466 revents |= events & (POLLOUT | POLLWRNORM); in ipfpoll()
|
/freebsd/sys/dev/evdev/ |
H A D | uinput.c | 385 if (events & (POLLOUT | POLLWRNORM)) in uinput_poll() 386 revents |= (events & (POLLOUT | POLLWRNORM)); in uinput_poll()
|
/freebsd/sys/compat/linux/ |
H A D | linux.c | 821 bits |= POLLWRNORM; in linux_to_bsd_poll_events() 858 if (bev & (POLLOUT | POLLWRNORM)) in bsd_to_linux_poll_events()
|
/freebsd/sys/dev/snp/ |
H A D | snp.c | 323 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in snp_poll()
|
/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 1393 POLLRDNORM | POLLOUT | POLLWRNORM)); in cuse_server_poll() 1898 if (events & (POLLOUT | POLLWRNORM)) in cuse_client_poll() 1928 revents |= (events & (POLLOUT | POLLWRNORM)); in cuse_client_poll() 1937 POLLRDNORM | POLLOUT | POLLWRNORM)); in cuse_client_poll()
|
/freebsd/sys/dev/sound/midi/ |
H A D | midi.c | 919 if (events & (POLLOUT | POLLWRNORM)) in midi_poll() 921 events |= events & (POLLOUT | POLLWRNORM); in midi_poll() 927 if (events & (POLLOUT | POLLWRNORM)) in midi_poll()
|
/freebsd/sys/dev/hid/ |
H A D | hidraw.c | 907 if (events & (POLLOUT | POLLWRNORM) && (sc->sc_fflags & FWRITE)) in hidraw_poll() 908 revents |= events & (POLLOUT | POLLWRNORM); in hidraw_poll()
|
/freebsd/sys/dev/usb/ |
H A D | usb_dev.c | 1306 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in usb_poll() 1312 if ((events & (POLLOUT | POLLWRNORM)) && in usb_poll() 1342 revents |= events & (POLLOUT | POLLWRNORM); in usb_poll()
|
/freebsd/sys/dev/vkbd/ |
H A D | vkbd.c | 464 if (events & (POLLOUT | POLLWRNORM)) { in vkbd_dev_poll() 466 revents |= events & (POLLOUT | POLLWRNORM); in vkbd_dev_poll()
|
/freebsd/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 536 mask = events & (POLLOUT | POLLWRNORM); in evtchn_poll()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore_dev.c | 402 mask = events & (POLLOUT | POLLWRNORM); in xs_dev_poll()
|
/freebsd/contrib/libbegemot/ |
H A D | rpoll.c | 82 # define poll_out (POLLOUT | POLLWRNORM | POLLWRBAND)
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vnops.c | 296 *events = *events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM); in dtfs_node_poll()
|