Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c139 grow_fds(iu_eh_t *eh, int total_fds) in grow_fds() argument
145 if (total_fds <= eh->iueh_num_fds) in grow_fds()
149 total_fds * sizeof (struct pollfd)); in grow_fds()
156 total_fds * sizeof (iu_event_node_t)); 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()