Home
last modified time | relevance | path

Searched refs:POLLRDBAND (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/sys/
H A Dpoll.h66 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
85 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h40 #define EPOLLRDBAND POLLRDBAND
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h71 #define POLLRDBAND 0x0080
/freebsd/contrib/tnftp/
H A Dtnftp.h131 #if !defined(POLLRDBAND)
132 # define POLLRDBAND 0x0080 macro
H A DChangeLog424 POLLWRNORM, and POLLRDBAND - the latter using exceptfds.
/freebsd/lib/libsys/
H A Drecvmmsg.c51 pfd[0].events = ev = POLLIN | POLLRDNORM | POLLRDBAND | in __ssp_real()
/freebsd/tests/sys/kern/
H A Dlistener_wakeup.c168 POLLRDBAND | POLLWRBAND), in sleep_poll()
/freebsd/sys/compat/linux/
H A Dlinux.c817 bits |= POLLRDBAND; in linux_to_bsd_poll_events()
872 if (bev & POLLRDBAND) in bsd_to_linux_poll_events()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c118 case POLLRDBAND: in poll_event_to_str()
/freebsd/contrib/libbegemot/
H A Drpoll.c81 # define poll_in (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)
/freebsd/lib/libc/rpc/
H A Dclnt_bcast.c332 POLLRDNORM | POLLRDBAND; in rpc_broadcast_exp()
/freebsd/contrib/tnftp/src/
H A Dutil.c1488 const int xsetflags = POLLRDBAND; in ftp_poll()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1081 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
/freebsd/sys/kern/
H A Duipc_socket.c4442 if (events & (POLLPRI | POLLRDBAND))
4445 revents |= events & (POLLPRI | POLLRDBAND);
4457 (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND | POLLRDHUP)) {
H A Dsys_pipe.c1525 (POLLIN | POLLINIGNEOF | POLLPRI | POLLRDNORM | POLLRDBAND); in pipe_poll()
H A Dsys_generic.c1333 POLLRDBAND | POLLERR
/freebsd/usr.bin/truss/
H A Dsyscalls.c647 X(POLLHUP) X(POLLNVAL) X(POLLRDNORM) X(POLLRDBAND)