Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c106 #define NTABLEENTRIES 2048 macro
107 static struct mountbody *table[NTABLEENTRIES];
160 for (; ml != NULL && tb < &table[NTABLEENTRIES]; ml = ml->ml_next) in pr_mounts()
162 if (ml != NULL && tb == &table[NTABLEENTRIES]) in pr_mounts()
164 NTABLEENTRIES); in pr_mounts()