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

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dremovef.c53 int max_eptnum; local
58 max_eptnum = 64; /* starting size of array */
59 extlist = malloc(max_eptnum * sizeof (struct cfextra *));
112 if (eptnum >= max_eptnum) {
114 max_eptnum <<= 1;
116 max_eptnum * sizeof (struct cfextra *));

Completed in 55 milliseconds