Home | History | Annotate | Download | only in hardware

Lines Matching defs:Status

167  * RETURN:      Status
178 ACPI_STATUS Status;
223 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand,
230 * BIOS should clear all fixed status bits and restore fixed event
233 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand,
244 if (ACPI_FAILURE (Status))
246 ACPI_EXCEPTION ((AE_INFO, Status,
248 return_ACPI_STATUS (Status);
290 ACPI_STATUS Status;
313 Status = AcpiReadBitRegister (ACPI_BITREG_SCI_ENABLE, &Value);
314 if (ACPI_FAILURE (Status))