Home
last modified time | relevance | path

Searched refs:PART_TYPE_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dpart.h51 #define PART_TYPE_LEN 32 macro
59 uchar type[PART_TYPE_LEN]; /* string type description */
/openbmc/u-boot/cmd/
H A Dgpt.c203 PART_TYPE_LEN); in allocate_disk_part()
204 newpart->gpt_part_info.type[PART_TYPE_LEN - 1] = '\0'; in allocate_disk_part()