Searched defs:mboot (Results 1 – 2 of 2) sorted by relevance
147 struct mboot { /* master boot block */ struct148 char bootinst[BOOTSZ];149 uint16_t win_volserno_lo;150 uint16_t win_volserno_hi;151 uint16_t reserved;152 char parts[FD_NUMPART * sizeof (struct ipart)];153 ushort_t signature;
79 struct mboot { struct85 static struct mboot mboot; argument