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

1 2 3 4 5

  /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);
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);
filesystem.c 37 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
41 int nfsys = __arraycount(file_system);
  /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);
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/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);
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);
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/mmeye/stand/boot/
conf.c 53 struct fs_ops file_system[] = { variable in typeref:struct:fs_ops[]
58 int nfsys = __arraycount(file_system);
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);
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);
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);
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);
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/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/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/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/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);

Completed in 27 milliseconds

1 2 3 4 5