Searched refs:parts_count (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | part.h | 339 char *str_guid, int parts_count); 352 disk_partition_t *partitions, const int parts_count);
|
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 604 char *str_guid, int parts_count) in gpt_fill_header() argument 628 disk_partition_t *partitions, int parts_count) in gpt_restore() argument 653 ret = gpt_fill_header(dev_desc, gpt_h, str_disk_guid, parts_count); in gpt_restore() 658 ret = gpt_fill_pte(dev_desc, gpt_h, gpt_e, partitions, parts_count); in gpt_restore()
|
/openbmc/u-boot/cmd/ |
H A D | gpt.c | 376 u8 *parts_count) in set_gpt_info() argument 539 *parts_count = p_count; in set_gpt_info()
|