Lines Matching defs:ipart
75 struct ipart { struct
76 unsigned char bootid; /* bootable or not */
77 unsigned char beghead; /* beginning head, sector, cylinder */
78 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */
79 unsigned char begcyl; /* are in begsect. */
80 unsigned char systid; /* OS type */
81 unsigned char endhead; /* ending head, sector, cylinder */
82 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */
83 unsigned char endcyl; /* are in endsect. */
84 uint32_t relsect; /* first sector relative to start of disk */
85 uint32_t numsect; /* number of sectors in partition */