Home
last modified time | relevance | path

Searched refs:STATUS_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Derst.c51 #define STATUS_SUCCESS 0x00 macro
560 return STATUS_SUCCESS; in get_next_record_identifier()
582 rc = STATUS_SUCCESS; in clear_erst_record()
644 rc = STATUS_SUCCESS; in read_erst_record()
728 rc = STATUS_SUCCESS; in write_erst_record()
836 s->command_status = STATUS_SUCCESS; in erst_reg_write()
839 s->command_status = STATUS_SUCCESS; in erst_reg_write()
1006 s->command_status = STATUS_SUCCESS; in erst_reset()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h222 #ifndef STATUS_SUCCESS
230 #define STATUS_SUCCESS (0x00000000U) macro
H A Dimbapi.c421 if (ioctl_status == STATUS_SUCCESS) { in DeviceIoControl()