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

1 2 3

  /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/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/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/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/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/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/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/i386/stand/boot/
conf.c 60 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops
79 int nfsys = sizeof(file_system) / sizeof(struct fs_ops);
  /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/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/sparc/stand/common/
conf.c 48 struct fs_ops file_system[2]; variable in typeref:struct:fs_ops
49 int nfsys = __arraycount(file_system);
  /src/sys/arch/evbppc/stand/wii/
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/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/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/netboot/
conf.c 10 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);
  /src/sys/arch/evbmips/stand/sbmips/netboot/
conf.c 10 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops
  /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/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/sbmips/stand/netboot/
conf.c 10 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops

Completed in 28 milliseconds

1 2 3