HomeSort by: relevance | last modified time | path
    Searched refs:InfoGate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 630 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER);
654 (void) AcpiOsSignalSemaphore (Info->InfoGate, 1);
859 ACPI_MUTEX InfoGate;
902 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate);
927 (void) AcpiOsDeleteSemaphore (InfoGate);
939 AcpiGbl_DbMethodInfo.InfoGate = InfoGate;
1003 (void) AcpiOsDeleteSemaphore (InfoGate);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1425 ACPI_HANDLE InfoGate;

Completed in 18 milliseconds