Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c89 static int time_sm(const void *, const void *b);
595 qsort((void *)buffer, size, sizeof (struct sm), time_sm);
633 static int time_sm(const void *a, const void *b) in time_sm() function