Home
last modified time | relevance | path

Searched refs:file_system_nfs (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Ddevopen.c112 memcpy(file_system, file_system_nfs, in devlookup()
113 sizeof(file_system_nfs)); in devlookup()
270 memcpy(file_system, file_system_nfs, in devopen()
271 sizeof(file_system_nfs)); in devopen()
H A Dconf.h82 extern struct fs_ops file_system_nfs[1];
H A Dconf.c151 struct fs_ops file_system_nfs[1] = { FS_OPS(nfs) }; variable
/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dconf.c54 struct fs_ops file_system_nfs = FS_OPS(nfs); variable
63 { "nfs", &file_system_nfs },
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dconf.c114 struct fs_ops file_system_nfs = FS_OPS(nfs); variable
123 { "nfs", &file_system_nfs },
H A Ddevopen.h33 extern struct fs_ops file_system_nfs;
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Ddevopen.c37 extern const struct fs_ops file_system_nfs;
82 file_system[0] = file_system_nfs; in devparse()
H A Dconf.c72 const struct fs_ops file_system_nfs = FS_OPS(nfs); variable
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Ddevopen.c59 struct fs_ops file_system_nfs = FS_OPS(nfs); variable
112 file_system[0] = file_system_nfs; in devopen()
/netbsd-src/sys/arch/sparc/stand/common/
H A Dconf.c44 struct fs_ops file_system_nfs[] = { variable
H A Dpromdev.c88 extern struct fs_ops file_system_nfs[];
269 memcpy(file_system, file_system_nfs, in devopen()
/netbsd-src/sys/arch/ofppc/stand/ofwboot/
H A Dofdev.c178 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable
318 file_system[0] = file_system_nfs; in devopen()
/netbsd-src/sys/arch/x68k/stand/boot/
H A Dboot.c75 extern struct fs_ops file_system_nfs[];
206 fs = &file_system_nfs[0]; in doboot()
H A Dconf.c63 struct fs_ops file_system_nfs[] = { variable
/netbsd-src/sys/arch/shark/stand/ofwboot/
H A Dofdev.c161 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable
335 file_system[0] = file_system_nfs; in devopen()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dconf.c109 struct fs_ops file_system_nfs[] = { FS_OPS(nfs) }; variable
H A Dsamachdep.h225 extern struct fs_ops file_system_nfs[];
H A Ddevopen.c111 file_system[0] = file_system_nfs[0]; in devopen()
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Ddevopen.c37 extern const struct fs_ops file_system_nfs;
/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c129 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable
495 file_system[0] = file_system_nfs; in devopen()
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c210 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable
620 memcpy(&file_system[0], &file_system_nfs, sizeof file_system[0]); in devopen()