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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c48 static size_t mountTableSize = 0; variable
79 mountTableSize = 0;
82 if (mountTableSize % MNTTAB_HUNK == 0) {
84 (mountTableSize + MNTTAB_HUNK) * sizeof (ent));
86 entp = &mountTable[mountTableSize++];
119 for (i = 0; i < mountTableSize; i++) {
195 for (i = 0; i < mountTableSize; i++) {
205 mountTableSize = 0;
241 for (i = mountTableSize; i > 0; i--) {

Completed in 44 milliseconds