Searched refs:fs_tab_ent_comp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c123 * fs_tab_ent_comp - compare fstable entries first by length in reverse
127 fs_tab_ent_comp(const void *e1, const void *e2) function
902 sizeof (struct fstable *), fs_tab_ent_comp);
999 qsort(fs_tab, fs_tab_used, sizeof (struct fstable *), fs_tab_ent_comp);

Completed in 60 milliseconds