Searched refs:sortpath (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/ |
H A D | dfmounts.c | 63 static int sortpath(const void *, const void *); 166 qsort(table, endtb - table, sizeof (struct mountbody *), sortpath); in pr_mounts() 226 sortpath(const void *a, const void *b) in sortpath() function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/ |
H A D | showmount.c | 60 int sortpath(const void *, const void *); 186 qsort(table, numentries, sizeof (struct mountbody *), sortpath); in main() 221 sortpath(const void *_a, const void *_b) in sortpath() function
|