Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_iso.c145 if ((pide->boot_ind==0x88) || in part_get_info_iso_verb()
146 (pide->boot_ind==0x00)) { /* Header Id for default Sections Entries */ in part_get_info_iso_verb()
154 if ((pide->boot_ind==0x90) || /* Section Header Entry */ in part_get_info_iso_verb()
155 (pide->boot_ind==0x91) || /* Section Header Entry (last) */ in part_get_info_iso_verb()
156 (pide->boot_ind==0x44)) { /* Extension Indicator */ in part_get_info_iso_verb()
173 if(pide->boot_ind!=0x88) { in part_get_info_iso_verb()
H A Dpart_dos.c47 return p->boot_ind == 0x80; in is_bootable()
74 if (p->boot_ind != 0 && p->boot_ind != 0x80) { in test_block_type()
210 if (((pt->boot_ind & ~0x80) == 0) && in part_get_info_extended()
H A Dpart_dos.h21 unsigned char boot_ind; /* 0x80 - active */ member
H A Dpart_iso.h132 unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dmsdos_partition.h8 u8 boot_ind; /* 0x80 - active */ member
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h63 u8 boot_ind; /* 0x80 - active */ member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h120 u8 boot_ind; /* 0x80 - active */ member
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h108 u8 boot_ind; /* 0x80 - active */ member
/OK3568_Linux_fs/kernel/block/partitions/
H A Dmsdos.c621 if (p->boot_ind != 0 && p->boot_ind != 0x80) { in msdos_partition()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c5332 pp->boot_ind = 0; in sdebug_build_parts()