Home
last modified time | relevance | path

Searched defs:apple_part_header (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/utils/
Disohybrid.c194 struct apple_part_header { struct
195 uint16_t signature; /* expected to be MAC_PARTITION_MAGIC */
196 uint16_t res1;
197 uint32_t map_count; /* # blocks in partition map */
198 uint32_t start_block; /* absolute starting block # of partition */
199 uint32_t block_count; /* number of blocks in partition */
200 char name[32]; /* partition name */
201 char type[32]; /* string type description */
202 uint32_t data_start; /* rel block # of first data block */
203 uint32_t data_count; /* number of data blocks */
[all …]