acpi_EnterSleepState
static ACPI_STATUS acpi_EnterSleepState(struct acpi_softc *sc,
return (acpi_EnterSleepState(sc, state));
if (ACPI_FAILURE(acpi_EnterSleepState(sc, sc->acpi_next_stype)))
status = acpi_EnterSleepState(sc, stype);
status = acpi_EnterSleepState(sc, stype);
if (ACPI_FAILURE(acpi_EnterSleepState(sc, sc->acpi_next_stype)))
if (ACPI_FAILURE(acpi_EnterSleepState(sc, stype)))