Searched defs:ahdi_root (Results 1 – 4 of 4) sorted by relevance
68 struct ahdi_root { struct69 u_int8_t ar_fill[0x1c2];/* filler, can be boot code */70 u_int32_t ar_hdsize; /* size of entire volume in blocks */71 struct ahdi_part ar_parts[AHDI_MAXRPD]; /* root partition table */72 u_int32_t ar_bslst; /* start of bad-sector list */73 u_int32_t ar_bslsize; /* # of blocks in bad-sector list */74 u_int16_t ar_checksum;
66 struct ahdi_root { struct67 u_int8_t ar_fill[0x1c2];/* filler, can be boot code */68 u_int32_t ar_hdsize; /* size of entire volume in blocks */69 struct ahdi_part ar_parts[AHDI_MAXRPD]; /* root partition table */70 u_int32_t ar_bslst; /* start of bad-sector list */71 u_int32_t ar_bslsize; /* # of blocks in bad-sector list */72 u_int16_t ar_checksum;
106 struct ahdi_root { struct107 u_int8_t ar_fill[0x1c2];/* filler, can be boot code */108 u_int32_t ar_hdsize; /* size of entire volume in blocks */109 struct ahdi_part ar_parts[AHDI_MAXRPD]; /* root partition table */110 u_int32_t ar_bslst; /* start of bad-sector list */111 u_int32_t ar_bslsize; /* # of blocks in bad-sector list */112 u_int16_t ar_cksum;