Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dpoll.h64 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
76 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/dragonfly/contrib/tnftp/
H A Dtnftp.h144 #if !defined(POLLRDBAND)
145 # define POLLRDBAND 0x0080 macro
/dragonfly/usr.sbin/sysvipcd/
H A Dutilsd.h33 #define POLLPIPE (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
/dragonfly/sys/kern/
H A Dsys_generic.c1344 if (pfd->events & (POLLPRI | POLLRDBAND)) in poll_copyin()
1396 if (pfd->events & (POLLPRI | POLLRDBAND)) { in poll_copyin()
1574 if (pfd->events & POLLRDBAND) in poll_copyout()
1575 pfd->revents |= POLLRDBAND; in poll_copyout()
/dragonfly/lib/libc/rpc/
H A Dclnt_bcast.c327 POLLRDNORM | POLLRDBAND; in rpc_broadcast_exp()
/dragonfly/contrib/tnftp/src/
H A Dutil.c1514 const int xsetflags = POLLRDBAND; in ftp_poll()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1091 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)