Home
last modified time | relevance | path

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; in removef() local
58 max_eptnum = 64; /* starting size of array */ in removef()
59 extlist = malloc(max_eptnum * sizeof (struct cfextra *)); in removef()
112 if (eptnum >= max_eptnum) { in removef()
114 max_eptnum <<= 1; in removef()
116 max_eptnum * sizeof (struct cfextra *)); in removef()