Searched refs:acpi_resume_beep (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/i386/acpica/ |
H A D | acpi_wakeup.c | 76 extern int acpi_resume_beep; 106 if (acpi_resume_beep != 0) in acpi_stop_beep() 204 if (acpi_resume_beep != 0) in acpi_sleep_machdep() 221 WAKECODE_FIXUP(resume_beep, uint8_t, (acpi_resume_beep != 0)); in acpi_sleep_machdep()
|
H A D | acpi_machdep.c | 46 uint32_t acpi_resume_beep; variable 47 SYSCTL_UINT(_debug_acpi, OID_AUTO, resume_beep, CTLFLAG_RWTUN, &acpi_resume_beep,
|
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakeup.c | 72 extern int acpi_resume_beep; 102 if (acpi_resume_beep != 0) in acpi_stop_beep() 198 if (acpi_resume_beep != 0) in acpi_sleep_machdep() 225 WAKECODE_FIXUP(resume_beep, uint8_t, (acpi_resume_beep != 0)); in acpi_sleep_machdep()
|
H A D | acpi_machdep.c | 46 int acpi_resume_beep; variable 48 &acpi_resume_beep, 0, "Beep the PC speaker when resuming");
|