Home
last modified time | relevance | path

Searched refs:UUID_STR_LEN (Results 1 – 4 of 4) sorted by relevance

/include/u-boot/
A Duuid.h77 #define UUID_STR_LEN 36 macro
/include/
A Drkmtd.h64 char uuid_part_str[UUID_STR_LEN + 1];
65 char uuid_disk_str[UUID_STR_LEN + 1];
A Dpart.h77 char uuid[UUID_STR_LEN + 1]; /* filesystem UUID as string, if exists */
80 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */
103 strlcpy(info->uuid, val, UUID_STR_LEN + 1); in disk_partition_set_uuid()
151 strlcpy(info->type_guid, val, UUID_STR_LEN + 1); in disk_partition_set_type_guid()
A Dfwu.h26 char uuidbuf[UUID_STR_LEN + 1];

Completed in 10 milliseconds