Searched refs:boot_ind (Results 1 – 9 of 9) sorted by relevance
144 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()
50 return (p->sys_ind == 0xef) || (p->boot_ind == 0x80); in is_bootable()77 if (p->boot_ind != 0 && p->boot_ind != 0x80) { in test_block_type()237 if (((pt->boot_ind & ~0x80) == 0) && in part_get_info_extended()
20 unsigned char boot_ind; /* 0x80 - active */ member
131 unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */ member
8 u8 boot_ind; /* 0x80 - active */ member
63 u8 boot_ind; /* 0x80 - active */ member
41 uint8_t boot_ind; /* 0x80 - active */ member
623 if (p->boot_ind != 0 && p->boot_ind != 0x80) { in msdos_partition()
5434 pp->boot_ind = 0; in sdebug_build_parts()