Home
last modified time | relevance | path

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

/titanic_41/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++) {