Home
last modified time | relevance | path

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 *);
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 Dshowmount.c60 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