Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dnfsconf.c42 struct boot_fs_ops *boot_fsw[] = { variable
46 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
40 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]);
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c50 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()
/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h68 extern struct boot_fs_ops *boot_fsw[];