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.c1518 pldm_msgbuf_copy(dst, src, uint32_t, hdr_record_handle); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1519 pldm_msgbuf_copy(dst, src, uint8_t, hdr_version); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1520 pldm_msgbuf_copy(dst, src, uint8_t, hdr_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1521 pldm_msgbuf_copy(dst, src, uint16_t, hdr_record_change_num); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1536 pldm_msgbuf_copy(dst, src, uint16_t, container_id); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1537 pldm_msgbuf_copy(dst, src, uint8_t, association_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1538 pldm_msgbuf_copy(dst, src, uint16_t, entity_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1539 pldm_msgbuf_copy(dst, src, uint16_t, entity_instance_num); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1540 pldm_msgbuf_copy(dst, src, uint16_t, entity_container_id); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1555 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.cpp1265 EXPECT_EQ(pldm_msgbuf_copy(dst, src, buf[0], name), 0); in TEST()
1288 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), -EOVERFLOW); in TEST()
1292 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), -EOVERFLOW); in TEST()
/openbmc/libpldm/src/
H A Dmsgbuf.h1221 #define pldm_msgbuf_copy(dst, src, type, name) \ macro