Searched refs:ddSize (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmd.h147 unsigned short ddSize; /* size of 1st driver (512-byte blks) */ member in struct:__anon19406
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h29 Integer ddSize; /* size of the driver, in 512-byte blocks */ member in struct:__anon36
H A Dlow.c79 d_fetchw(&ptr, &rec.ddSize);
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.h29 unsigned char ddSize[2]; /* size of 1st driver (512-byte blks) */ member in struct:MacLabel
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h141 #define ddSize(N) sb_dd[(N)].descSize macro
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h108 #define ddSize(N) sb_dd[(N)].descSize macro
/netbsd-current/external/bsd/pdisk/dist/
H A Dconvert.c175 reverse2((uint8_t *)&m[i].ddSize);
H A Ddump.c187 m[i].ddSize, get_align_long(&m[i].ddBlock));
189 t = (m[i].ddSize * p->sbBlkSize) / map->logical_block;
481 m[i].ddSize, m[i].ddType);
710 if (m[i].ddBlock == 0 && m[i].ddSize == 0 && m[i].ddType == 0) {
714 printf(" size in blocks: %d\n", m[i].ddSize);
H A Ddpme.h82 uint16_t ddSize; /* size of 1st driver (512-byte blks) */ member in struct:DDMap
H A Dpartition_map.c1049 && f*(start + m[i].ddSize)
1402 && f*(start + m[i].ddSize)
1409 m[i].ddSize = m[j].ddSize;
1413 m[i].ddSize = 0;

Completed in 114 milliseconds