Searched refs:pldm_msgbuf_complete (Results 1 – 10 of 10) sorted by relevance
| /openbmc/libpldm/tests/ |
| H A D | msgbuf_generic.c | 39 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_uint8() 52 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_int8() 65 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_uint16() 78 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_int16() 91 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_uint32() 104 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_int32() 123 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_generic_real32() 136 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_extract_array_generic_uint8() 157 expect(pldm_msgbuf_complete(ctxExtract) == 0); in test_msgbuf_insert_generic_real32() 158 expect(pldm_msgbuf_complete(ctx) == 0); in test_msgbuf_insert_generic_real32() [all …]
|
| H A D | msgbuf.cpp | 60 EXPECT_EQ(pldm_msgbuf_complete(ctx), 0); in TEST() 73 EXPECT_EQ(pldm_msgbuf_complete(ctx), 0); in TEST() 87 EXPECT_EQ(pldm_msgbuf_complete(ctx), -EOVERFLOW); in TEST() 100 EXPECT_EQ(pldm_msgbuf_complete(ctx), 0); in TEST() 113 EXPECT_EQ(pldm_msgbuf_complete(ctx), 0); in TEST() 125 EXPECT_EQ(pldm_msgbuf_complete(ctx), -EOVERFLOW); in TEST() 139 EXPECT_EQ(pldm_msgbuf_complete(ctx), -EOVERFLOW); in TEST() 151 ASSERT_EQ(pldm_msgbuf_complete(ctx), 0); in TEST() 164 EXPECT_EQ(pldm_msgbuf_complete(ctx), -EOVERFLOW); in TEST() 178 EXPECT_EQ(pldm_msgbuf_complete(ctx), -EOVERFLOW); in TEST() [all …]
|
| H A D | msgbuf.hpp | 96 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_complete(struct pldm_msgbuf_ro* ctx) in pldm_msgbuf_complete() function 101 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_complete(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_complete() function
|
| /openbmc/libpldm/src/dsp/ |
| H A D | platform.c | 303 rc = pldm_msgbuf_complete(buf); in decode_set_state_effecter_states_req() 342 rc = pldm_msgbuf_complete(buf); in decode_get_pdr_req() 523 rc = pldm_msgbuf_complete(buf); in decode_get_pdr_repository_info_resp() 650 return pldm_msgbuf_complete(buf); in decode_get_pdr_resp() 678 rc = pldm_msgbuf_complete(buf); in decode_get_pdr_resp() 773 rc = pldm_msgbuf_complete(buf); in decode_set_numeric_effecter_value_req() 1043 rc = pldm_msgbuf_complete(buf); in decode_get_state_sensor_readings_req() 1113 rc = pldm_msgbuf_complete(buf); in decode_platform_event_message_req() 1185 rc = pldm_msgbuf_complete(buf); in decode_poll_for_platform_event_message_req() 1273 rc = pldm_msgbuf_complete(buf); in encode_poll_for_platform_event_message_resp() [all …]
|
| H A D | pdr.c | 433 return pldm_msgbuf_complete(buf); in decode_pldm_state_sensor_pdr() 561 return pldm_msgbuf_complete(buf); in decode_pldm_state_effecter_pdr() 639 rc = pldm_msgbuf_complete(buf); in pldm_pdr_delete_by_record_handle() 1793 rc = pldm_msgbuf_complete(src); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1808 rc = pldm_msgbuf_complete(dst); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1812 rc = pldm_msgbuf_complete(src); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1946 rc = pldm_msgbuf_complete(src_c); in pldm_entity_association_pdr_create_new() 1950 rc = pldm_msgbuf_complete(src_p); in pldm_entity_association_pdr_create_new() 1954 rc = pldm_msgbuf_complete(dst); in pldm_entity_association_pdr_create_new() 2041 return pldm_msgbuf_complete(dst); in pldm_entity_association_find_record_handle_by_entity() [all …]
|
| H A D | firmware_update.c | 555 rc = pldm_msgbuf_complete(buf); in decode_pldm_package_header_info_errno() 664 rc = pldm_msgbuf_complete(buf); in pldm_msgbuf_init_dynamic_uint16() 686 rc = pldm_msgbuf_complete(buf); in pldm_msgbuf_init_dynamic_uint16() 882 return pldm_msgbuf_complete(buf); in decode_pldm_descriptor_from_iter() 1554 return pldm_msgbuf_complete(buf); in decode_query_downstream_devices_resp() 1619 return pldm_msgbuf_complete(buf); in encode_query_downstream_identifiers_req() 1648 return pldm_msgbuf_complete(buf); in decode_query_downstream_identifiers_resp() 1667 rc = pldm_msgbuf_complete(buf); in decode_query_downstream_identifiers_resp() 1702 return pldm_msgbuf_complete(buf); in decode_pldm_downstream_device_from_iter() 1745 return pldm_msgbuf_complete(buf); in encode_get_downstream_firmware_parameters_req() [all …]
|
| H A D | file.c | 139 return pldm_msgbuf_complete(buf); in decode_pldm_file_df_open_resp()
|
| /openbmc/libpldm/src/oem/meta/ |
| H A D | file_io.c | 214 return pldm_msgbuf_complete(buf); in encode_oem_meta_file_io_read_resp()
|
| /openbmc/libpldm/src/ |
| H A D | msgbuf.h | 40 #define pldm_msgbuf_complete(ctx) \ macro
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | base.cpp | 610 rc = pldm_msgbuf_complete(buf); in TEST() 672 rc = pldm_msgbuf_complete(buf); in TEST() 704 rc = pldm_msgbuf_complete(buf); in TEST() 742 rc = pldm_msgbuf_complete(buf); in TEST()
|