Home
last modified time | relevance | path

Searched refs:pldm_new_file_with_metadata_req (Results 1 – 3 of 3) sorted by relevance

/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c1010 struct pldm_new_file_with_metadata_req *req = in encode_new_file_with_metadata_req()
1011 (struct pldm_new_file_with_metadata_req *)msg->payload; in encode_new_file_with_metadata_req()
1064 struct pldm_new_file_with_metadata_req *request = in decode_new_file_with_metadata_req()
1065 (struct pldm_new_file_with_metadata_req *)msg->payload; in decode_new_file_with_metadata_req()
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h835 struct pldm_new_file_with_metadata_req { struct
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp2148 reinterpret_cast<pldm_new_file_with_metadata_req*>(requestPtr->payload); in TEST()