Home
last modified time | relevance | path

Searched refs:find_pollfd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c171 find_pollfd(int fd) in find_pollfd() function
188 p = find_pollfd(fd); in set_pollfd()
189 if ((p == NULL) && ((p = find_pollfd(-1)) == NULL)) { in set_pollfd()
216 if ((p = find_pollfd(fd)) != NULL) { in clear_pollfd()
226 struct pollfd *p = find_pollfd(fd); in isset_pollfd()
H A Dinetd_impl.h265 extern struct pollfd *find_pollfd(int);
H A Dwait.c329 pfd = find_pollfd(me->fd); in process_terminated_methods()
H A Dinetd.c895 (find_pollfd(pi->listen_fd) != NULL)) in handle_bind_failure()