Searched refs:bzbType (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h206 u_int8_t bzbType; member in struct:blockzeroblock
214 #define bzbFSType bzbType
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h162 u_int8_t bzbType; member in struct:blockzeroblock
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c200 (bzb->bzbType < FSMAXTYPES))
201 *fstype = bzb->bzbType;
209 (bzb->bzbType < FSMAXTYPES))
210 *fstype = bzb->bzbType;
225 } else if (bzb->bzbType == BZB_TYPESWAP) {
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c165 (bzb->bzbType < FSMAXTYPES))
166 fstype = bzb->bzbType;
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_apple.c215 if (ab.bzbType == APPLE_BZB_TYPESWAP)
/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c156 else if (bzb->bzbType == BZB_TYPESWAP)
/netbsd-current/sys/sys/
H A Dbootblock.h919 uint8_t bzbType; member in struct:apple_blockzeroblock

Completed in 289 milliseconds