Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dbase.h10 int pack_pldm_header_errno(const struct pldm_header_info *hdr,
H A Dbase.c14 int pack_pldm_header_errno(const struct pldm_header_info *hdr, in pack_pldm_header_errno() function
80 rc = pack_pldm_header_errno(hdr, msg); in pack_pldm_header()
595 return pack_pldm_header_errno(&header, &(msg->hdr)); in encode_pldm_header_only_errno()
H A Dfirmware_update.c1187 rc = pack_pldm_header_errno(&header, &(msg->hdr)); in encode_query_downstream_identifiers_req()
1327 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_get_downstream_firmware_parameters_req()
H A Dplatform.c2897 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_get_state_effecter_states_req()
3020 rc = pack_pldm_header_errno(&header, &msg->hdr); in encode_get_state_effecter_states_resp()
/openbmc/libpldm/src/oem/meta/
H A Dfile_io.c181 rc = pack_pldm_header_errno(&header, &(responseMsg->hdr)); in encode_oem_meta_file_io_read_resp()