Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbexec.c630 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER); in AcpiDbMethodThread()
654 (void) AcpiOsSignalSemaphore (Info->InfoGate, 1); in AcpiDbMethodThread()
859 ACPI_MUTEX InfoGate; in AcpiDbCreateExecutionThreads() local
902 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()
927 (void) AcpiOsDeleteSemaphore (InfoGate); in AcpiDbCreateExecutionThreads()
939 AcpiGbl_DbMethodInfo.InfoGate = InfoGate; in AcpiDbCreateExecutionThreads()
1003 (void) AcpiOsDeleteSemaphore (InfoGate); in AcpiDbCreateExecutionThreads()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1425 ACPI_HANDLE InfoGate;
1423 ACPI_HANDLE InfoGate; global() member