Searched refs:part_get_bootable (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dpart.h686 * part_get_bootable() - Find the first bootable partition
691 int part_get_bootable(struct blk_desc *desc);
700 static inline bool part_get_bootable(struct blk_desc *desc) function
/u-boot/test/dm/
H A Dpart.c106 ut_asserteq(1, part_get_bootable(desc));
/u-boot/disk/
H A Dpart.c798 int part_get_bootable(struct blk_desc *desc) function
/u-boot/boot/
H A Dbootdev-uclass.c179 iter->first_bootable = part_get_bootable(desc);

Completed in 97 milliseconds