Searched refs:sleep_result (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/acpica/ |
H A D | acpi_wakeup.c | 48 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep() argument 53 KASSERT(sleep_result == -1, in acpi_wakeup_machdep() 56 return (sleep_result); in acpi_wakeup_machdep()
|
/freebsd/sys/i386/acpica/ |
H A D | acpi_wakeup.c | 273 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep() argument 277 if (sleep_result == -1) in acpi_wakeup_machdep() 278 return (sleep_result); in acpi_wakeup_machdep() 282 if (sleep_result == 1) { in acpi_wakeup_machdep() 307 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep() 312 return (sleep_result); in acpi_wakeup_machdep()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 3354 int sleep_result; in acpi_EnterSleepState() local 3442 sleep_result = acpi_sleep_machdep(sc, state); in acpi_EnterSleepState() 3443 acpi_wakeup_machdep(sc, state, sleep_result, 0); in acpi_EnterSleepState() 3454 if (sleep_result == 1 && state != ACPI_STATE_S4) in acpi_EnterSleepState() 3457 if (sleep_result == 1 && state == ACPI_STATE_S3) { in acpi_EnterSleepState() 3483 acpi_wakeup_machdep(sc, state, sleep_result, 1); in acpi_EnterSleepState() 3487 if (sleep_result == -1) in acpi_EnterSleepState()
|
H A D | acpivar.h | 515 int sleep_result, int intr_enabled);
|