Home
last modified time | relevance | path

Searched refs:pldm_get_file_table_req (Results 1 – 4 of 4) sorted by relevance

/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c128 struct pldm_get_file_table_req *request = in decode_get_file_table_req()
129 (struct pldm_get_file_table_req *)msg->payload; in decode_get_file_table_req()
191 struct pldm_get_file_table_req *request = in encode_get_file_table_req()
192 (struct pldm_get_file_table_req *)msg->payload; in encode_get_file_table_req()
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h191 struct pldm_get_file_table_req { struct
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp544 auto request = reinterpret_cast<pldm_get_file_table_req*>( in TEST_F()
597 auto request = reinterpret_cast<pldm_get_file_table_req*>( in TEST_F()
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp395 struct pldm_get_file_table_req* req = in TEST()
397 reinterpret_cast<struct pldm_get_file_table_req*>(request->payload); in TEST()