Home
last modified time | relevance | path

Searched refs:BBSIZE (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h82 #define BBSIZE 1024 macro
85 #define SBOFF ((off_t)(BBOFF + BBSIZE))
87 #define SBLOCK ((daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/netbsd-src/sys/arch/atari/stand/installboot/
H A Ddisklabel.c45 #if (BBSIZE < MINBBSIZE)
46 #error BBSIZE is smaller than MINBBSIZE
/netbsd-src/sys/arch/atari/atari/
H A Ddisksubr.c50 #if BBSIZE < BBMINSIZE
51 #error BBSIZE smaller than BBMINSIZE
104 lp->d_bbsize = BBSIZE; in readdisklabel()
/netbsd-src/sys/arch/sgimips/sgimips/
H A Ddisksubr.c243 lp->d_bbsize = BBSIZE; in disklabel_sgimips_to_bsd()
321 BBSIZE / vh->dp.dp_secbytes; in disklabel_bsd_to_sgimips()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Ddisklabel.c92 #define LABEL_SIZE BBSIZE
217 bp->d_bbsize = BBSIZE; in disklabel()
/netbsd-src/sys/arch/mipsco/mipsco/
H A Ddisksubr.c256 lp->d_bbsize = BBSIZE; in disklabel_mips_to_bsd()
326 BBSIZE / vh->vh_dp.dp_secbytes; in disklabel_bsd_to_mips()
/netbsd-src/distrib/evbsh3/instkernel/ramdisk/
H A Ddisktab.preinstall21 # bs boot block size, default BBSIZE
/netbsd-src/distrib/emips/ramdisk/
H A Ddisktab.preinstall21 # bs boot block size, default BBSIZE
/netbsd-src/sys/lib/libsa/
H A Dustarfs.c73 #define BBSIZE 8192 macro
141 static const int ustarfs_mode_offset = BBSIZE;
/netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c73 #define BBSIZE 8192 macro
76 int bbsize = BBSIZE;
/netbsd-src/sbin/disklabel/
H A Dmain.c131 #ifndef BBSIZE
132 #define BBSIZE 8192 /* size of boot area, with label */ macro
145 char bootarea[BBSIZE]; /* Buffer matching part of disk */
712 lab.d_bbsize = BBSIZE;
1719 lp->d_bbsize = BBSIZE; /* XXX */
/netbsd-src/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c45 #define MAXBBSIZE BBSIZE
/netbsd-src/lib/libc/gen/
H A Ddisklabel.c158 getnumdflt(dp->d_bbsize, "bs", BBSIZE); in getdiskbyname()
/netbsd-src/sys/arch/pmax/pmax/
H A Ddisksubr.c166 lp->d_bbsize = BBSIZE; in compat_label()
/netbsd-src/sys/ufs/ffs/
H A Dfs.h89 #define BBSIZE 8192 macro
755 #define APPLEUFS_LABEL_OFFSET (BBSIZE - APPLEUFS_LABEL_SIZE) /* located at 7k */
/netbsd-src/sys/arch/mvme68k/stand/installboot/
H A Dinstallboot.c279 devread(devfd, sblock, (daddr_t)(BBSIZE / DEV_BSIZE), in loadblocknums()
/netbsd-src/sys/arch/vax/vax/
H A Ddisksubr.c172 lp->d_bbsize = BBSIZE; in compat_label()
/netbsd-src/sys/fs/ntfs/
H A Dntfs.h42 #define BBSIZE 1024 macro
H A Dntfs_vfsops.c340 error = bread(devvp, BBLOCK, BBSIZE, 0, &bp); in ntfs_mountfs()
/netbsd-src/sys/arch/sparc/stand/bootblk/
H A Dgenfth.cf86 define bbsize BBSIZE
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c258 * Ext2fs preserves BBSIZE (1024 bytes) space at the top for in mke2fs()
260 * If bsize == BBSIZE we have to preserve one block. in mke2fs()
261 * If bsize > BBSIZE, the first block already contains BBSIZE space in mke2fs()
265 sblock.e2fs.e2fs_first_dblock = (sblock.e2fs_bsize > BBSIZE) ? 0 : 1; in mke2fs()
577 pblock = (pbsize[i] > BBSIZE) ? 0 : 1; /* 1st dblk */ in mke2fs()
673 * (i.e. in case of sblock.e2fs.e2fs_bsize > BBSIZE) in mke2fs()
/netbsd-src/sys/arch/vax/vsa/
H A Dhdc9224.c810 dl->d_bbsize = BBSIZE; in rdmakelabel()
/netbsd-src/sys/dev/qbus/
H A Drl.c289 dl->d_bbsize = BBSIZE; in rlattach()
/netbsd-src/sys/dev/mscp/
H A Dmscp_disk.c1036 dl->d_bbsize = BBSIZE; in rrmakelabel()
/netbsd-src/usr.sbin/makefs/ffs/
H A Dmkfs.c167 bbsize = BBSIZE; in ffs_mkfs()

12