Searched refs:GUID_SIZE (Results 1 – 3 of 3) sorted by relevance
118 #define GUID_SIZE 16 macro119 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()
40 static constexpr size_t GUID_SIZE = 16; variable62 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()
77 static constexpr size_t GUID_SIZE = 16; variable1347 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()