/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/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/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/i386/stand/efiboot/ |
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/sgimips/stand/common/ |
iris_conf.c | 48 struct fs_ops file_system[] = { 49 FS_OPS(ffsv1), 50 FS_OPS(ffsv2), 51 FS_OPS(lfsv1), 52 FS_OPS(lfsv2),
|
conf.c | 94 struct fs_ops file_system[] = { 95 FS_OPS(ffsv1), 96 FS_OPS(ffsv2), 97 FS_OPS(lfsv1), 98 FS_OPS(lfsv2), 99 FS_OPS(cd9660), 101 FS_OPS(ustarfs), 104 FS_OPS(nfs),
|
/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/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/i386/stand/boot/ |
conf.c | 60 struct fs_ops file_system[] = { 62 FS_OPS(cd9660), 65 FS_OPS(ustarfs), 67 FS_OPS(ffsv1), FS_OPS(ffsv2), 68 FS_OPS(lfsv1), FS_OPS(lfsv2), 70 FS_OPS(ext2fs), 73 FS_OPS(minixfs3), 76 FS_OPS(dosfs) [all...] |
/src/sys/arch/landisk/stand/boot/ |
conf.c | 51 struct fs_ops file_system[] = { 53 FS_OPS(ffsv1), 56 FS_OPS(ffsv2), 59 FS_OPS(dosfs), 62 FS_OPS(ustarfs),
|
/src/sys/arch/zaurus/stand/zboot/ |
conf.c | 46 struct fs_ops file_system[] = { 47 FS_OPS(ffsv1), 48 FS_OPS(ffsv2), 49 FS_OPS(ext2fs), 50 FS_OPS(pathfs),
|
/src/sys/arch/arc/stand/boot/ |
conf.c | 94 struct fs_ops file_system[] = { 95 FS_OPS(ffsv1), 96 FS_OPS(ffsv2), 97 FS_OPS(dosfs), 98 FS_OPS(lfsv1), 99 FS_OPS(lfsv2), 100 FS_OPS(cd9660), 102 FS_OPS(ustarfs), 105 FS_OPS(nfs),
|
/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/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/pmax/stand/common/ |
conf.c | 102 struct fs_ops file_system[] = { 103 FS_OPS(ffsv1), 104 FS_OPS(ffsv2), 105 FS_OPS(lfsv1), 106 FS_OPS(lfsv2), 107 FS_OPS(cd9660), 108 FS_OPS(ustarfs), 110 FS_OPS(nfs), 114 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
|
/src/sys/arch/atari/stand/bootxxx/ |
filesystem.c | 37 struct fs_ops file_system[] = { 38 FS_OPS(ufs),
|
/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/hppa/stand/boot/ |
conf.c | 40 struct fs_ops file_system[] = { 41 FS_OPS(lif), 42 FS_OPS(ffsv1), 43 FS_OPS(ffsv2), 44 FS_OPS(cd9660),
|
/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/emips/stand/common/ |
conf.c | 103 struct fs_ops file_system[] = { 104 FS_OPS(ufs), 105 FS_OPS(lfsv1), 106 FS_OPS(lfsv2), 107 FS_OPS(cd9660), 108 FS_OPS(ustarfs), 110 FS_OPS(nfs), 114 int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
|