Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c189 p->events |= POLLRDBAND; in pselect()
312 if (p->revents & POLLRDBAND) { in pselect()
341 (p->events & POLLRDBAND)) { in pselect()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c186 if (port_associate (mnttab_port, PORT_SOURCE_FD, mnttab_fd, POLLRDBAND, in mnttab_event_init()
217 mnttab_fd, POLLRDBAND, NULL); in mnttab_event()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c249 pollwakeup(&so->so_poll_list, POLLRDBAND); in so_notify_oobsig()
275 POLLRDBAND|POLLIN|POLLRDNORM); in so_notify_oobdata()
278 pollwakeup(&so->so_poll_list, POLLRDBAND); in so_notify_oobdata()
H A Dsockstr.c1315 *pollwakeups |= POLLRDBAND; in so_oob_sig()
1339 *pollwakeups |= POLLRDBAND; in so_oob_sig()
1395 *pollwakeups |= POLLIN | POLLRDNORM | POLLRDBAND; in so_oob_data()
1398 *pollwakeups |= POLLRDBAND; in so_oob_data()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c44 #if EPOLLRDBAND != POLLRDBAND
45 #error value of EPOLLRDBAND does not match value of POLLRDBAND
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c246 if (events & POLLRDBAND) in fs_poll()
247 *reventsp |= POLLRDBAND; in fs_poll()
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h64 #define POLLRDBAND 0x0080 /* out-of-band data is readable */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c200 if (strstr(str, "POLLRDBAND")) events |= POLLRDBAND; in poll_strtoevents()
222 if (events & POLLRDBAND) s=mystpcpy(s, "POLLRDBAND|"); in poll_eventstostr()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h57 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
H A Drtime_tli.c116 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in rtime_tli()
H A Dauth_time.c538 POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in __rpc_get_time_offset()
H A Dclnt_bcast.c211 POLLRDNORM | POLLRDBAND; in rpc_broadcast_exp()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c822 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in doio()
869 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
882 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
895 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
959 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
966 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c733 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | in do_console_io()
763 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in do_console_io()
786 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in do_console_io()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dcmd.c38 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c374 fds[0].events = POLLRDBAND; in watch_mnttab()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c469 if (events & POLLRDBAND) in fs_poll()
470 *reventsp |= POLLRDBAND; in fs_poll()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c115 pollset.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in query_once()
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c464 POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_poll()
835 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_serve_events()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1577 *pollwakeups = POLLIN | POLLRDBAND; in strrput_proto()
1706 pollwakeups = POLLIN | POLLRDBAND; in strrput()
1782 pollwakeups = POLLIN | POLLRDBAND; in strrput()
1794 #define ALLPOLL (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLWRNORM|POLLRDBAND|\ in strrput()
7132 pollwakeups = POLLIN | POLLRDBAND; in strgetmsg()
7143 pollwakeups = POLLIN | POLLRDBAND; in strgetmsg()
7805 pollwakeups = POLLIN | POLLRDBAND; in kstrgetmsg()
7816 pollwakeups = POLLIN | POLLRDBAND; in kstrgetmsg()
8321 if (((events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) && in strpoll()
8403 } else if (events & (POLLRDNORM | POLLRDBAND | POLLIN)) { in strpoll()
[all …]
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_viona.c628 pollset.events = POLLRDBAND; in pci_viona_poll_thread()
640 if (pollset.revents & POLLRDBAND) { in pci_viona_poll_thread()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1157 if (events & POLLRDBAND) in fop_poll()
1158 *reventsp |= POLLRDBAND; in fop_poll()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_main.c767 if ((events & POLLRDBAND) != 0) { in viona_chpoll()
770 *reventsp |= POLLRDBAND; in viona_chpoll()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1235 if (ev & POLLRDBAND) { in mntpoll()
1238 *revp |= POLLRDBAND; in mntpoll()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1801 if (((events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND)) && in fifo_poll()
1871 if (events & POLLRDBAND) in fifo_poll()

12