HomeSort by: relevance | last modified time | path
    Searched refs:file_system (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/arch/atari/stand/bootxx/
filesystem.c 37 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
41 int nfsys = __arraycount(file_system);
  /src/sys/arch/atari/stand/bootxxx/
filesystem.c 37 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
41 int nfsys = __arraycount(file_system);
  /src/sys/arch/rs6000/stand/boot/
filesystem.c 34 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
38 int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
  /src/sys/stand/efiboot/
devopen.c 40 file_system[0] = null_fs_ops;
42 file_system[0] = nfs_fs_ops;
44 file_system[0] = tftp_fs_ops;
  /src/sys/arch/mvmeppc/stand/boot/
conf.c 11 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
14 int nfsys = sizeof(file_system) / sizeof(file_system[0]);
  /src/sys/arch/bebox/stand/boot/
filesystem.c 36 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
43 int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
  /src/sys/arch/mmeye/stand/boot/
conf.c 53 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
58 int nfsys = __arraycount(file_system);
  /src/sys/arch/mvme68k/stand/bootsd/
conf.c 10 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
13 int nfsys = __arraycount(file_system);
  /src/sys/arch/prep/stand/boot/
filesystem.c 36 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
42 int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
  /src/sys/arch/sparc/stand/common/
conf.c 48 struct fs_ops file_system[2]; variable in typeref:struct:fs_ops[2]
49 int nfsys = __arraycount(file_system);
  /src/sys/arch/landisk/stand/boot/
conf.c 51 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
65 int nfsys = sizeof(file_system) / sizeof(file_system[0]);
  /src/sys/arch/sun68k/stand/netboot/
conf.c 11 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/sun68k/stand/tapeboot/
conf.c 7 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/sun68k/stand/ufsboot/
conf.c 9 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/alpha/stand/boot/
filesystem.c 42 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
51 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
  /src/sys/arch/evbmips/stand/sbmips/boot/
filesystem.c 42 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
50 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
  /src/sys/arch/sbmips/stand/boot/
filesystem.c 42 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
50 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
  /src/sys/arch/sgimips/stand/common/
iris_conf.c 48 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
55 int nfsys = __arraycount(file_system);
  /src/sys/arch/hpcmips/stand/lcboot/
conf.c 57 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
67 int nfsys = sizeof file_system / sizeof file_system[0];
  /src/sys/arch/ews4800mips/stand/common/
devopen.c 57 struct fs_ops file_system[1]; variable in typeref:struct:fs_ops[1]
84 file_system[0] = ufs_ops;
95 file_system[0] = datafs_ops;
107 file_system[0] = nfs_ops;
124 file_system[0] = datafs_ops;
159 file_system[0] = ufs_ops;
165 file_system[0] = bfs_ops;
170 file_system[0] = datafs_ops;
  /src/sys/arch/hppa/stand/cdboot/
conf.c 40 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
43 int nfsys = NENTS(file_system);
  /src/sys/arch/mvme68k/stand/netboot/
conf.c 11 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
14 int nfsys = __arraycount(file_system);
  /src/sys/arch/zaurus/stand/zboot/
conf.c 46 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
52 int nfsys = __arraycount(file_system);
  /src/sys/arch/mvme68k/stand/bootst/
conf.c 7 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/cobalt/stand/boot/
conf.c 64 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
70 int nfsys = __arraycount(file_system);

Completed in 28 milliseconds

1 2 3