Home
last modified time | relevance | path

Searched refs:MAX_SEARCH_PARTITIONS (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/cmd/
H A Dpart.c93 for (p = 1; p < MAX_SEARCH_PARTITIONS; p++) { in do_part_list()
H A Dgpt.c319 for (p = 1; p <= MAX_SEARCH_PARTITIONS; p++) { in get_gpt_info()
386 int max_str_part = calc_parts_list_len(MAX_SEARCH_PARTITIONS); in set_gpt_info()
/openbmc/u-boot/include/
H A Dpart.h52 #define MAX_SEARCH_PARTITIONS 64 macro
/openbmc/u-boot/disk/
H A Dpart.c591 for (p = 1; p <= MAX_SEARCH_PARTITIONS; p++) { in blk_get_device_part_str()
621 if (p == MAX_SEARCH_PARTITIONS + 1) in blk_get_device_part_str()
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c330 for (part = 1; part <= MAX_SEARCH_PARTITIONS; part++) { in efi_disk_create_partitions()