Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libc/port/gen/
H A Dselect.c125 p->events |= POLLRDBAND; in pselect()
245 if (p->revents & POLLRDBAND) { in pselect()
274 (p->events & POLLRDBAND)) { in pselect()
H A Dselect_large_fdset.c158 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_41/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c188 if (port_associate (mnttab_port, PORT_SOURCE_FD, mnttab_fd, POLLRDBAND, in mnttab_event_init()
219 mnttab_fd, POLLRDBAND, NULL); in mnttab_event()
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dpoll.h60 #define POLLRDBAND 0x0080 /* out-of-band data is readable */ macro
H A Dsocketvar.h262 #define SO_PROTO_POLLEV (POLLIN|POLLRDNORM|POLLRDBAND)
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h59 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
H A Drtime_tli.c118 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in rtime_tli()
H A Dauth_time.c540 POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in __rpc_get_time_offset()
H A Dclnt_bcast.c213 POLLRDNORM | POLLRDBAND; in rpc_broadcast_exp()
H A Dsvc.c200 (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND| \
418 (events & ~(POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\ in svc_add_input()
/titanic_41/usr/src/lib/libshell/common/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()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzcons.c729 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_41/usr/src/cmd/zlogin/
H A Dzlogin.c821 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_41/usr/src/lib/libfsmgt/common/
H A Dcmd.c40 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c376 fds[0].events = POLLRDBAND; in watch_mnttab()
/titanic_41/usr/src/uts/common/fs/
H A Dfs_subr.c396 if (events & POLLRDBAND) in fs_poll()
397 *reventsp |= POLLRDBAND; in fs_poll()
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpoptr.c125 pollset.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
/titanic_41/usr/src/cmd/vt/
H A Dvtdaemon.c462 POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_poll()
834 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_serve_events()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c901 if (events & POLLRDBAND) in fop_poll()
902 *reventsp |= POLLRDBAND; in fop_poll()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c1507 *pollwakeups = POLLIN | POLLRDBAND; in strrput_proto()
1636 pollwakeups = POLLIN | POLLRDBAND; in strrput()
1712 pollwakeups = POLLIN | POLLRDBAND; in strrput()
1724 #define ALLPOLL (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLWRNORM|POLLRDBAND|\ in strrput()
7006 pollwakeups = POLLIN | POLLRDBAND; in strgetmsg()
7017 pollwakeups = POLLIN | POLLRDBAND; in strgetmsg()
7679 pollwakeups = POLLIN | POLLRDBAND; in kstrgetmsg()
7690 pollwakeups = POLLIN | POLLRDBAND; in kstrgetmsg()
8199 if (((events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) && in strpoll()
8267 } else if (events & (POLLRDNORM | POLLRDBAND | POLLIN)) { in strpoll()
[all …]
/titanic_41/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1235 if (ev & POLLRDBAND) { in mntpoll()
1238 *revp |= POLLRDBAND; in mntpoll()
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1782 if (((events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND)) && in fifo_poll()
1853 if (events & POLLRDBAND) in fifo_poll()
/titanic_41/usr/src/uts/common/io/
H A Dtty_pts.c991 pollwakeup(&ptcph, POLLIN | POLLRDBAND); in ptcpollwakeup()

12