Searched refs:boot_ind (Results 1 – 5 of 5) sorted by relevance
147 if ((pide->boot_ind==0x88) || in part_get_info_iso_verb()148 (pide->boot_ind==0x00)) { /* Header Id for default Sections Entries */ in part_get_info_iso_verb()156 if ((pide->boot_ind==0x90) || /* Section Header Entry */ in part_get_info_iso_verb()157 (pide->boot_ind==0x91) || /* Section Header Entry (last) */ in part_get_info_iso_verb()158 (pide->boot_ind==0x44)) { /* Extension Indicator */ in part_get_info_iso_verb()175 if(pide->boot_ind!=0x88) { in part_get_info_iso_verb()
25 unsigned char boot_ind; /* 0x80 - active */ member
47 if (p->boot_ind == 0x80) in get_bootable()79 if (p->boot_ind != 0 && p->boot_ind != 0x80) in test_block_type()248 if (((pt->boot_ind & ~0x80) == 0) && in part_get_info_extended()350 pt->boot_ind = bootable ? 0x80 : 0x00; in mbr_fill_pt_entry()
131 unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */ member
68 u8 boot_ind; /* 0x80 - active */ member
Completed in 7 milliseconds