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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dnfsconf.c42 struct boot_fs_ops *boot_fsw[] = { variable in typeref:struct:boot_fs_ops
46 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
H A Dwbfsconf.c33 struct boot_fs_ops *boot_fsw[] = { variable in typeref:struct:boot_fs_ops
38 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dsasubr.c37 struct boot_fs_ops *boot_fsw[] = { variable in typeref:struct:boot_fs_ops
40 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h75 extern struct boot_fs_ops *boot_fsw[];
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c50 if (strcmp(boot_fsw[fsw_idx]->fsw_name, fsw_name) == 0) {
51 return (boot_fsw[fsw_idx]);
65 if (strcmp(boot_fsw[fsw_idx]->fsw_name, fsw_name) == 0) {
66 dfl_fsw = boot_fsw[fsw_idx];

Completed in 67 milliseconds