Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/
H A Dumount.c136 static int mcompar(const void *, const void *);
618 mcompar); in parumount()
800 qsort((void *)ml, cnt, sizeof (mountent_t *), mcompar); in do_umounts()
953 mcompar(const void *a, const void *b) in mcompar() function