/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | devopen.c | 112 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 D | conf.h | 82 extern struct fs_ops file_system_nfs[1];
|
H A D | conf.c | 151 struct fs_ops file_system_nfs[1] = { FS_OPS(nfs) }; variable
|
/netbsd-src/sys/arch/i386/stand/pxeboot/ |
H A D | conf.c | 54 struct fs_ops file_system_nfs = FS_OPS(nfs); variable 63 { "nfs", &file_system_nfs },
|
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | conf.c | 114 struct fs_ops file_system_nfs = FS_OPS(nfs); variable 123 { "nfs", &file_system_nfs },
|
H A D | devopen.h | 33 extern struct fs_ops file_system_nfs;
|
/netbsd-src/sys/arch/cobalt/stand/boot/ |
H A D | devopen.c | 37 extern const struct fs_ops file_system_nfs; 82 file_system[0] = file_system_nfs; in devparse()
|
H A D | conf.c | 72 const struct fs_ops file_system_nfs = FS_OPS(nfs); variable
|
/netbsd-src/sys/arch/newsmips/stand/boot/ |
H A D | devopen.c | 59 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 D | conf.c | 44 struct fs_ops file_system_nfs[] = { variable
|
H A D | promdev.c | 88 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 D | ofdev.c | 178 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 D | boot.c | 75 extern struct fs_ops file_system_nfs[]; 206 fs = &file_system_nfs[0]; in doboot()
|
H A D | conf.c | 63 struct fs_ops file_system_nfs[] = { variable
|
/netbsd-src/sys/arch/shark/stand/ofwboot/ |
H A D | ofdev.c | 161 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 D | conf.c | 109 struct fs_ops file_system_nfs[] = { FS_OPS(nfs) }; variable
|
H A D | samachdep.h | 225 extern struct fs_ops file_system_nfs[];
|
H A D | devopen.c | 111 file_system[0] = file_system_nfs[0]; in devopen()
|
/netbsd-src/sys/arch/mmeye/stand/boot/ |
H A D | devopen.c | 37 extern const struct fs_ops file_system_nfs;
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | ofdev.c | 129 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 D | ofdev.c | 210 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()
|