Home
last modified time | relevance | path

Searched refs:POLLIN (Results 101 – 125 of 155) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c647 pfd.events = POLLIN; in main()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c2368 pollwakeup(&vport->poll, POLLIN); in i_vcc_md_add_port()
2459 *reventsp |= (events & POLLIN); in vcc_chpoll()
2464 if (events & POLLIN) { in vcc_chpoll()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c384 newfds[pollfd_num++].events = POLLIN; in poll_add()
388 newfds[i].events = POLLIN; in poll_add()
2056 if (!(pollfds[i].revents & POLLIN)) in main()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1574 if (events & (POLLIN|POLLRDNORM)) { in dppoll()
1582 *reventsp = POLLIN|POLLRDNORM; in dppoll()
H A Dmem.c256 *reventsp = events & (POLLIN | POLLOUT | POLLPRI | POLLRDNORM | in mmchpoll()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib86 fd.events = POLLIN;
106 fd.events = POLLIN;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c721 pollfd.events = POLLIN | POLLOUT; in dapls_ns_resolve_addr()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c210 pfd[fdlistno].events = POLLIN | POLLPRI | in rpc_broadcast_exp()
H A Dsvc.c203 (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND| \
421 (events & ~(POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\ in svc_add_input()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c778 if (!(events & (POLLIN | POLLRDNORM))) in sol_ucma_poll()
786 *reventsp = POLLIN | POLLRDNORM; in sol_ucma_poll()
1750 pollwakeup(file->file_pollhead, POLLIN | POLLRDNORM);
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c389 POLLIN : POLLOUT; in mevent_update_one_readwrite()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c493 if (events & (POLLIN | POLLRDNORM)) { in auclnt_chpoll()
497 nev = POLLIN | POLLRDNORM; in auclnt_chpoll()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1421 if (events & (POLLIN | POLLRDNORM)) { in bpfchpoll()
1429 *reventsp |= events & (POLLIN | POLLRDNORM); in bpfchpoll()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c834 pollwakeup(&ufile->poll_head, POLLIN | POLLRDNORM); in sol_uverbs_comp_event_handler()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c848 POLLIN) == -1) { in poll_bound_fds()
2561 if ((set_pollfd(uds_fd, POLLIN)) == -1) { in uds_init()
3683 if ((set_pollfd(rst_event_pipe[PE_CONSUMER], POLLIN)) == -1) in init()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c584 Pfd.events = POLLIN; in prepare_sys_poll()
594 if (Pfd.revents & POLLIN) { in prepare_sys_poll()
646 if (Pfd.revents & POLLIN) { in sys_poll()
818 if ((Nfd[i].revents & POLLIN) == 0) { in net_poll()
3767 Nfd[Ninputs].events = POLLIN; in addnet()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1229 if (ev & POLLIN) in mntpoll()
1230 *revp |= POLLIN; in mntpoll()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c255 pfd.events = POLLIN; in get_encoded_response()
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1420 fds[0].events = POLLIN | POLLPRI; in vldc_read()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c355 fds[0].events = POLLIN; in i_ipadm_dad_wait()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h269 #define SO_PROTO_POLLEV (POLLIN|POLLRDNORM|POLLRDBAND)
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c1057 pfd.events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in docmd()
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c2049 pollwakeup(&l->ctl_pollhead, POLLIN); in cte_qwakeup()
2489 pollwakeup(&l->ctl_pollhead, POLLIN); in cte_reset_listener()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c1148 mlistenadd(ep->md, POLLIN); in Fork1()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c155 newfds[i].events = POLLIN; in poll_add()
2143 !(pollfds[i].revents & POLLIN)) in main()

1234567