Home
last modified time | relevance | path

Searched refs:parts_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dpart.h342 char *str_guid, int parts_count);
355 disk_partition_t *partitions, const int parts_count);
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c764 char *str_guid, int parts_count) in gpt_fill_header() argument
788 disk_partition_t *partitions, int parts_count) in gpt_restore() argument
813 ret = gpt_fill_header(dev_desc, gpt_h, str_disk_guid, parts_count); in gpt_restore()
818 ret = gpt_fill_pte(dev_desc, gpt_h, gpt_e, partitions, parts_count); in gpt_restore()
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpt.c377 u8 *parts_count) in set_gpt_info() argument
540 *parts_count = p_count; in set_gpt_info()