Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 – 11 of 11) sorted by relevance

/u-boot/lib/
A Duuid.c158 if (!uuid_str_valid(uuid_str)) { in uuid_str_to_bin()
160 if (!uuid_guid_get_bin(uuid_str, uuid_bin)) in uuid_str_to_bin()
167 tmp32 = cpu_to_be32(simple_strtoul(uuid_str, NULL, 16)); in uuid_str_to_bin()
170 tmp16 = cpu_to_be16(simple_strtoul(uuid_str + 9, NULL, 16)); in uuid_str_to_bin()
176 tmp32 = cpu_to_le32(simple_strtoul(uuid_str, NULL, 16)); in uuid_str_to_bin()
179 tmp16 = cpu_to_le16(simple_strtoul(uuid_str + 9, NULL, 16)); in uuid_str_to_bin()
229 sprintf(uuid_str, format, uuid_bin[char_order[i]]); in uuid_bin_to_str()
230 uuid_str += 2; in uuid_bin_to_str()
236 *uuid_str++ = '-'; in uuid_bin_to_str()
293 void gen_rand_uuid_str(char *uuid_str, int str_format) in gen_rand_uuid_str() argument
[all …]
/u-boot/include/
A Duuid.h39 int uuid_str_to_bin(const char *uuid_str, unsigned char *uuid_bin,
41 void uuid_bin_to_str(const unsigned char *uuid_bin, char *uuid_str,
46 void gen_rand_uuid_str(char *uuid_str, int str_format);
A Dext4fs.h165 int ext4fs_uuid(char *uuid_str);
A Dfat.h230 int fat_uuid(char *uuid_str);
/u-boot/cmd/
A Dpxe.c48 char *uuid_str; in pxe_uuid_path() local
50 uuid_str = from_env("pxeuuid"); in pxe_uuid_path()
52 if (!uuid_str) in pxe_uuid_path()
55 return get_pxelinux_path(cmdtp, uuid_str, pxefile_addr_r); in pxe_uuid_path()
A Dgpt.c48 char uuid_str[UUID_STR_LEN + 1]; in extract_env() local
68 gen_rand_uuid_str(uuid_str, UUID_STR_FORMAT_GUID); in extract_env()
69 env_set(s, uuid_str); in extract_env()
/u-boot/fs/ext4/
A Dext4fs.c262 int ext4fs_uuid(char *uuid_str) in ext4fs_uuid() argument
269 uuid_str, UUID_STR_FORMAT_STD); in ext4fs_uuid()
/u-boot/fs/btrfs/
A Dbtrfs.c279 int btrfs_uuid(char *uuid_str) in btrfs_uuid() argument
283 uuid_bin_to_str(current_fs_info->super_copy->fsid, uuid_str, in btrfs_uuid()
/u-boot/fs/
A Dfs.c114 static inline int fs_uuid_unsupported(char *uuid_str) in fs_uuid_unsupported() argument
157 int (*uuid)(char *uuid_str);
445 int fs_uuid(char *uuid_str) in fs_uuid() argument
449 return info->uuid(uuid_str); in fs_uuid()
/u-boot/fs/fat/
A Dfat.c1382 int fat_uuid(char *uuid_str) in fat_uuid() argument
1395 sprintf(uuid_str, "%02X%02X-%02X%02X", id[3], id[2], id[1], id[0]); in fat_uuid()
/u-boot/test/dm/
A Dacpigen.c1226 char uuid_str[UUID_STR_LEN + 1]; in dm_test_acpi_write_i2c_dsm() local
1261 uuid_bin_to_str(ptr, uuid_str, UUID_STR_FORMAT_GUID); in dm_test_acpi_write_i2c_dsm()
1262 ut_asserteq_str(ACPI_DSM_I2C_HID_UUID, uuid_str); in dm_test_acpi_write_i2c_dsm()

Completed in 19 milliseconds