| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs.h | 82 #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 D | disklabel.c | 45 #if (BBSIZE < MINBBSIZE) 46 #error BBSIZE is smaller than MINBBSIZE
|
| /netbsd-src/sys/arch/atari/atari/ |
| H A D | disksubr.c | 50 #if BBSIZE < BBMINSIZE 51 #error BBSIZE smaller than BBMINSIZE 104 lp->d_bbsize = BBSIZE; in readdisklabel()
|
| /netbsd-src/sys/arch/sgimips/sgimips/ |
| H A D | disksubr.c | 243 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 D | disklabel.c | 92 #define LABEL_SIZE BBSIZE 217 bp->d_bbsize = BBSIZE; in disklabel()
|
| /netbsd-src/sys/arch/mipsco/mipsco/ |
| H A D | disksubr.c | 256 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 D | disktab.preinstall | 21 # bs boot block size, default BBSIZE
|
| /netbsd-src/distrib/emips/ramdisk/ |
| H A D | disktab.preinstall | 21 # bs boot block size, default BBSIZE
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | ustarfs.c | 73 #define BBSIZE 8192 macro 141 static const int ustarfs_mode_offset = BBSIZE;
|
| /netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| H A D | elf2bb.c | 73 #define BBSIZE 8192 macro 76 int bbsize = BBSIZE;
|
| /netbsd-src/sbin/disklabel/ |
| H A D | main.c | 131 #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 D | installboot.c | 45 #define MAXBBSIZE BBSIZE
|
| /netbsd-src/lib/libc/gen/ |
| H A D | disklabel.c | 158 getnumdflt(dp->d_bbsize, "bs", BBSIZE); in getdiskbyname()
|
| /netbsd-src/sys/arch/pmax/pmax/ |
| H A D | disksubr.c | 166 lp->d_bbsize = BBSIZE; in compat_label()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | fs.h | 89 #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 D | installboot.c | 279 devread(devfd, sblock, (daddr_t)(BBSIZE / DEV_BSIZE), in loadblocknums()
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | disksubr.c | 172 lp->d_bbsize = BBSIZE; in compat_label()
|
| /netbsd-src/sys/fs/ntfs/ |
| H A D | ntfs.h | 42 #define BBSIZE 1024 macro
|
| H A D | ntfs_vfsops.c | 340 error = bread(devvp, BBLOCK, BBSIZE, 0, &bp); in ntfs_mountfs()
|
| /netbsd-src/sys/arch/sparc/stand/bootblk/ |
| H A D | genfth.cf | 86 define bbsize BBSIZE
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | mke2fs.c | 258 * 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 D | hdc9224.c | 810 dl->d_bbsize = BBSIZE; in rdmakelabel()
|
| /netbsd-src/sys/dev/qbus/ |
| H A D | rl.c | 289 dl->d_bbsize = BBSIZE; in rlattach()
|
| /netbsd-src/sys/dev/mscp/ |
| H A D | mscp_disk.c | 1036 dl->d_bbsize = BBSIZE; in rrmakelabel()
|
| /netbsd-src/usr.sbin/makefs/ffs/ |
| H A D | mkfs.c | 167 bbsize = BBSIZE; in ffs_mkfs()
|