Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h41 #define EPOLLWRNORM POLLWRNORM
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h70 #define POLLWRNORM POLLOUT
/freebsd/sys/fs/fuse/
H A Dfuse_device.c279 (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 Dpoll.h65 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
/freebsd/contrib/tnftp/
H A Dtnftp.h128 #if !defined(POLLWRNORM)
129 # define POLLWRNORM POLLOUT macro
/freebsd/sys/kern/
H A Dsys_eventfd.c239 if ((events & (POLLOUT | POLLWRNORM)) != 0 && UINT64_MAX - 1 > in eventfd_poll()
241 revents |= events & (POLLOUT | POLLWRNORM); in eventfd_poll()
H A Dtty_pts.c406 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 Dvfs_default.c553 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 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()
/freebsd/tests/sys/kern/
H A Dunix_stream.c119 .events = POLLOUT | POLLWRNORM, in check_writable()
H A Dlistener_wakeup.c167 .events = (POLLIN | POLLPRI | POLLRDNORM | POLLWRNORM | in sleep_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/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c465 if ((events & (POLLOUT | POLLWRNORM)) && ipf_sync_canwrite(&V_ipfmain)) in ipfpoll()
466 revents |= events & (POLLOUT | POLLWRNORM); in ipfpoll()
/freebsd/sys/dev/evdev/
H A Duinput.c385 if (events & (POLLOUT | POLLWRNORM)) in uinput_poll()
386 revents |= (events & (POLLOUT | POLLWRNORM)); in uinput_poll()
/freebsd/sys/compat/linux/
H A Dlinux.c821 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 Dsnp.c323 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); in snp_poll()
/freebsd/sys/fs/cuse/
H A Dcuse.c1393 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 Dmidi.c919 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 Dhidraw.c907 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 Dusb_dev.c1306 (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 Dvkbd.c464 if (events & (POLLOUT | POLLWRNORM)) { in vkbd_dev_poll()
466 revents |= events & (POLLOUT | POLLWRNORM); in vkbd_dev_poll()
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c536 mask = events & (POLLOUT | POLLWRNORM); in evtchn_poll()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.c402 mask = events & (POLLOUT | POLLWRNORM); in xs_dev_poll()
/freebsd/contrib/libbegemot/
H A Drpoll.c82 # define poll_out (POLLOUT | POLLWRNORM | POLLWRBAND)
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c296 *events = *events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM); in dtfs_node_poll()

12