Home
last modified time | relevance | path

Searched refs:pldm_msgbuf_insert (Results 1 – 5 of 5) sorted by relevance

/openbmc/libpldm/tests/
H A Dmsgbuf_generic.c156 expect(pldm_msgbuf_insert(ctx, src) == PLDM_SUCCESS); in test_msgbuf_insert_generic_int32()
179 expect(pldm_msgbuf_insert(ctx, src) == PLDM_SUCCESS); in test_msgbuf_insert_generic_uint32()
202 expect(pldm_msgbuf_insert(ctx, src) == PLDM_SUCCESS); in test_msgbuf_insert_generic_uint16()
225 expect(pldm_msgbuf_insert(ctx, src) == PLDM_SUCCESS); in test_msgbuf_insert_generic_int16()
248 expect(pldm_msgbuf_insert(ctx, src) == PLDM_SUCCESS); in test_msgbuf_insert_generic_uint8()
271 expect(pldm_msgbuf_insert(ctx, src) == PLDM_SUCCESS); in test_msgbuf_insert_generic_int8()
/openbmc/libpldm/src/dsp/
H A Dplatform.c1037 pldm_msgbuf_insert(buf, completion_code); in encode_poll_for_platform_event_message_resp()
1038 pldm_msgbuf_insert(buf, tid); in encode_poll_for_platform_event_message_resp()
1039 pldm_msgbuf_insert(buf, event_id); in encode_poll_for_platform_event_message_resp()
1054 pldm_msgbuf_insert(buf, transfer_flag); in encode_poll_for_platform_event_message_resp()
1055 pldm_msgbuf_insert(buf, event_class); in encode_poll_for_platform_event_message_resp()
1056 pldm_msgbuf_insert(buf, event_data_size); in encode_poll_for_platform_event_message_resp()
1063 pldm_msgbuf_insert(buf, checksum); in encode_poll_for_platform_event_message_resp()
1965 pldm_msgbuf_insert(buf, format_version); in encode_pldm_message_poll_event_data()
1966 pldm_msgbuf_insert(buf, event_id); in encode_pldm_message_poll_event_data()
2357 pldm_msgbuf_insert(buf, format_version); in encode_poll_for_platform_event_message_req()
[all …]
H A Dpdr.c1464 pldm_msgbuf_insert(dst, header_length); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1481 pldm_msgbuf_insert(dst, num_children); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1590 pldm_msgbuf_insert(dst, *entity_record_handle); in pldm_entity_association_pdr_create_new()
1634 pldm_msgbuf_insert(dst, container_id); in pldm_entity_association_pdr_create_new()
H A Dfirmware_update.c978 pldm_msgbuf_insert(buf, data_transfer_handle); in encode_query_downstream_identifiers_req()
980 pldm_msgbuf_insert(buf, (uint8_t)transfer_operation_flag); in encode_query_downstream_identifiers_req()
/openbmc/libpldm/src/
H A Dmsgbuf.h946 #define pldm_msgbuf_insert(dst, src) \ macro