Home
last modified time | relevance | path

Searched refs:sys_ind (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dfdisk.c52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member
214 if (px->sys_ind) { in check_order()
268 } while (!is_partition_clear(q) && IS_EXTENDED(q->sys_ind)); in read_ebr()
281 if (p->sys_ind) { in physical_HS()
388 if (IS_EXTENDED(partitions[i].part->sys_ind)) { in read_mbr()
398 static char* get_type(int sys_ind) in get_type() argument
402 if (sys_ind == sys_types[i].id) in get_type()
492 blocks,odds?'+':' ', p->sys_ind, get_type(p->sys_ind)); in list_partitions()
580 sys_id = p->sys_ind; in delete_partition()
652 if (IS_EXTENDED(p->sys_ind) && !p->boot_ind) in toggle_active_flag()
[all …]