/src/sys/arch/sparc/stand/common/ |
conf.c | 39 struct fs_ops file_system_ufs[] = { variable in typeref:struct:fs_ops[]
|
conf.c | 39 struct fs_ops file_system_ufs[] = { variable in typeref:struct:fs_ops[]
|
/src/sys/arch/newsmips/stand/boot/ |
devopen.c | 58 struct fs_ops file_system_ufs = FS_OPS(ufs); variable in typeref:struct:fs_ops 104 file_system[0] = file_system_ufs;
|
devopen.c | 58 struct fs_ops file_system_ufs = FS_OPS(ufs); variable in typeref:struct:fs_ops 104 file_system[0] = file_system_ufs;
|
/src/sys/arch/ofppc/stand/ofwboot/ |
ofdev.c | 175 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable in typeref:struct:fs_ops 307 file_system[0] = file_system_ufs;
|
ofdev.c | 175 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable in typeref:struct:fs_ops 307 file_system[0] = file_system_ufs;
|
/src/sys/arch/shark/stand/ofwboot/ |
ofdev.c | 158 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable in typeref:struct:fs_ops 325 file_system[0] = file_system_ufs;
|
ofdev.c | 158 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable in typeref:struct:fs_ops 325 file_system[0] = file_system_ufs;
|
/src/sys/arch/hp300/stand/common/ |
conf.c | 142 struct fs_ops file_system_ufs[NFSYS_FS] = { variable in typeref:struct:fs_ops[]
|
conf.c | 142 struct fs_ops file_system_ufs[NFSYS_FS] = { variable in typeref:struct:fs_ops[]
|
/src/sys/arch/sparc/stand/ofwboot/ |
ofdev.c | 203 static struct fs_ops file_system_ufs[] = variable in typeref:struct:fs_ops[] 591 memcpy(&file_system[nfsys++], &file_system_ufs[0], sizeof file_system[0]); 592 memcpy(&file_system[nfsys++], &file_system_ufs[1], sizeof file_system[0]); 593 memcpy(&file_system[nfsys++], &file_system_ufs[2], sizeof file_system[0]); 594 memcpy(&file_system[nfsys++], &file_system_ufs[3], sizeof file_system[0]);
|
ofdev.c | 203 static struct fs_ops file_system_ufs[] = variable in typeref:struct:fs_ops[] 591 memcpy(&file_system[nfsys++], &file_system_ufs[0], sizeof file_system[0]); 592 memcpy(&file_system[nfsys++], &file_system_ufs[1], sizeof file_system[0]); 593 memcpy(&file_system[nfsys++], &file_system_ufs[2], sizeof file_system[0]); 594 memcpy(&file_system[nfsys++], &file_system_ufs[3], sizeof file_system[0]);
|