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

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

Completed in 197 milliseconds