Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dacpi-utils.c118 #define GUID_SIZE 16 macro
119 static const uint8_t AcpiTestSupportGuid[GUID_SIZE] = {
126 uint8_t signature_guid[GUID_SIZE];
139 uint8_t data[GUID_SIZE]; in acpi_find_rsdp_address_uefi()
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp40 static constexpr size_t GUID_SIZE = 16; variable
62 for (size_t i = 0; i < GUID_SIZE; i++) in printGUID()
110 bytes_rd = read(fd, guid, GUID_SIZE); in getGUID()
111 if (bytes_rd != GUID_SIZE) in getGUID()
250 *data_len = GUID_SIZE; in ipmiAppGetSysGUID()
H A Doemcommands.cpp77 static constexpr size_t GUID_SIZE = 16; variable
1347 len = write(fd, guid, GUID_SIZE); in setGUID()
1348 if (len != GUID_SIZE) in setGUID()
1368 if (reqData.size() != GUID_SIZE) // 16bytes in ipmiOemSetSystemGuid()
1388 if (*data_len != GUID_SIZE) // 16bytes in ipmiOemSetSystemGuid()