Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswinxf.c827 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
876 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
1131 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
1166 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateMutex()
H A Dosunixxf.c829 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
877 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
1153 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbexec.c985 Status = AcpiOsCreateSemaphore (1, 0, &MainThreadGate); in AcpiDbCreateExecutionThreads()
998 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1009 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexsystem.c449 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
H A Dexcreate.c277 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacpiosxf.h275 AcpiOsCreateSemaphore (
H A Dactypes.h382 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsaccess.c367 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
/dragonfly/sys/dev/acpica/Osd/
H A DOsdSynch.c81 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits, in AcpiOsCreateSemaphore() function
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutcopy.c949 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt19534 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.