Home
last modified time | relevance | path

Searched defs:bootable (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dpart.c53 bool bootable = false; in do_part_list() local
/OK3568_Linux_fs/u-boot/include/
H A Dpart.h68 int bootable; /* Active/Bootable flag is set */ member
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c715 uint32_t bootable = 0; in sb_build_section() local
1949 char *bootable = ""; in sb_verify_sections_cmds() local
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-probe.c1266 u8 bootable = (d && (d->host_flags & IDE_HFLAG_NON_BOOTABLE)) ? 0 : 1; in ide_find_port_slot() local