/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | select.c | 125 p->events |= POLLRDBAND; in pselect() 245 if (p->revents & POLLRDBAND) { in pselect() 274 (p->events & POLLRDBAND)) { in pselect()
|
H A D | select_large_fdset.c | 158 p->events |= POLLRDBAND; in pselect_large_fdset() 294 if (p->revents & POLLRDBAND) { in pselect_large_fdset() 323 (p->events & POLLRDBAND)) { in pselect_large_fdset()
|
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 188 if (port_associate (mnttab_port, PORT_SOURCE_FD, mnttab_fd, POLLRDBAND, in mnttab_event_init() 219 mnttab_fd, POLLRDBAND, NULL); in mnttab_event()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 43 #if EPOLLRDBAND != POLLRDBAND 44 #error value of EPOLLRDBAND does not match value of POLLRDBAND
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socknotify.c | 249 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 D | sockstr.c | 1315 *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()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | poll.h | 64 #define POLLRDBAND 0x0080 /* out-of-band data is readable */ macro
|
H A D | socketvar.h | 262 #define SO_PROTO_POLLEV (POLLIN|POLLRDNORM|POLLRDBAND)
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_mt.h | 59 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|
H A D | rtime_tli.c | 118 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in rtime_tli()
|
H A D | auth_time.c | 540 POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in __rpc_get_time_offset()
|
H A D | clnt_bcast.c | 213 POLLRDNORM | POLLRDBAND; in rpc_broadcast_exp()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 200 if (strstr(str, "POLLRDBAND")) events |= POLLRDBAND; in poll_strtoevents() 222 if (events & POLLRDBAND) s=mystpcpy(s, "POLLRDBAND|"); in poll_eventstostr()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 729 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | in do_console_io() 759 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in do_console_io() 782 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in do_console_io()
|
/titanic_50/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 821 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in doio() 868 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio() 881 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio() 894 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio() 958 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio() 965 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
|
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | cmd.c | 40 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_mnt.c | 376 fds[0].events = POLLRDBAND; in watch_mnttab()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 424 if (events & POLLRDBAND) in fs_poll() 425 *reventsp |= POLLRDBAND; in fs_poll()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpoptr.c | 125 pollset.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
|
/titanic_50/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 462 POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_poll() 834 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_serve_events()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 904 if (events & POLLRDBAND) in fop_poll() 905 *reventsp |= POLLRDBAND; in fop_poll()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 1508 *pollwakeups = POLLIN | POLLRDBAND; in strrput_proto() 1637 pollwakeups = POLLIN | POLLRDBAND; in strrput() 1713 pollwakeups = POLLIN | POLLRDBAND; in strrput() 1725 #define ALLPOLL (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLWRNORM|POLLRDBAND|\ in strrput() 7007 pollwakeups = POLLIN | POLLRDBAND; in strgetmsg() 7018 pollwakeups = POLLIN | POLLRDBAND; in strgetmsg() 7680 pollwakeups = POLLIN | POLLRDBAND; in kstrgetmsg() 7691 pollwakeups = POLLIN | POLLRDBAND; in kstrgetmsg() 8200 if (((events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) && in strpoll() 8282 } else if (events & (POLLRDNORM | POLLRDBAND | POLLIN)) { in strpoll() [all …]
|
/titanic_50/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1787 if (((events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND)) && in fifo_poll() 1857 if (events & POLLRDBAND) in fifo_poll()
|
/titanic_50/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1235 if (ev & POLLRDBAND) { in mntpoll() 1238 *revp |= POLLRDBAND; in mntpoll()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tty_pts.c | 991 pollwakeup(&ptcph, POLLIN | POLLRDBAND); in ptcpollwakeup()
|