Searched refs:dfl_fsw (Results 1 – 1 of 1) sorted by relevance
37 static struct boot_fs_ops *dfl_fsw = (struct boot_fs_ops *)NULL; variable66 dfl_fsw = boot_fsw[fsw_idx]; in set_default_fs()79 dfl_fsw = NULL; in clr_default_fs()85 return (dfl_fsw); in get_default_fs()106 if (dfl_fsw != (struct boot_fs_ops *)NULL) in close()107 return ((*dfl_fsw->fsw_close)(fd)); in close()115 if (dfl_fsw != (struct boot_fs_ops *)NULL) in mountroot()116 return ((*dfl_fsw->fsw_mountroot)(str)); in mountroot()124 if (dfl_fsw != (struct boot_fs_ops *)NULL) in unmountroot()125 return ((*dfl_fsw->fsw_unmountroot)()); in unmountroot()[all …]