Searched defs:transfer_op_flag (Results 1 – 9 of 9) sorted by relevance
/openbmc/libpldm/src/dsp/ |
H A D | bios.c | 254 uint8_t transfer_op_flag, uint8_t table_type, in encode_get_bios_table_req() 284 uint8_t *transfer_op_flag, uint8_t *table_type) in decode_get_bios_table_req() 341 uint8_t instance_id, uint32_t transfer_handle, uint8_t transfer_op_flag, in encode_get_bios_attribute_current_value_by_handle_req() 407 uint32_t *transfer_handle, uint8_t *transfer_op_flag, in decode_get_bios_attribute_current_value_by_handle_req()
|
H A D | fru.c | 299 uint8_t record_type, uint8_t field_type, uint8_t transfer_op_flag, in encode_get_fru_record_by_option_req() 339 uint8_t *field_type, uint8_t *transfer_op_flag) in decode_get_fru_record_by_option_req()
|
H A D | platform.c | 312 uint8_t *transfer_op_flag, uint16_t *request_cnt, in decode_get_pdr_req() 567 uint32_t data_transfer_hndl, uint8_t transfer_op_flag, in encode_get_pdr_req()
|
H A D | firmware_update.c | 94 is_transfer_operation_flag_valid(enum transfer_op_flag transfer_op_flag) in is_transfer_operation_flag_valid()
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios.h | 89 uint8_t transfer_op_flag; member 146 uint8_t transfer_op_flag; member
|
H A D | fru.h | 122 uint8_t transfer_op_flag; member
|
H A D | base.h | 60 enum transfer_op_flag { enum
|
H A D | platform.h | 1035 uint8_t transfer_op_flag; member
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 322 uint8_t transfer_op_flag = PLDM_GET_FIRSTPART; in TEST() local 348 uint8_t transfer_op_flag = PLDM_GET_FIRSTPART; in TEST() local
|