/src/sys/lib/libsa/ |
ustarfs.h | 1 /* $NetBSD: ustarfs.h,v 1.3 2005/12/11 12:24:46 christos Exp $ */ 38 FS_DEF(ustarfs);
|
Makefile | 88 SRCS+= ustarfs.c
|
/src/sys/arch/landisk/stand/bootxx/bootxx_ustarfs/ |
Makefile | 3 FS=ustarfs
|
/src/sys/arch/bebox/stand/boot/ |
filesystem.c | 33 #include <lib/libsa/ustarfs.h> 39 FS_OPS(ustarfs),
|
/src/sys/arch/x68k/stand/xxboot/fdboot_ustarfs/ |
Makefile | 3 FS= ustarfs 6 # ustarfs requires printf...
|
/src/sys/arch/i386/stand/bootxx/bootxx_ustarfs/ |
Makefile | 6 FS=ustarfs
|
/src/sys/arch/alpha/stand/boot/ |
filesystem.c | 38 #include <lib/libsa/ustarfs.h> 43 FS_OPS(ustarfs), /* this can work from tape, so put it first */
|
/src/sys/arch/evbmips/stand/sbmips/boot/ |
filesystem.c | 38 #include <lib/libsa/ustarfs.h> 43 FS_OPS(ustarfs), /* this can work from tape, so put it first */
|
/src/sys/arch/sbmips/stand/boot/ |
filesystem.c | 38 #include <lib/libsa/ustarfs.h> 43 FS_OPS(ustarfs), /* this can work from tape, so put it first */
|
/src/sys/arch/landisk/stand/boot/ |
conf.c | 41 #include <lib/libsa/ustarfs.h> 62 FS_OPS(ustarfs),
|
/src/sys/arch/prep/stand/boot/ |
filesystem.c | 33 #include <lib/libsa/ustarfs.h>
|
/src/sys/arch/arc/stand/boot/ |
conf.c | 44 #include <lib/libsa/ustarfs.h> 102 FS_OPS(ustarfs),
|
/src/sys/arch/emips/stand/common/ |
conf.c | 45 #include <lib/libsa/ustarfs.h> 108 FS_OPS(ustarfs),
|
/src/sys/arch/i386/stand/boot/ |
conf.c | 43 #include <lib/libsa/ustarfs.h> 65 FS_OPS(ustarfs),
|
/src/sys/arch/mipsco/stand/common/ |
conf.c | 45 #include <lib/libsa/ustarfs.h> 96 FS_OPS(ustarfs),
|
/src/sys/arch/news68k/stand/boot/ |
devopen.c | 32 #include <lib/libsa/ustarfs.h> 53 FS_OPS(ustarfs),
|
/src/sys/arch/pmax/stand/common/ |
conf.c | 45 #include <lib/libsa/ustarfs.h> 108 FS_OPS(ustarfs),
|
/src/sys/arch/sgimips/stand/common/ |
conf.c | 46 #include <lib/libsa/ustarfs.h> 101 FS_OPS(ustarfs),
|
/src/sys/arch/x68k/stand/boot/ |
conf.c | 34 #include <lib/libsa/ustarfs.h> 61 FS_OPS(ustarfs), 73 { 0 }, /* ustarfs or nfs, see doboot() in boot.c */
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
xd.c | 38 #include <ustarfs.h> 58 FS_OPS(ustarfs),
|
/src/sys/arch/vax/boot/boot/ |
conf.c | 41 #include <lib/libsa/ustarfs.h> 90 FS_OPS(ustarfs),
|
/src/sys/arch/alpha/stand/ustarboot/ |
Makefile | 14 -DLIBSA_SINGLE_FILESYSTEM=ustarfs \
|
/src/sys/arch/newsmips/stand/boot/ |
devopen.c | 32 #include <lib/libsa/ustarfs.h> 61 struct fs_ops file_system_ustarfs = FS_OPS(ustarfs);
|
/src/sys/arch/ews4800mips/stand/boot/ |
Makefile | 34 SRCS += devopen.c datafs.c bootfs.c ustarfs.c 142 COPTS.ustarfs.c+= -fno-strict-aliasing
|
/src/sys/arch/macppc/stand/ofwboot/ |
ofdev.c | 55 #include <lib/libsa/ustarfs.h> 127 static struct fs_ops file_system_ustarfs = FS_OPS(ustarfs);
|