Searched refs:oem_update_time (Results 1 – 4 of 4) sorted by relevance
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 399 const uint8_t *update_time, const uint8_t *oem_update_time, in encode_get_pdr_repository_info_resp() 429 if (oem_update_time != NULL) { in encode_get_pdr_repository_info_resp() 430 memcpy(response->oem_update_time, oem_update_time, in encode_get_pdr_repository_info_resp() 447 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count, in decode_get_pdr_repository_info_resp() 456 oem_update_time == NULL || record_count == NULL || in decode_get_pdr_repository_info_resp() 495 oem_update_time, PLDM_TIMESTAMP104_SIZE); in decode_get_pdr_repository_info_resp() 552 rc = pldm_msgbuf_extract_array(buf, sizeof(resp->oem_update_time), in decode_get_pdr_repository_info_resp_safe() 553 resp->oem_update_time, in decode_get_pdr_repository_info_resp_safe() 554 sizeof(resp->oem_update_time)); in decode_get_pdr_repository_info_resp_safe() 398 encode_get_pdr_repository_info_resp(uint8_t instance_id,uint8_t completion_code,uint8_t repository_state,const uint8_t * update_time,const uint8_t * oem_update_time,uint32_t record_count,uint32_t repository_size,uint32_t largest_record_size,uint8_t data_transfer_handle_timeout,struct pldm_msg * msg) encode_get_pdr_repository_info_resp() argument 446 decode_get_pdr_repository_info_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint8_t * repository_state,uint8_t * update_time,uint8_t * oem_update_time,uint32_t * record_count,uint32_t * repository_size,uint32_t * largest_record_size,uint8_t * data_transfer_handle_timeout) decode_get_pdr_repository_info_resp() argument [all...] |
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 1038 uint8_t oem_update_time[PLDM_TIMESTAMP104_SIZE]; 1608 * @param[in] oem_update_time - when OEM PDRs in the PDR Repository were 1620 const uint8_t *update_time, const uint8_t *oem_update_time, 1633 * @param[out] oem_update_time - when OEM PDRs in the PDR Repository were 1645 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count, 1006 uint8_t oem_update_time[PLDM_TIMESTAMP104_SIZE]; global() member
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 566 EXPECT_EQ(0, memcmp(oemUpdateTime, resp->oem_update_time, in TEST() 613 memcpy(resp->oem_update_time, oemUpdateTime, PLDM_TIMESTAMP104_SIZE); in TEST() 668 memcpy(resp->oem_update_time, oemUpdateTime, PLDM_TIMESTAMP104_SIZE); in TEST() 742 EXPECT_EQ(0, memcmp(oemUpdateTime, resp.oem_update_time, in TEST() 743 sizeof(resp.oem_update_time))); in TEST()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 6964 'name' => 'oem_update_time', 7012 'name' => 'oem_update_time',
|