Searched defs:best_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c785 int best_index = -1; local
809 best_index = i;
821 best_index = i;
827 if (best_index > -1)
828 match = &mount_table[best_index];

Completed in 50 milliseconds