Searched refs:oem_update_time (Results 1 – 4 of 4) sorted by relevance
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 398 const uint8_t *update_time, const uint8_t *oem_update_time, in encode_get_pdr_repository_info_resp() argument 428 if (oem_update_time != NULL) { in encode_get_pdr_repository_info_resp() 429 memcpy(response->oem_update_time, oem_update_time, in encode_get_pdr_repository_info_resp() 446 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count, in decode_get_pdr_repository_info_resp() argument 456 oem_update_time == NULL || record_count == NULL || in decode_get_pdr_repository_info_resp() 492 oem_update_time, PLDM_TIMESTAMP104_SIZE); in decode_get_pdr_repository_info_resp() 550 rc = pldm_msgbuf_extract_array(buf, sizeof(resp->oem_update_time), in decode_get_pdr_repository_info_resp_safe() 551 resp->oem_update_time, in decode_get_pdr_repository_info_resp_safe() 552 sizeof(resp->oem_update_time)); in decode_get_pdr_repository_info_resp_safe()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 1006 uint8_t oem_update_time[PLDM_TIMESTAMP104_SIZE]; member 1588 const uint8_t *update_time, const uint8_t *oem_update_time, 1613 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count,
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 567 EXPECT_EQ(0, memcmp(oemUpdateTime, resp->oem_update_time, in TEST() 614 memcpy(resp->oem_update_time, oemUpdateTime, PLDM_TIMESTAMP104_SIZE); in TEST() 669 memcpy(resp->oem_update_time, oemUpdateTime, PLDM_TIMESTAMP104_SIZE); in TEST() 744 EXPECT_EQ(0, memcmp(oemUpdateTime, resp.oem_update_time, in TEST() 745 sizeof(resp.oem_update_time))); in TEST()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 7052 'name' => 'oem_update_time', 7100 'name' => 'oem_update_time',
|