| /openbmc/libpldm/src/dsp/ |
| H A D | bios.c | 256 uint8_t transfer_op_flag, uint8_t table_type, in encode_get_bios_table_req() 279 request->table_type = table_type; in encode_get_bios_table_req() 286 uint8_t *transfer_op_flag, uint8_t *table_type) in decode_get_bios_table_req() 288 if (msg == NULL || transfer_op_flag == NULL || table_type == NULL || in decode_get_bios_table_req() 301 *table_type = request->table_type; in decode_get_bios_table_req() 593 uint8_t transfer_flag, uint8_t table_type, in encode_set_bios_table_req() 628 request->table_type = table_type; in encode_set_bios_table_req() 254 encode_get_bios_table_req(uint8_t instance_id,uint32_t transfer_handle,uint8_t transfer_op_flag,uint8_t table_type,struct pldm_msg * msg) encode_get_bios_table_req() argument 284 decode_get_bios_table_req(const struct pldm_msg * msg,size_t payload_length,uint32_t * transfer_handle,uint8_t * transfer_op_flag,uint8_t * table_type) decode_get_bios_table_req() argument 591 encode_set_bios_table_req(uint8_t instance_id,uint32_t transfer_handle,uint8_t transfer_flag,uint8_t table_type,const uint8_t * table_data,size_t table_length,struct pldm_msg * msg,size_t payload_length) encode_set_bios_table_req() argument 690 decode_set_bios_table_req(const struct pldm_msg * msg,size_t payload_length,uint32_t * transfer_handle,uint8_t * transfer_flag,uint8_t * table_type,struct variable_field * table) decode_set_bios_table_req() argument [all...] |
| /openbmc/libpldm/include/libpldm/ |
| H A D | bios.h | 90 uint8_t table_type; member 190 uint8_t table_type; member 303 uint8_t transfer_flag, uint8_t table_type, 382 uint8_t transfer_op_flag, uint8_t table_type, 397 uint8_t *transfer_op_flag, uint8_t *table_type); 614 uint8_t *table_type,
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_cdat.h | 34 uint8_t table_type; member 43 uint8_t table_type; member
|
| /openbmc/libpldm/include/libpldm/oem/ibm/ |
| H A D | file_io.h | 194 uint8_t table_type; //!< Table type member 229 uint8_t *transfer_opflag, uint8_t *table_type); 259 uint8_t transfer_opflag, uint8_t table_type,
|
| /openbmc/libpldm/src/oem/ibm/ |
| H A D | file_io.c | 117 uint8_t *transfer_opflag, uint8_t *table_type) in decode_get_file_table_req() argument 120 table_type == NULL) { in decode_get_file_table_req() 133 *table_type = request->table_type; in decode_get_file_table_req() 174 uint8_t transfer_opflag, uint8_t table_type, in encode_get_file_table_req() argument 196 request->table_type = table_type; in encode_get_file_table_req()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | bios.cpp | 409 EXPECT_EQ(tableType, req->table_type); in TEST() 443 request->table_type = tableType; in TEST() 473 request->table_type = tableType; in TEST() 504 request->table_type = tableType; 981 EXPECT_EQ(tableType, req->table_type); in TEST() 1108 req->table_type = tableType; in TEST() 1144 req->table_type = tableType; in TEST()
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | cxl_upstream.c | 170 .table_type = CXL_DOE_TAB_TYPE_CDAT, in cxl_doe_cdat_rsp()
|
| /openbmc/pldm/oem/ibm/test/ |
| H A D | libpldmresponder_fileio_test.cpp | 548 request->table_type = type; in TEST_F() 601 request->table_type = type; in TEST_F()
|
| /openbmc/libpldm/abi/x86_64/ |
| H A D | gcc.dump | 861 'name' => 'table_type', 950 'name' => 'table_type', 1304 'name' => 'table_type', 1334 'name' => 'table_type', 9361 'name' => 'table_type', 9433 'name' => 'table_type',
|
| /openbmc/libpldm/tests/oem/ibm/ |
| H A D | fileio.cpp | 400 EXPECT_EQ(tableType, req->table_type); in TEST()
|