Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart_iso.c144 if ((pide->boot_ind==0x88) || in part_get_info_iso_verb()
145 (pide->boot_ind==0x00)) { /* Header Id for default Sections Entries */ in part_get_info_iso_verb()
153 if ((pide->boot_ind==0x90) || /* Section Header Entry */ in part_get_info_iso_verb()
154 (pide->boot_ind==0x91) || /* Section Header Entry (last) */ in part_get_info_iso_verb()
155 (pide->boot_ind==0x44)) { /* Extension Indicator */ in part_get_info_iso_verb()
172 if(pide->boot_ind!=0x88) { in part_get_info_iso_verb()
Dpart_dos.c46 return (p->sys_ind == 0xef) || (p->boot_ind == 0x80); in is_bootable()
73 if (p->boot_ind != 0 && p->boot_ind != 0x80) { in test_block_type()
219 if (((pt->boot_ind & ~0x80) == 0) && in part_get_info_extended()
Dpart_dos.h20 unsigned char boot_ind; /* 0x80 - active */ member
Dpart_iso.h131 unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */ member
/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()
/external/u-boot/include/
Dpart_efi.h63 u8 boot_ind; /* 0x80 - active */ member