Searched refs:UUID_BIN_LEN (Results 1 – 4 of 4) sorted by relevance
| /u-boot/lib/ |
| A D | uuid.c | 206 const u8 uuid_char_order[UUID_BIN_LEN] = {0, 1, 2, 3, 4, 5, 6, 7, 8, in uuid_bin_to_str() 208 const u8 guid_char_order[UUID_BIN_LEN] = {3, 2, 1, 0, 5, 4, 7, 6, 8, in uuid_bin_to_str() 295 unsigned char uuid_bin[UUID_BIN_LEN]; in gen_rand_uuid_str()
|
| /u-boot/include/ |
| A D | uuid.h | 28 #define UUID_BIN_LEN sizeof(struct uuid) macro
|
| /u-boot/lib/acpi/ |
| A D | acpigen.c | 675 u8 buf[UUID_BIN_LEN]; in acpigen_write_uuid() 688 acpigen_write_word(ctx, UUID_BIN_LEN); in acpigen_write_uuid() 691 acpigen_emit_stream(ctx, (char *)buf, UUID_BIN_LEN); in acpigen_write_uuid()
|
| /u-boot/test/dm/ |
| A D | acpigen.c | 1256 ut_asserteq(UUID_BIN_LEN + 6, acpi_test_get_length(ptr)); in dm_test_acpi_write_i2c_dsm() 1259 ut_asserteq(UUID_BIN_LEN, get_unaligned((u16 *)ptr)); in dm_test_acpi_write_i2c_dsm() 1263 ptr += UUID_BIN_LEN; in dm_test_acpi_write_i2c_dsm()
|
Completed in 10 milliseconds