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

1 2

  /src/sys/arch/i386/stand/bootxx/bootxx_ext2fs/
Makefile 3 FS=ext2fs
  /src/sys/arch/i386/stand/bootxx/bootxx_ffsv1/
Makefile 3 FS=ffsv1
  /src/sys/arch/i386/stand/bootxx/bootxx_ffsv2/
Makefile 3 FS=ffsv2
  /src/sys/arch/i386/stand/bootxx/bootxx_lfsv1/
Makefile 3 FS=lfsv1
  /src/sys/arch/i386/stand/bootxx/bootxx_lfsv2/
Makefile 3 FS=lfsv2
  /src/sys/arch/landisk/stand/bootxx/bootxx_ffsv1/
Makefile 3 FS= ffsv1
  /src/sys/arch/landisk/stand/bootxx/bootxx_ffsv2/
Makefile 3 FS= ffsv2
  /src/sys/arch/landisk/stand/bootxx/bootxx_ustarfs/
Makefile 3 FS=ustarfs
  /src/sys/arch/x68k/stand/xxboot/fdboot_ustarfs/
Makefile 3 FS= ustarfs
4 BOOTCPPFLAGS+= -DXXBOOT_$(FS:tu)
  /src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/
Makefile 3 FS= ffsv1
  /src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/
Makefile 3 FS= ffsv2
  /src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/
Makefile 3 FS= lfsv1
  /src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/
Makefile 3 FS= lfsv2
  /src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/
Makefile 3 FS= cd9660
  /src/sys/arch/i386/stand/bootxx/bootxx_msdos/
Makefile 7 FS= dosfs
  /src/sys/arch/i386/stand/bootxx/bootxx_ustarfs/
Makefile 6 FS=ustarfs
  /src/usr.sbin/mtree/
specspec.c 50 #define FS(a, b, c, d) \
164 if (FS(n1, n2, F_SLINK, slink))
172 if (FS(n1, n2, F_MD5, md5digest))
174 if (FS(n1, n2, F_SHA1, sha1digest))
176 if (FS(n1, n2, F_RMD160, rmd160digest))
178 if (FS(n1, n2, F_SHA256, sha256digest))
180 if (FS(n1, n2, F_SHA384, sha384digest))
182 if (FS(n1, n2, F_SHA512, sha512digest))
  /src/usr.bin/hexdump/
hexdump.h 69 } FS;
77 extern FS *fshead; /* head of format strings list */
94 void rewrite(FS *);
95 int size(FS *);
  /src/sys/ufs/lfs/
ulfs_readwrite.c 38 #define FS struct lfs
46 #define fs_sb_getbsize(fs) lfs_sb_getbsize(fs)
69 FS *fs; local in function:READ
75 fs = ip->I_FS;
89 if ((u_int64_t)uio->uio_offset > fs->um_maxfilesize)
125 FS *fs; local in function:BUFRD
138 fs = ip->I_FS
237 FS *fs; local in function:WRITE
419 FS *fs; local in function:BUFWR
    [all...]
  /src/sys/ufs/ufs/
ufs_readwrite.c 39 #define FS struct fs
129 FS *fs; local in function:BUFRD
142 fs = ip->I_FS;
163 lbn = ufs_lblkno(fs, uio->uio_offset);
165 size = ufs_blksize(fs, ip, lbn);
166 blkoffset = ufs_blkoff(fs, uio->uio_offset);
167 xfersize = MIN(MIN(fs->fs_bsize - blkoffset, uio->uio_resid),
170 if (ufs_lblktosize(fs, nextlbn) >= ip->i_size
245 FS *fs; local in function:WRITE
466 FS *fs; local in function:BUFWR
    [all...]
  /src/sys/arch/amiga/dev/
kbdmap.h 60 #define FS 28
  /src/sys/arch/atari/dev/
kbdmap.h 64 #define FS 28
  /src/usr.bin/tip/
tip.c 105 long FS;
  /src/sys/lib/libsa/
ufs.c 75 #include <ufs/ffs/fs.h>
122 #define lfs_dino_getsize(fs, dp) ((dp)->di_size)
124 typedef struct salfs FS;
133 typedef struct fs FS;
143 #define cgstart(fc, c) cgstart_ufs2((fs), (c))
145 #define cgstart(fc, c) cgstart_ufs1((fs), (c))
157 #define FSBTODB(fs, indp) FFS_FSBTODB(fs, indp)
192 FS *f_fs; /* pointer to super-block *
315 FS *fs = fp->f_fs; local in function:find_inode_sector
353 FS *fs = fp->f_fs; local in function:read_inode
417 FS *fs = fp->f_fs; local in function:block_map
534 FS *fs = fp->f_fs; local in function:buf_read_file
693 FS *fs; local in function:ufs_open
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 77 long FS; /* flags to set if lp is a tty */

Completed in 26 milliseconds

1 2