Searched refs:FS (Results 1 - 25 of 74) sorted by relevance

123

/src/sys/arch/landisk/stand/bootxx/bootxx_ffsv1/
H A DMakefile3 FS= ffsv1 macro
/src/sys/arch/landisk/stand/bootxx/bootxx_ffsv2/
H A DMakefile3 FS= ffsv2 macro
/src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/
H A DMakefile3 FS= ffsv1 macro
/src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/
H A DMakefile3 FS= ffsv2 macro
/src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/
H A DMakefile3 FS= lfsv1 macro
/src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/
H A DMakefile3 FS= lfsv2 macro
/src/sys/arch/i386/stand/bootxx/bootxx_ext2fs/
H A DMakefile3 FS=ext2fs macro
/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1/
H A DMakefile3 FS=ffsv1 macro
/src/sys/arch/i386/stand/bootxx/bootxx_ffsv2/
H A DMakefile3 FS=ffsv2 macro
/src/sys/arch/i386/stand/bootxx/bootxx_lfsv1/
H A DMakefile3 FS=lfsv1 macro
/src/sys/arch/i386/stand/bootxx/bootxx_lfsv2/
H A DMakefile3 FS=lfsv2 macro
/src/sys/arch/landisk/stand/bootxx/bootxx_ustarfs/
H A DMakefile3 FS=ustarfs macro
/src/sys/arch/x68k/stand/xxboot/fdboot_ustarfs/
H A DMakefile3 FS= ustarfs macro
4 BOOTCPPFLAGS+= -DXXBOOT_$(FS:tu)
/src/sys/external/isc/libsodium/dist/test/default/
H A Dpre.js.inc10 FS.init();
11 FS.mkdir('/test-data');
12 FS.mount(NODEFS, { root: '.' }, '/test-data');
/src/lib/libm/arch/m68060/
H A Dmakeoffs.awk1 BEGIN{FS=",";s = -16;}
/src/sys/arch/i386/stand/bootxx/bootxx_msdos/
H A DMakefile7 FS= dosfs macro
/src/sys/arch/i386/stand/bootxx/bootxx_ustarfs/
H A DMakefile6 FS=ustarfs macro
/src/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx3 PROG?= bootxx_${FS}
10 .if ${FS} == ustarfs
21 CPPFLAGS+= -DXXfs_open=${FS}_open
22 CPPFLAGS+= -DXXfs_close=${FS}_close
23 CPPFLAGS+= -DXXfs_read=${FS}_read
24 CPPFLAGS+= -DXXfs_stat=${FS}_stat
25 CPPFLAGS+= -DFS=${FS}
/src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/
H A DMakefile3 FS= cd9660 macro
/src/usr.bin/hexdump/
H A Dhexdump.h69 } FS; typedef in typeref:struct:_fs
77 extern FS *fshead; /* head of format strings list */
94 void rewrite(FS *);
95 int size(FS *);
H A Dhexdump.c57 FS *fshead; /* head of format strings */
66 FS *tfs;
/src/sys/arch/i386/stand/bootxx/
H A DMakefile.bootxx12 PROG?= bootxx_${FS}
48 CPPFLAGS+= -DXXfs_open=${FS}_open
49 CPPFLAGS+= -DXXfs_close=${FS}_close
50 CPPFLAGS+= -DXXfs_read=${FS}_read
51 CPPFLAGS+= -DXXfs_stat=${FS}_stat
52 CPPFLAGS+= -DFS=${FS}
/src/share/misc/
H A Dnanpa.awk60 t = locationmap(trim(f[fnames["Location"]])) FS;
76 i=index($0, FS);
84 FS=":"
107 print i FS data[i] | sort
/src/games/sail/
H A Dgame.c54 if (ship->file->FS == 1)
74 if ((ship->file->FS || fs) && fs != -1) {
/src/etc/
H A DMAKEDEV.awk208 oldFS=FS
209 FS=":"
214 FS=oldFS
222 oldFS=FS
223 FS=":"
228 FS=oldFS

Completed in 14 milliseconds

123