Lines Matching defs:part_map_entry
51 struct part_map_entry { struct
53 u_int16_t pmSig; /* partition signature */
54 u_int16_t pmSigPad; /* (reserved) */
55 u_int32_t pmMapBlkCnt; /* number of blocks in partition map */
56 u_int32_t pmPyPartStart; /* first physical block of partition */
57 u_int32_t pmPartBlkCnt; /* number of blocks in partition */
58 char pmPartName[32]; /* partition name */
59 char pmPartType[32]; /* partition type */
60 u_int32_t pmLgDataStart; /* first logical block of data area */
61 u_int32_t pmDataCnt; /* number of blocks in data area */
62 u_int32_t pmPartStatus; /* partition status information */
63 u_int32_t pmLgBootStart; /* first logical block of boot code */
64 u_int32_t pmBootSize; /* size of boot code, in bytes */
65 u_int32_t pmBootLoad; /* boot code load address */
66 u_int32_t pmBootLoad2; /* (reserved) */
67 u_int32_t pmBootEntry; /* boot code entry point */
68 u_int32_t pmBootEntry2; /* (reserved) */
69 u_int32_t pmBootCksum; /* boot code checksum */
70 char pmProcessor[16]; /* processor type (e.g. "68020") */
71 u_int8_t pmBootArgs[128]; /* A/UX boot arguments */