Searched defs:ipart (Results 1 – 5 of 5) sorted by relevance
75 struct ipart { struct76 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 */[all …]
478 get_solaris_part(int fd, struct ipart *ipart)675 copy_solaris_part(struct ipart *ipart)
119 struct ipart ipart[FD_NUMPART]; in walk_partitions() local
97 struct ipart *ipart; in get_sol_prtnum() local
313 struct ipart ipart[FD_NUMPART]; in walk_partitions() local