Home
last modified time | relevance | path

Searched refs:iueh_num_fds (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c67 eh->iueh_num_fds = 0; in iu_eh_create()
145 if (total_fds <= eh->iueh_num_fds) in grow_fds()
170 for (i = eh->iueh_num_fds; i < total_fds; i++) in grow_fds()
174 eh->iueh_num_fds = total_fds; in grow_fds()
200 if (eh->iueh_num_fds <= fd) in iu_register_event()
241 if (event_id < 0 || event_id >= eh->iueh_num_fds || in iu_unregister_event()
287 n_lit = poll(eh->iueh_pollfds, eh->iueh_num_fds, timeout); in iu_handle_events()
327 for (i = 0; i < eh->iueh_num_fds && n_lit > 0; i++) { in iu_handle_events()
H A Dlibinetutil_impl.h105 unsigned int iueh_num_fds; /* number of pollfds/events */ member