Home
last modified time | relevance | path

Searched defs:part_entry (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/gplinclude/disk/
Dpartition.h23 struct part_entry { struct
24 uint8_t active_flag; /* 0x80 if "active" */
25 uint8_t start_head;
26 uint8_t start_sect;
27 uint8_t start_cyl;
28 uint8_t ostype;
29 uint8_t end_head;
30 uint8_t end_sect;
31 uint8_t end_cyl;
32 uint32_t start_lba;
[all …]
/external/toybox/toys/pending/
Dfdisk.c56 struct part_entry { struct
57 struct partition *part;
58 char *sec_buffer;
59 sector_t start_offset;
60 int modified;