Lines Matching defs:part_map_entry
154 struct part_map_entry { struct
156 u_int16_t pmSig; /* partition signature */
157 u_int16_t pmSigPad; /* (reserved) */
158 u_int32_t pmMapBlkCnt; /* number of blocks in partition map */
159 u_int32_t pmPyPartStart; /* first physical block of partition */
160 u_int32_t pmPartBlkCnt; /* number of blocks in partition */
161 char pmPartName[32]; /* partition name */
162 char pmPartType[32]; /* partition type */
163 u_int32_t pmLgDataStart; /* first logical block of data area */
164 u_int32_t pmDataCnt; /* number of blocks in data area */
165 u_int32_t pmPartStatus; /* partition status information */
166 u_int32_t pmLgBootStart; /* first logical block of boot code */
167 u_int32_t pmBootSize; /* size of boot code, in bytes */
168 u_int32_t pmBootLoad; /* boot code load address */
169 u_int32_t pmBootLoad2; /* (reserved) */
170 u_int32_t pmBootEntry; /* boot code entry point */
171 u_int32_t pmBootEntry2; /* (reserved) */
172 u_int32_t pmBootCksum; /* boot code checksum */
173 char pmProcessor[16]; /* processor type (e.g. "68020") */
174 u_int8_t pmBootArgs[128]; /* A/UX boot arguments */
175 u_int8_t pad[248]; /* pad to end of block */