Searched refs:BBLOCK (Results 1 – 3 of 3) sorted by relevance
73 #define BBLOCK ((mach_daddr_t)(0)) macro74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
89 #define BBLOCK ((daddr32_t)(0)) macro90 #define SBLOCK ((daddr32_t)(BBLOCK + BBSIZE / DEV_BSIZE))
6862 * stage2/fs.h (BBLOCK): Use mach_daddr_t instead of addr_t.