Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c790 int best_index = -1; in path_mount_entry() local
814 best_index = i; in path_mount_entry()
826 best_index = i; in path_mount_entry()
832 if (best_index > -1) in path_mount_entry()
833 match = &mount_table[best_index]; in path_mount_entry()