Searched refs:boot_ind (Results 1 - 5 of 5) sorted by relevance

/u-boot/disk/
H A Dpart_dos.h25 unsigned char boot_ind; /* 0x80 - active */ member in struct:dos_partition
H A Dpart_iso.c145 if ((pide->boot_ind==0x88) ||
146 (pide->boot_ind==0x00)) { /* Header Id for default Sections Entries */
154 if ((pide->boot_ind==0x90) || /* Section Header Entry */
155 (pide->boot_ind==0x91) || /* Section Header Entry (last) */
156 (pide->boot_ind==0x44)) { /* Extension Indicator */
173 if(pide->boot_ind!=0x88) {
H A Dpart_iso.h131 unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */ member in struct:iso_init_def_entry
H A Dpart_dos.c45 if (p->boot_ind == 0x80)
77 if (p->boot_ind != 0 && p->boot_ind != 0x80)
248 if (((pt->boot_ind & ~0x80) == 0) &&
357 pt->boot_ind = bootable ? 0x80 : 0x00;
/u-boot/include/
H A Dpart_efi.h82 u8 boot_ind; /* 0x80 - active */ member in struct:partition

Completed in 95 milliseconds