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

  /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
  /src/sys/arch/sparc/stand/common/
conf.c 44 struct fs_ops file_system_nfs[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/i386/stand/efiboot/
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/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/x68k/stand/boot/
conf.c 63 struct fs_ops file_system_nfs[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/luna68k/stand/boot/
conf.c 109 struct fs_ops file_system_nfs[] = { FS_OPS(nfs) }; variable in typeref:struct:fs_ops[]
  /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/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/hp300/stand/common/
conf.c 151 struct fs_ops file_system_nfs[1] = { FS_OPS(nfs) }; variable in typeref:struct:fs_ops[1]
  /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]);
  /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;

Completed in 137 milliseconds