Searched refs:BBSIZE (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/arch/atari/stand/installboot/
H A Ddisklabel.c45 #if (BBSIZE < MINBBSIZE)
46 #error BBSIZE is smaller than MINBBSIZE
/netbsd-current/sys/arch/atari/atari/
H A Ddisksubr.c47 * BBSIZE in <ufs/ffs/fs.h> must be greater than
50 #if BBSIZE < BBMINSIZE
51 #error BBSIZE smaller than BBMINSIZE
104 lp->d_bbsize = BBSIZE;
/netbsd-current/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-current/sys/arch/luna68k/stand/boot/
H A Ddisklabel.c92 #define LABEL_SIZE BBSIZE
217 bp->d_bbsize = BBSIZE;
/netbsd-current/sys/arch/sgimips/sgimips/
H A Ddisksubr.c243 lp->d_bbsize = BBSIZE;
321 BBSIZE / vh->dp.dp_secbytes;
/netbsd-current/sys/arch/mipsco/mipsco/
H A Ddisksubr.c45 #include <ufs/ffs/fs.h> /* XXX for BBSIZE & SBSIZE */
256 lp->d_bbsize = BBSIZE;
326 BBSIZE / vh->vh_dp.dp_secbytes;
/netbsd-current/sys/lib/libsa/
H A Dustarfs.c73 #define BBSIZE 8192 macro
141 static const int ustarfs_mode_offset = BBSIZE;
/netbsd-current/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c73 #define BBSIZE 8192 macro
76 int bbsize = BBSIZE;
/netbsd-current/lib/libc/gen/
H A Ddisklabel.c158 getnumdflt(dp->d_bbsize, "bs", BBSIZE);
/netbsd-current/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c45 #define MAXBBSIZE BBSIZE
/netbsd-current/sys/arch/mvme68k/stand/installboot/
H A Dinstallboot.c279 devread(devfd, sblock, (daddr_t)(BBSIZE / DEV_BSIZE),
/netbsd-current/sys/arch/vax/vax/
H A Ddisksubr.c58 #include <ufs/ffs/fs.h> /* XXX for BBSIZE & SBSIZE */
172 lp->d_bbsize = BBSIZE;
/netbsd-current/sys/arch/pmax/pmax/
H A Ddisksubr.c47 #include <ufs/ffs/fs.h> /* XXX for BBSIZE & SBSIZE */
166 lp->d_bbsize = BBSIZE;
/netbsd-current/sys/ufs/ffs/
H A Dfs.h89 #define BBSIZE 8192 macro
755 #define APPLEUFS_LABEL_OFFSET (BBSIZE - APPLEUFS_LABEL_SIZE) /* located at 7k */
/netbsd-current/sys/fs/ntfs/
H A Dntfs.h42 #define BBSIZE 1024 macro
H A Dntfs_vfsops.c340 error = bread(devvp, BBLOCK, BBSIZE, 0, &bp);
/netbsd-current/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 */
711 lab.d_bbsize = BBSIZE;
1718 lp->d_bbsize = BBSIZE; /* XXX */
/netbsd-current/sys/dev/qbus/
H A Drl.c289 dl->d_bbsize = BBSIZE;
/netbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c258 * Ext2fs preserves BBSIZE (1024 bytes) space at the top for
260 * If bsize == BBSIZE we have to preserve one block.
261 * If bsize > BBSIZE, the first block already contains BBSIZE space
265 sblock.e2fs.e2fs_first_dblock = (sblock.e2fs_bsize > BBSIZE) ? 0 : 1;
577 pblock = (pbsize[i] > BBSIZE) ? 0 : 1; /* 1st dblk */
673 * (i.e. in case of sblock.e2fs.e2fs_bsize > BBSIZE)
/netbsd-current/sys/arch/vax/vsa/
H A Dhdc9224.c67 #include <ufs/ufs/dinode.h> /* For BBSIZE */
810 dl->d_bbsize = BBSIZE;
/netbsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c167 bbsize = BBSIZE;
/netbsd-current/sys/dev/mscp/
H A Dmscp_disk.c1036 dl->d_bbsize = BBSIZE;

Completed in 245 milliseconds