Searched refs:file_system_ufs (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | devopen.c | 106 memcpy(file_system, file_system_ufs, in devlookup() 107 sizeof(file_system_ufs)); in devlookup() 264 memcpy(file_system, file_system_ufs, in devopen() 265 sizeof(file_system_ufs)); in devopen()
|
H A D | conf.h | 81 extern struct fs_ops file_system_ufs[NFSYS_FS];
|
H A D | conf.c | 142 struct fs_ops file_system_ufs[NFSYS_FS] = { variable
|
/netbsd-src/sys/arch/sparc/stand/ofwboot/ |
H A D | ofdev.c | 203 static struct fs_ops file_system_ufs[] = variable 591 memcpy(&file_system[nfsys++], &file_system_ufs[0], sizeof file_system[0]); in devopen() 592 memcpy(&file_system[nfsys++], &file_system_ufs[1], sizeof file_system[0]); in devopen() 593 memcpy(&file_system[nfsys++], &file_system_ufs[2], sizeof file_system[0]); in devopen() 594 memcpy(&file_system[nfsys++], &file_system_ufs[3], sizeof file_system[0]); in devopen()
|
/netbsd-src/sys/arch/newsmips/stand/boot/ |
H A D | devopen.c | 58 struct fs_ops file_system_ufs = FS_OPS(ufs); variable 104 file_system[0] = file_system_ufs; in devopen()
|
/netbsd-src/sys/arch/sparc/stand/common/ |
H A D | conf.c | 39 struct fs_ops file_system_ufs[] = { variable
|
H A D | promdev.c | 89 extern struct fs_ops file_system_ufs[]; 277 memcpy(file_system, file_system_ufs, in devopen()
|
/netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
H A D | ofdev.c | 175 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable 307 file_system[0] = file_system_ufs; in devopen()
|
/netbsd-src/sys/arch/shark/stand/ofwboot/ |
H A D | ofdev.c | 158 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable 325 file_system[0] = file_system_ufs; in devopen()
|