Searched refs:pack_pldm_header_errno (Results 1 – 6 of 6) sorted by relevance
| /openbmc/libpldm/src/dsp/ |
| H A D | file.c | 33 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_file_df_open_req() 92 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_file_df_open_resp() 164 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_file_df_close_req() 223 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_file_df_close_resp() 271 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_file_df_heartbeat_req()
|
| H A D | base.h | 10 int pack_pldm_header_errno(const struct pldm_header_info *hdr,
|
| H A D | base.c | 16 int pack_pldm_header_errno(const struct pldm_header_info *hdr, in pack_pldm_header_errno() function 82 rc = pack_pldm_header_errno(hdr, msg); in pack_pldm_header() 663 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_pldm_base_multipart_receive_req() 760 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_base_multipart_receive_resp() 842 return pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_header_only_errno() 877 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_pldm_base_negotiate_transfer_params_req() 926 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_pldm_base_negotiate_transfer_params_resp()
|
| H A D | platform.c | 411 return pack_pldm_header_errno(&header, &(msg->hdr)); in encode_get_pdr_repository_info_req() 2615 return pack_pldm_header_errno(&header, &(msg->hdr)); in encode_get_event_receiver_req() 2642 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_get_event_receiver_resp() 3086 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_get_state_effecter_states_req() 3206 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_get_state_effecter_states_resp()
|
| H A D | firmware_update.c | 1602 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_query_downstream_identifiers_req() 1728 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_get_downstream_firmware_parameters_req()
|
| /openbmc/libpldm/src/oem/meta/ |
| H A D | file_io.c | 178 rc = pack_pldm_header_errno(&header, &(responseMsg->hdr)); in encode_oem_meta_file_io_read_resp()
|