Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c146 static int mcompar(const void *, const void *);
628 mcompar); in parumount()
810 qsort((void *)ml, cnt, sizeof (mountent_t *), mcompar); in do_umounts()
986 mcompar(const void *a, const void *b) in mcompar() function