Home
last modified time | relevance | path

Searched refs:command_status (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Derst.c173 uint8_t command_status; member
827 s->command_status = write_erst_record(s); in erst_reg_write()
830 s->command_status = read_erst_record(s); in erst_reg_write()
833 s->command_status = clear_erst_record(s); in erst_reg_write()
836 s->command_status = STATUS_SUCCESS; in erst_reg_write()
839 s->command_status = STATUS_SUCCESS; in erst_reg_write()
842 s->command_status = STATUS_FAILED; in erst_reg_write()
852 s->reg_value = s->command_status; in erst_reg_write()
855 s->command_status = get_next_record_identifier(s, in erst_reg_write()
938 VMSTATE_UINT8(command_status, ERSTDeviceState),
[all …]
/openbmc/libcper/sections/
H A Dcper-section-pcie.c344 json_object *command_status = json_object_new_object(); in cper_section_pcie_to_ir() local
346 command_status, "commandRegister", in cper_section_pcie_to_ir()
350 command_status, "statusRegister", in cper_section_pcie_to_ir()
354 command_status); in cper_section_pcie_to_ir()
1539 const json_object *command_status = obj; in ir_section_pcie_to_cper() local
1541 json_object_object_get(command_status, in ir_section_pcie_to_cper()
1544 json_object_object_get(command_status, in ir_section_pcie_to_cper()