Home
last modified time | relevance | path

Searched refs:file_system_disk (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dconf.c93 struct fs_ops file_system_disk[] = { variable
109 __CTASSERT(__arraycount(file_system) == __arraycount(file_system_disk));
110 const int nfsys_disk = __arraycount(file_system_disk);
H A Ddevopen.h32 extern struct fs_ops file_system_disk[];
H A Ddevopen.c171 memcpy(file_system, file_system_disk, in devopen()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dconf.c102 struct fs_ops file_system_disk[] = { variable
106 int nfsys_disk = __arraycount(file_system_disk);
H A Dsamachdep.h223 extern struct fs_ops file_system_disk[];
H A Ddevopen.c105 file_system[i] = file_system_disk[i]; in devopen()