Searched refs:boot_ind (Results 1 – 3 of 3) sorted by relevance
/external/mtools/ |
D | mpartition.c | 83 partTable->boot_ind = 0x80; in setBeginEnd() 85 partTable->boot_ind = 0; in setBeginEnd() 157 if(partTable[i].boot_ind) in consistencyCheck() 204 printf(" active=%x\n", partTable[i].boot_ind); in consistencyCheck() 629 if(partTable[i].boot_ind) in mpartition() 721 partTable[dev->partition].boot_ind=0x80; in mpartition() 724 partTable[dev->partition].boot_ind=0x00; in mpartition()
|
D | partition.h | 40 #define boot_ind start.byte0 macro
|
/external/toybox/toys/pending/ |
D | fdisk.c | 52 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()
|