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

/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c63 static int sortpath(const void *, const void *);
182 qsort(table, endtb - table, sizeof (struct mountbody *), sortpath);
243 sortpath(a, b) function
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c58 int sortpath();
201 qsort(table, numentries, sizeof (struct mountbody *), sortpath);
234 sortpath(a, b) function

Completed in 56 milliseconds