Searched refs:total_fds (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c141 grow_fds(iu_eh_t *eh, int total_fds) argument
147 if (total_fds <= eh->iueh_num_fds)
151 total_fds * sizeof (struct pollfd));
158 total_fds * sizeof (iu_event_node_t));
172 for (i = eh->iueh_num_fds; i < total_fds; i++)
176 eh->iueh_num_fds = total_fds;

Completed in 51 milliseconds