Home
last modified time | relevance | path

Searched refs:sbDevType (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sbin/pdisk/
H A Dfile_media.c52 uint8_t sbDevType[2]; member
140 memcpy(&map->sbDevType, block0_ondisk->sbDevType, in read_block0()
141 sizeof(map->sbDevType)); in read_block0()
142 map->sbDevType = betoh16(map->sbDevType); in read_block0()
195 tmp16 = htobe16(map->sbDevType); in write_block0()
196 memcpy(block0_ondisk->sbDevType, &tmp16, in write_block0()
197 sizeof(block0_ondisk->sbDevType)); in write_block0()
H A Ddump.c62 printf("DeviceType=0x%x, DeviceId=0x%x\n", map->sbDevType, in dump_block_zero()
147 printf("DeviceType=0x%x, DeviceId=0x%x, sbData=0x%x\n", map->sbDevType, in show_data_structures()
307 printf(" device type: 0x%x\n", map->sbDevType); in full_dump_block_zero()
H A Dpartition_map.h60 uint16_t sbDevType; /* device type */ member
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmac_label.h24 unsigned char sbDevType[2]; /* device type */ member
H A Dmac_label.c146 set_722 (mac_label->sbDevType,1); in gen_mac_label()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dlow.h24 Integer sbDevType; /* reserved */ member
H A Dlow.c74 d_fetchw(&ptr, &rec.sbDevType); in l_readblock0()