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

1 2 3 4 5 6 7 8 910

  /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);
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);
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);
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);

Completed in 108 milliseconds

1 2 3 4 5 6 7 8 910