Searched refs:record_hndl (Results 1 – 4 of 4) sorted by relevance
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 311 uint32_t *record_hndl, uint32_t *data_transfer_hndl, in decode_get_pdr_req() argument 319 if (msg == NULL || record_hndl == NULL || data_transfer_hndl == NULL || in decode_get_pdr_req() 335 pldm_msgbuf_extract_p(buf, record_hndl); in decode_get_pdr_req() 566 int encode_get_pdr_req(uint8_t instance_id, uint32_t record_hndl, in encode_get_pdr_req() argument 592 request->record_handle = htole32(record_hndl); in encode_get_pdr_req()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 1432 uint32_t *record_hndl, uint32_t *data_transfer_hndl, 1648 int encode_get_pdr_req(uint8_t instance_id, uint32_t record_hndl,
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 320 uint32_t record_hndl = 0; in TEST() local 330 auto rc = encode_get_pdr_req(0, record_hndl, data_transfer_hndl, in TEST() 337 EXPECT_EQ(record_hndl, le32toh(req->record_handle)); in TEST() 346 uint32_t record_hndl = 0; in TEST() local 356 auto rc = encode_get_pdr_req(0, record_hndl, data_transfer_hndl, in TEST() 361 rc = encode_get_pdr_req(0, record_hndl, data_transfer_hndl, in TEST()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 6991 'name' => 'record_hndl', 7191 'name' => 'record_hndl',
|