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

1 2 3 4

  /src/sys/arch/i386/stand/efiboot/
devopen.h 32 extern struct fs_ops file_system_disk[];
33 extern struct fs_ops file_system_nfs;
34 extern struct fs_ops file_system_tftp;
35 extern struct fs_ops file_system_null;
48 struct fs_ops *ops;
conf.c 75 struct fs_ops file_system[] = {
77 FS_OPS(null),
79 FS_OPS(null), FS_OPS(null),
80 FS_OPS(null), FS_OPS(null),
82 FS_OPS(null),
85 FS_OPS(null),
88 FS_OPS(null),
93 struct fs_ops file_system_disk[] =
    [all...]
  /src/sys/arch/rs6000/stand/boot/
filesystem.c 34 struct fs_ops file_system[] = {
38 int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
  /src/sys/arch/sparc/stand/common/
conf.c 39 struct fs_ops file_system_ufs[] = {
40 FS_OPS(ffsv1),
41 FS_OPS(ffsv2)
44 struct fs_ops file_system_nfs[] = {
45 FS_OPS(nfs)
48 struct fs_ops file_system[2];
  /src/sys/arch/atari/stand/bootxx/
filesystem.c 37 struct fs_ops file_system[] = {
38 FS_OPS(ufs),
  /src/sys/arch/bebox/stand/boot/
filesystem.c 36 struct fs_ops file_system[] = {
37 FS_OPS(ffsv1),
38 FS_OPS(ffsv2),
39 FS_OPS(ustarfs),
40 FS_OPS(null),
43 int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
  /src/sys/arch/prep/stand/boot/
filesystem.c 36 struct fs_ops file_system[] = {
37 FS_OPS(ffsv1),
38 FS_OPS(ffsv2),
39 FS_OPS(null),
42 int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
  /src/sys/arch/i386/stand/pxeboot/
conf.c 54 struct fs_ops file_system_nfs = FS_OPS(nfs);
58 struct fs_ops file_system_tftp = FS_OPS(tftp);
72 struct fs_ops file_system[1];
pxeboot.h 48 struct fs_ops *fst_ops;
  /src/sys/arch/atari/stand/bootxxx/
filesystem.c 37 struct fs_ops file_system[] = {
38 FS_OPS(ufs),
  /src/sys/arch/sun68k/stand/netboot/
conf.c 11 struct fs_ops file_system[] = {
12 FS_OPS(nfs),
  /src/sys/arch/sun68k/stand/tapeboot/
conf.c 7 struct fs_ops file_system[] = {
8 FS_OPS(rawfs),
  /src/sys/arch/sun68k/stand/ufsboot/
conf.c 9 struct fs_ops file_system[] = {
10 FS_OPS(ufs),
  /src/sys/arch/alpha/stand/boot/
filesystem.c 42 struct fs_ops file_system[] = {
43 FS_OPS(ustarfs), /* this can work from tape, so put it first */
44 FS_OPS(ffsv2),
45 FS_OPS(ufs),
46 FS_OPS(cd9660),
47 FS_OPS(lfsv1),
48 FS_OPS(lfsv2),
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[] = {
43 FS_OPS(ustarfs), /* this can work from tape, so put it first */
44 FS_OPS(ufs),
45 FS_OPS(cd9660),
46 FS_OPS(lfsv1),
47 FS_OPS(lfsv2),
50 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
  /src/sys/arch/sbmips/stand/boot/
filesystem.c 42 struct fs_ops file_system[] = {
43 FS_OPS(ustarfs), /* this can work from tape, so put it first */
44 FS_OPS(ufs),
45 FS_OPS(cd9660),
46 FS_OPS(lfsv1),
47 FS_OPS(lfsv2),
50 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
  /src/sys/arch/hp300/stand/common/
conf.h 80 extern struct fs_ops file_system_rawfs[1];
81 extern struct fs_ops file_system_ufs[NFSYS_FS];
82 extern struct fs_ops file_system_nfs[1];
  /src/sys/arch/mmeye/stand/boot/
conf.c 53 struct fs_ops file_system[] = {
54 FS_OPS(ffsv1),
55 FS_OPS(ffsv2),
  /src/sys/arch/mvme68k/stand/bootsd/
conf.c 10 struct fs_ops file_system[] = {
11 FS_OPS(ufs),
  /src/sys/arch/mvme68k/stand/bootst/
conf.c 7 struct fs_ops file_system[] = {
8 FS_OPS(rawfs),
  /src/sys/arch/x68k/stand/boot/
conf.c 60 struct fs_ops file_system_ustarfs[] = {
61 FS_OPS(ustarfs),
63 struct fs_ops file_system_nfs[] = {
64 FS_OPS(nfs),
67 struct fs_ops file_system[] = {
68 FS_OPS(ffsv1),
69 FS_OPS(ffsv2),
70 FS_OPS(lfsv1),
71 FS_OPS(lfsv2),
72 FS_OPS(cd9660)
    [all...]
  /src/sys/stand/efiboot/
conf.c 54 struct fs_ops file_system[] = {
55 FS_OPS(null),
56 FS_OPS(ffsv1),
57 FS_OPS(ffsv2),
58 FS_OPS(dosfs),
59 FS_OPS(cd9660),
63 struct fs_ops null_fs_ops = FS_OPS(null);
64 struct fs_ops tftp_fs_ops = FS_OPS(tftp)
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
devopen.c 48 struct fs_ops file_system[1] = { FS_OPS(null) };
50 struct fs_ops fs_nfs = FS_OPS(nfs);
51 struct fs_ops fs_tftp = FS_OPS(tftp);
52 struct fs_ops fs_ffsv2 = FS_OPS(ffsv2);
53 struct fs_ops fs_ffsv1 = FS_OPS(ffsv1)
    [all...]
  /src/sys/arch/cobalt/stand/boot/
conf.c 64 struct fs_ops file_system[] = {
65 FS_OPS(ffsv1),
66 FS_OPS(ffsv2),
67 FS_OPS(ext2fs),
72 const struct fs_ops file_system_nfs = FS_OPS(nfs);
  /src/sys/arch/ia64/stand/ia64/efi/
conf.c 68 struct fs_ops file_system[] = {
69 FS_OPS(efifs),
70 FS_OPS(nfs),
73 int nfsys = sizeof(file_system) / sizeof(struct fs_ops);

Completed in 26 milliseconds

1 2 3 4