Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c138 static int mcompar(const void *, const void *);
631 mcompar); in parumount()
813 qsort((void *)ml, cnt, sizeof (mountent_t *), mcompar); in do_umounts()
966 mcompar(const void *a, const void *b) in mcompar() function