Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dpdr.c1447 pldm_msgbuf_copy(dst, src, uint32_t, hdr_record_handle); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1448 pldm_msgbuf_copy(dst, src, uint8_t, hdr_version); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1449 pldm_msgbuf_copy(dst, src, uint8_t, hdr_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1465 pldm_msgbuf_copy(dst, src, uint16_t, container_id); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1466 pldm_msgbuf_copy(dst, src, uint8_t, association_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1467 pldm_msgbuf_copy(dst, src, uint16_t, entity_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1468 pldm_msgbuf_copy(dst, src, uint16_t, entity_instance_num); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1469 pldm_msgbuf_copy(dst, src, uint16_t, entity_container_id); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1484 pldm_msgbuf_copy(dst, src, uint16_t, child_entity_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1499 pldm_msgbuf_copy(dst, src, uint16_t, child_entity_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
[all …]
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp916 EXPECT_EQ(pldm_msgbuf_copy(dst, src, buf[0], name), PLDM_SUCCESS); in TEST()
939 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), in TEST()
944 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), in TEST()
/openbmc/libpldm/src/
H A Dmsgbuf.h1059 #define pldm_msgbuf_copy(dst, src, type, name) \ macro