Searched refs:NTABLEENTRIES (Results 1 – 1 of 1) sorted by relevance
107 #define NTABLEENTRIES 2048 macro108 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);