Searched refs:boot_fsw (Results 1 – 5 of 5) sorted by relevance
42 struct boot_fs_ops *boot_fsw[] = { variable46 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
33 struct boot_fs_ops *boot_fsw[] = { variable38 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
37 struct boot_fs_ops *boot_fsw[] = { variable40 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
50 if (strcmp(boot_fsw[fsw_idx]->fsw_name, fsw_name) == 0) { in get_fs_ops_pointer()51 return (boot_fsw[fsw_idx]); in get_fs_ops_pointer()65 if (strcmp(boot_fsw[fsw_idx]->fsw_name, fsw_name) == 0) { in set_default_fs()66 dfl_fsw = boot_fsw[fsw_idx]; in set_default_fs()
75 extern struct boot_fs_ops *boot_fsw[];