Home
last modified time | relevance | path

Searched refs:file_system_ufs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Ddevopen.c106 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 Dconf.h81 extern struct fs_ops file_system_ufs[NFSYS_FS];
H A Dconf.c142 struct fs_ops file_system_ufs[NFSYS_FS] = { variable
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c203 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 Ddevopen.c58 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 Dconf.c39 struct fs_ops file_system_ufs[] = { variable
H A Dpromdev.c89 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 Dofdev.c175 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 Dofdev.c158 static struct fs_ops file_system_ufs = FS_OPS(ufs); variable
325 file_system[0] = file_system_ufs; in devopen()