Home
last modified time | relevance | path

Searched refs:set_pollfd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h264 extern int set_pollfd(int, uint16_t);
H A Dutil.c183 set_pollfd(int fd, uint16_t events) in set_pollfd() function
H A Dwait.c254 if (set_pollfd(fd, 0) == -1) { in register_method()
H A Dinetd.c847 } else if (set_pollfd(pi->listen_fd, 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/lib/libnsl/rpc/
H A Dsvc_run.c63 extern void set_pollfd(int /* fd */, short /* events */);
983 set_pollfd(xprt->xp_fd, MASKVAL); in svc_args_done()
H A Dsvc.c685 set_pollfd(int fd, short events) in set_pollfd() function