Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c697 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
745 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
1004 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbexec.c698 Status = AcpiOsCreateSemaphore (1, 0, &MainThreadGate); in AcpiDbCreateExecutionThreads()
711 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
722 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()
/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexsystem.c343 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
HDexcreate.c194 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
/NextBSD/sys/contrib/dev/acpica/include/
HDacpiosxf.h166 AcpiOsCreateSemaphore (
HDactypes.h272 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/NextBSD/sys/contrib/dev/acpica/components/namespace/
HDnsaccess.c221 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
/NextBSD/sys/dev/acpica/Osd/
HDOsdSynch.c78 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits, in AcpiOsCreateSemaphore() function
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutcopy.c838 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt15886 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.