Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/acpica/
H A Dacpi_wakeup.c52 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep() argument
57 KASSERT(sleep_result == -1, in acpi_wakeup_machdep()
60 return (sleep_result); in acpi_wakeup_machdep()
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c319 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep() argument
323 if (sleep_result == -1) in acpi_wakeup_machdep()
324 return (sleep_result); in acpi_wakeup_machdep()
328 if (sleep_result == 1) { in acpi_wakeup_machdep()
357 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()
362 return (sleep_result); in acpi_wakeup_machdep()