Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h69 #define BBSIZE 8192 macro
72 #define SBOFF ((mach_off_t)(BBOFF + BBSIZE))
74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h85 #define BBSIZE 8192 macro
88 #define SBOFF ((off_t)(BBOFF + BBSIZE))
90 #define SBLOCK ((daddr32_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h66 #define BBSIZE 8192 macro
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c58 #define MIN_PHYS_READ BBSIZE
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c498 long bbsize = BBSIZE; /* boot block size */