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

/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c121 struct mountbody **tb, **endtb; local
181 endtb = tb;
182 qsort(table, endtb - table, sizeof (struct mountbody *), sortpath);
190 for (tb = table; tb < endtb; tb++) {

Completed in 56 milliseconds