Home
last modified time | relevance | path

Searched refs:MASKVAL (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h57 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND) macro
62 (y)[(x)].events = MASKVAL; \
H A Drpc_sel2poll.c63 p->events = MASKVAL; in __rpc_select_to_poll()
H A Dsvc_run.c530 svc_pollset[npollfds].events = MASKVAL; in _svc_run_mt()
983 set_pollfd(xprt->xp_fd, MASKVAL); in svc_args_done()
H A Dclnt_dg.c243 cu->pfdp.events = MASKVAL; in clnt_dg_create()
H A Dsvc_vc.c1333 pfd.events = MASKVAL; in read_vc()
H A Dclnt_vc.c1153 pfdp[0].events = MASKVAL; in read_vc()
H A Dsvc.c794 add_pollfd(fd, MASKVAL); in xprt_register()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dcmd.c38 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND) macro
311 pollfds[0].events = MASKVAL; in cmd_retrieve_string()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c538 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND) macro
575 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) { in create_rmtcall_fd()