HomeSort by: relevance | last modified time | path
    Searched refs:file_system_nfs (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/i386/stand/pxeboot/
conf.c 54 struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
63 { "nfs", &file_system_nfs },
  /src/sys/arch/i386/stand/efiboot/
devopen.h 33 extern struct fs_ops file_system_nfs;
conf.c 114 struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
123 { "nfs", &file_system_nfs },
  /src/sys/arch/sparc/stand/common/
conf.c 44 struct fs_ops file_system_nfs[] = { variable in typeref:struct:fs_ops[]
promdev.c 88 extern struct fs_ops file_system_nfs[];
269 memcpy(file_system, file_system_nfs,
  /src/sys/arch/cobalt/stand/boot/
conf.c 72 const struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:typename:const struct fs_ops
devopen.c 37 extern const struct fs_ops file_system_nfs;
82 file_system[0] = file_system_nfs;
  /src/sys/arch/hp300/stand/common/
conf.h 82 extern struct fs_ops file_system_nfs[1];
devopen.c 112 memcpy(file_system, file_system_nfs,
113 sizeof(file_system_nfs));
270 memcpy(file_system, file_system_nfs,
271 sizeof(file_system_nfs));
conf.c 151 struct fs_ops file_system_nfs[1] = { FS_OPS(nfs) }; variable in typeref:struct:fs_ops[1]
  /src/sys/arch/luna68k/stand/boot/
conf.c 109 struct fs_ops file_system_nfs[] = { FS_OPS(nfs) }; variable in typeref:struct:fs_ops[]
devopen.c 111 file_system[0] = file_system_nfs[0];
samachdep.h 225 extern struct fs_ops file_system_nfs[];
  /src/sys/arch/x68k/stand/boot/
conf.c 63 struct fs_ops file_system_nfs[] = { variable in typeref:struct:fs_ops[]
boot.c 75 extern struct fs_ops file_system_nfs[];
206 fs = &file_system_nfs[0];
  /src/sys/arch/newsmips/stand/boot/
devopen.c 59 struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
112 file_system[0] = file_system_nfs;
  /src/sys/arch/mmeye/stand/boot/
devopen.c 37 extern const struct fs_ops file_system_nfs;
  /src/sys/arch/ofppc/stand/ofwboot/
ofdev.c 178 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
318 file_system[0] = file_system_nfs;
  /src/sys/arch/shark/stand/ofwboot/
ofdev.c 161 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
335 file_system[0] = file_system_nfs;
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 129 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
495 file_system[0] = file_system_nfs;
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 210 static struct fs_ops file_system_nfs = FS_OPS(nfs); variable in typeref:struct:fs_ops
620 memcpy(&file_system[0], &file_system_nfs, sizeof file_system[0]);

Completed in 23 milliseconds