Searched defs:mips_volheader (Results 1 – 1 of 1) sorted by relevance
105 struct mips_volheader { struct106 u_int32_t vh_magic;108 int16_t vh_root; /* Root partition number */109 int16_t vh_swap; /* Swap partition number */110 char bootfile[MIPS_BFSIZE]; /* default file to boot */111 struct mips_devparams vh_dp; /* disk device parameters */112 struct mips_voldir vh_voldir[MIPS_NVOLDIR];113 struct mips_partitions vh_part[MIPS_PARTITIONS];114 int32_t vh_cksum;115 int32_t vh_pad;