Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c829 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
877 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
1153 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
/f-stack/freebsd/contrib/dev/acpica/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()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbexec.c984 Status = AcpiOsCreateSemaphore (1, 0, &MainThreadGate); in AcpiDbCreateExecutionThreads()
997 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1008 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacpiosxf.h275 AcpiOsCreateSemaphore (
H A Dactypes.h382 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c368 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutcopy.c949 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt19256 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.