Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c107 #define NTABLEENTRIES 2048 macro
108 static struct mountbody *table[NTABLEENTRIES];
176 for (; ml != NULL && tb < &table[NTABLEENTRIES]; ml = ml->ml_next)
178 if (ml != NULL && tb == &table[NTABLEENTRIES])
180 NTABLEENTRIES);