Home
last modified time | relevance | path

Searched refs:boot_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
471 boot = ((p->boot_ind == 0x80)?'*':(!p->boot_ind)?' ':'?'); in list_partitions()
652 if (IS_EXTENDED(p->sys_ind) && !p->boot_ind) in toggle_active_flag()
654 p->boot_ind = p->boot_ind == 0x80?0 : 0x80; in toggle_active_flag()
954 p->boot_ind = 0; in add_partition()
963 p->boot_ind = 0; in add_partition()
1205 i+1, p->boot_ind, p->head, in print_partitions_list()