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

  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 738 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER);
762 (void) AcpiOsSignalSemaphore (Info->InfoGate, 1);
967 ACPI_MUTEX InfoGate;
1010 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate);
1035 (void) AcpiOsDeleteSemaphore (InfoGate);
1047 AcpiGbl_DbMethodInfo.InfoGate = InfoGate;
1111 (void) AcpiOsDeleteSemaphore (InfoGate);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1533 ACPI_HANDLE InfoGate;

Completed in 14 milliseconds