Searched refs:sbSig (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.h21 unsigned char sbSig[2]; /* unique value for SCSI block 0 */ member in struct:MacLabel
35 #define IS_MAC_LABEL(d) (((MacLabel*)(d))->sbSig[0]=='E'&&((MacLabel*)(d))->sbSig[1]=='R')
H A Dmac_label.c140 mac_label->sbSig [0] = 'E';
141 mac_label->sbSig [1] = 'R';
/netbsd-current/external/bsd/pdisk/dist/
H A Dconvert.c145 reverse2((uint8_t *)&data->sbSig);
146 if (data->sbSig != BLOCK0_SIGNATURE) {
147 reverse2((uint8_t *)&data->sbSig);
148 if (data->sbSig != BLOCK0_SIGNATURE) {
153 if (data->sbSig != BLOCK0_SIGNATURE) {
156 reverse2((uint8_t *)&data->sbSig);
H A Ddpme.h67 uint16_t sbSig; /* unique value for SCSI block 0 */ member in struct:Block0
H A Ddump.c171 if (p->sbSig != BLOCK0_SIGNATURE) {
462 printf("signature 0x%x", zp->sbSig);
463 if (zp->sbSig == BLOCK0_SIGNATURE) {
701 printf(" signature: 0x%x\n", zp->sbSig);
H A Dpartition_map.c596 if (p->sbSig != BLOCK0_SIGNATURE) {
597 p->sbSig = BLOCK0_SIGNATURE;
1036 if (p->sbSig != BLOCK0_SIGNATURE) {
1382 if (p->sbSig != BLOCK0_SIGNATURE) {
/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmd.h139 unsigned short sbSig; /* unique value for SCSI block 0 */ member in struct:__anon19406
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h21 Integer sbSig; /* device signature (should be 0x4552) */ member in struct:__anon36
H A Dlow.c71 d_fetchw(&ptr, &rec.sbSig);
82 switch (rec.sbSig)
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h128 u_int16_t sbSig; /* map signature */ member in struct:drvr_map
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h95 u_int16_t sbSig; /* map signature */ member in struct:drvr_map
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_apple.c74 SWAP16(sbSig);
158 if (am->sbSig != APPLE_DRVR_MAP_MAGIC) {
159 DPRINTF("%s: drvr magic %x != %x\n", __func__, am->sbSig,
/netbsd-current/sbin/apmlabel/
H A Dapmlabel.c123 if (drvr->sbSig != APPLE_DRVR_MAP_MAGIC)
244 BE16TOH(drvr->sbSig);
/netbsd-current/usr.sbin/installboot/arch/
H A Dmacppc.c119 dm.sbSig = htobe16(APPLE_DRVR_MAP_MAGIC);
/netbsd-current/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c91 dm.sbSig = htobe16(APPLE_DRVR_MAP_MAGIC);
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c455 if (map->sbSig == DRIVER_MAP_MAGIC)
/netbsd-current/sys/sys/
H A Dbootblock.h829 uint16_t sbSig; /* map signature */ member in struct:apple_drvr_map

Completed in 437 milliseconds