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

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c47 int fsw_idx; local
49 for (fsw_idx = 0; fsw_idx < boot_nfsw; fsw_idx++)
50 if (strcmp(boot_fsw[fsw_idx]->fsw_name, fsw_name) == 0) {
51 return (boot_fsw[fsw_idx]);
62 int fsw_idx; local
64 for (fsw_idx = 0; fsw_idx < boot_nfsw; fsw_idx
[all...]

Completed in 44 milliseconds