/illumos-gate/usr/src/test/os-tests/tests/uccid/ |
H A D | yk-poll.c | 60 pfds[0].events = POLLOUT | POLLIN | POLLRDNORM; in main() 85 if ((pfds[0].revents & (POLLIN | POLLRDNORM)) != in main() 86 (POLLIN | POLLRDNORM)) { in main()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socknotify.c | 208 pollwakeup(&so->so_poll_list, POLLIN|POLLRDNORM); in so_notify_data() 235 pollwakeup(&so->so_poll_list, POLLOUT|POLLIN|POLLRDNORM); in so_notify_error() 275 POLLRDBAND|POLLIN|POLLRDNORM); in so_notify_oobdata() 331 pollwakeup(&so->so_poll_list, POLLIN|POLLRDNORM); in so_notify_newconn() 380 *pollev |= POLLIN|POLLRDNORM|POLLRDHUP; in i_so_notify_last_rx()
|
H A D | sockstr.c | 1395 *pollwakeups |= POLLIN | POLLRDNORM | POLLRDBAND; in so_oob_data() 1723 *pollwakeups = POLLIN | POLLRDNORM; in strsock_proto() 1774 *pollwakeups = POLLIN | POLLRDNORM; in strsock_proto() 1929 *pollwakeups = POLLIN | POLLRDNORM; in strsock_proto() 1936 *pollwakeups = POLLIN | POLLRDNORM; in strsock_proto() 1996 *pollwakeups = POLLIN | POLLRDNORM; in strsock_proto() 2273 *pollwakeups = POLLIN | POLLRDNORM; in strsock_proto() 2495 *pollwakeups = POLLIN | POLLRDNORM | POLLOUT; in strsock_proto()
|
H A D | sockcommon_sops.c | 886 ((POLLIN|POLLRDNORM|POLLOUT) & events) != 0) { in so_poll() 887 *reventsp = (POLLIN|POLLRDNORM|POLLOUT) & events; in so_poll() 923 *reventsp |= (POLLIN|POLLRDNORM) & events; in so_poll() 943 *reventsp |= (POLLIN|POLLRDNORM) & events; in so_poll() 969 if (events & (POLLIN|POLLRDNORM)) { in so_poll() 979 *reventsp |= (POLLIN|POLLRDNORM) & events; in so_poll()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | poll.h | 62 #define POLLRDNORM 0x0040 /* normal data is readable */ macro 68 #define POLLNORM POLLRDNORM
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | select.c | 185 p->events |= POLLRDNORM; in pselect() 304 if (p->revents & POLLRDNORM) { in pselect() 321 (p->events & POLLRDNORM)) { in pselect()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_pty.c | 984 if (events & (POLLIN|POLLRDNORM)) in ptcpoll() 985 *reventsp |= (events & (POLLIN|POLLRDNORM)); in ptcpoll() 996 if (events & (POLLIN|POLLRDNORM)) { in ptcpoll() 1002 *reventsp |= (events & (POLLIN|POLLRDNORM)); in ptcpoll() 1009 *reventsp |= (events & (POLLIN|POLLRDNORM)); in ptcpoll() 1017 *reventsp |= (events & (POLLIN|POLLRDNORM)); in ptcpoll() 1021 *reventsp |= (events & (POLLIN|POLLRDNORM)); in ptcpoll()
|
H A D | srn.c | 263 if ((events & (POLLIN | POLLRDNORM)) && srn_poll_cnt[clone]) { in srn_chpoll() 264 *reventsp |= (POLLIN | POLLRDNORM); in srn_chpoll() 559 pollwakeup(&srn_pollhead[clone], (POLLRDNORM | POLLIN)); in srn_notify()
|
H A D | eventfd.c | 204 pollwakeup(&state->efd_pollhd, POLLRDNORM | POLLIN); in eventfd_write() 222 revents |= POLLRDNORM | POLLIN; in eventfd_poll()
|
H A D | timerfd.c | 102 pollwakeup(&state->tfd_pollhd, POLLRDNORM | POLLIN); in timerfd_fire() 193 revents |= POLLRDNORM | POLLIN; in timerfd_poll()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 40 #if EPOLLRDNORM != POLLRDNORM 41 #error value of EPOLLRDNORM does not match value of POLLRDNORM
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 733 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() 804 (pollfds[2].revents & (POLLIN | POLLRDNORM))) { in do_console_io()
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_fssub.c | 244 if (events & POLLRDNORM) in fs_poll() 245 *reventsp |= POLLRDNORM; in fs_poll()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 648 if (port_associate(ev_port, PORT_SOURCE_FD, new_sd, POLLRDNORM, in new_req() 663 if (port_associate(ev_port, PORT_SOURCE_FD, listener, POLLRDNORM, in new_req() 745 POLLRDNORM, cli) == -1) { in handle_req() 796 if (port_associate(ev_port, PORT_SOURCE_FD, listener, POLLRDNORM, in main_loop()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | poll_solaris.c | 199 if (strstr(str, "POLLRDNORM")) events |= POLLRDNORM; in poll_strtoevents() 221 if (events & POLLRDNORM) s=mystpcpy(s, "POLLRDNORM|"); in poll_eventstostr()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_mt.h | 57 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|
H A D | rtime_tli.c | 116 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in rtime_tli()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 146 POLLIN | POLLRDNORM); in evtchn_device_upcall() 460 if (ev & (POLLIN | POLLRDNORM)) { in evtchndrv_poll() 463 mask |= (POLLIN | POLLRDNORM) & ev; in evtchndrv_poll()
|
/illumos-gate/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 394 fdtable[0].events = POLLRDNORM; in wait_for_pids() 434 if (fdtable[0].revents & POLLRDNORM) { in wait_for_pids() 636 fdtable[0].events = POLLRDNORM; in setup_pipe()
|
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 822 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/lib/libslp/clib/ |
H A D | slp_net.c | 225 pfd[0].events = POLLRDNORM; in slp_uc_udp_send() 784 (*fds)[i].events |= POLLRDNORM; in make_mc_target() 860 (**fds).events |= POLLRDNORM; in make_mc_target() 1035 !(pfd[i].revents & (POLLRDNORM | POLLERR))) { in mc_recvmsg()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_event.c | 274 if ((events & (POLLIN | POLLRDNORM)) && in sol_uverbs_event_file_poll() 280 revent |= POLLIN | POLLRDNORM; in sol_uverbs_event_file_poll() 868 pollwakeup(&ufile->poll_head, POLLIN | POLLRDNORM); in uverbs_async_event_common()
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | cmd.c | 38 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 916 if (events & (POLLIN | POLLRDNORM)) { in kcf_rnd_chpoll() 922 *reventsp |= (events & (POLLIN | POLLRDNORM)); in kcf_rnd_chpoll() 988 pollwakeup(&rnd_pollhead, POLLIN | POLLRDNORM); in rnd_handler()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1096 ((POLLIN|POLLRDNORM|POLLOUT) & origevents) != 0) { in sosdp_poll() 1097 *reventsp = (POLLIN|POLLRDNORM|POLLOUT) & origevents; in sosdp_poll() 1116 *reventsp |= (POLLIN|POLLRDNORM) & events; in sosdp_poll() 1120 *reventsp |= (POLLIN|POLLRDNORM) & events; in sosdp_poll()
|