Searched refs:poll_bound_fds (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 834 poll_bound_fds(instance_t *instance, boolean_t listen, char *proto_name) in poll_bound_fds() function 1155 if (poll_bound_fds(instance, B_TRUE, NULL) != 0) { in create_bound_fds() 2219 if (poll_bound_fds(inst, B_TRUE, proto_name) != in process_start_term() 2355 if (poll_bound_fds(inst, B_TRUE, NULL) != 0) in process_non_start_term() 3425 (void) poll_bound_fds(instance, B_FALSE, pi->proto); in process_wait_request()
|