Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswinxf.c254 memset (AcpiGbl_Semaphores, 0x00, sizeof (AcpiGbl_Semaphores)); in AcpiOsInitialize()
906 if (!AcpiGbl_Semaphores[i].OsHandle) in AcpiOsCreateSemaphore()
930 AcpiGbl_Semaphores[i].OsHandle = Mutex; in AcpiOsCreateSemaphore()
961 !AcpiGbl_Semaphores[Index].OsHandle) in AcpiOsDeleteSemaphore()
967 AcpiGbl_Semaphores[Index].OsHandle = NULL; in AcpiOsDeleteSemaphore()
1001 !AcpiGbl_Semaphores[Index].OsHandle) in AcpiOsWaitSemaphore()
1052 AcpiGbl_Semaphores[Index].CurrentUnits--; in AcpiOsWaitSemaphore()
1087 if (!AcpiGbl_Semaphores[Index].OsHandle) in AcpiOsSignalSemaphore()
1100 AcpiGbl_Semaphores[Index].MaxUnits) in AcpiOsSignalSemaphore()
1105 AcpiGbl_Semaphores[Index].MaxUnits)); in AcpiOsSignalSemaphore()
[all …]