Home
last modified time | relevance | path

Searched refs:POLLWRBAND (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dpoll.h67 #define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */ macro
86 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h42 #define EPOLLWRBAND POLLWRBAND
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h72 #define POLLWRBAND 0x0100
/freebsd/tests/sys/kern/
H A Dlistener_wakeup.c168 POLLRDBAND | POLLWRBAND), in sleep_poll()
/freebsd/sys/compat/linux/
H A Dlinux.c819 bits |= POLLWRBAND; in linux_to_bsd_poll_events()
874 if (bev & POLLWRBAND) in bsd_to_linux_poll_events()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c120 case POLLWRBAND: in poll_event_to_str()
/freebsd/contrib/libbegemot/
H A Drpoll.c82 # define poll_out (POLLOUT | POLLWRNORM | POLLWRBAND)
/freebsd/usr.bin/truss/
H A Dsyscalls.c648 X(POLLWRBAND) X(POLLINIGNEOF) X(POLLRDHUP) XEND