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.c1750 pldm_msgbuf_copy(dst, src, uint32_t, hdr_record_handle); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1751 pldm_msgbuf_copy(dst, src, uint8_t, hdr_version); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1752 pldm_msgbuf_copy(dst, src, uint8_t, hdr_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1753 pldm_msgbuf_copy(dst, src, uint16_t, hdr_record_change_num); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1768 pldm_msgbuf_copy(dst, src, uint16_t, container_id); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1769 pldm_msgbuf_copy(dst, src, uint8_t, association_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1770 pldm_msgbuf_copy(dst, src, uint16_t, entity_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1771 pldm_msgbuf_copy(dst, src, uint16_t, entity_instance_num); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1772 pldm_msgbuf_copy(dst, src, uint16_t, entity_container_id); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1787 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.cpp1387 EXPECT_EQ(pldm_msgbuf_copy(dst, src, buf[0], name), 0); in TEST()
1410 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), -EOVERFLOW); in TEST()
1414 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), -EOVERFLOW); in TEST()
/openbmc/libpldm/src/msgbuf/
H A Dcore.h1433 #define pldm_msgbuf_copy(dst, src, type, name) \ macro