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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c198 struct portdata **newarr; local
200 newarr = realloc(allports,
201 sizeof (*newarr) * (nextport + ALLOCINCR));
202 if (newarr != NULL)
203 allports = newarr;
208 if (newarr == NULL || fds == NULL) {

Completed in 60 milliseconds