Home
last modified time | relevance | path

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

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