Searched defs:Dospart (Results 1 – 4 of 4) sorted by relevance
5 typedef struct Dospart Dospart; typedef7 struct Dospart struct9 uchar flag; /* active flag */10 uchar shead; /* starting head */11 uchar scs[2]; /* starting cylinder/sector */12 uchar type; /* partition type */13 uchar ehead; /* ending head */14 uchar ecs[2]; /* ending cylinder/sector */15 uchar start[4]; /* starting sector */16 uchar len[4]; /* length in sectors */
5 typedef struct Dospart Dospart; typedef13 struct Dospart struct15 uchar flag; /* active flag */16 uchar shead; /* starting head */17 uchar scs[2]; /* starting cylinder/sector */18 uchar type; /* partition type */19 uchar ehead; /* ending head */20 uchar ecs[2]; /* ending cylinder/sector */21 uchar start[4]; /* starting sector */22 uchar len[4]; /* length in sectors */
5 typedef struct Dospart Dospart; typedef11 struct Dospart{ struct12 uchar active;13 uchar hstart;14 uchar cylstart[2];15 uchar type;16 uchar hend;17 uchar cylend[2];18 uchar start[4];19 uchar length[4];
11 typedef struct Dospart Dospart; typedef267 struct Dospart { struct271 u32int lba;272 u32int size;273 int primary;