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

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c37 static struct boot_fs_ops *dfl_fsw = (struct boot_fs_ops *)NULL; variable in typeref:struct:boot_fs_ops
66 dfl_fsw = boot_fsw[fsw_idx];
79 dfl_fsw = NULL;
85 return (dfl_fsw);
106 if (dfl_fsw != (struct boot_fs_ops *)NULL)
107 return ((*dfl_fsw->fsw_close)(fd));
115 if (dfl_fsw != (struct boot_fs_ops *)NULL)
116 return ((*dfl_fsw->fsw_mountroot)(str));
124 if (dfl_fsw != (struct boot_fs_ops *)NULL)
125 return ((*dfl_fsw
[all...]

Completed in 58 milliseconds