Searched refs:acpi_wakeup_ap (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/i386/acpica/
H A Dacpi_wakeup.c85 static int acpi_wakeup_ap(struct acpi_softc *, int);
108 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) function
200 if (acpi_wakeup_ap(sc, cpu) == 0) {
/freebsd-9.3-release/sys/amd64/acpica/
H A Dacpi_wakeup.c89 static int acpi_wakeup_ap(struct acpi_softc *, int);
111 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) function
208 if (acpi_wakeup_ap(sc, cpu) == 0) {

Completed in 62 milliseconds