Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dnfsconf.c46 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]); variable
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c49 for (fsw_idx = 0; fsw_idx < boot_nfsw; fsw_idx++) in get_fs_ops_pointer()
64 for (fsw_idx = 0; fsw_idx < boot_nfsw; fsw_idx++) in set_default_fs()
/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h67 extern int boot_nfsw;
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dsasubr.c40 int boot_nfsw = sizeof (boot_fsw) / sizeof (boot_fsw[0]); variable