Searched refs:AcpiOsCreateSemaphore (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/contrib/dev/acpica/os_specific/service_layers/ |
| HD | osunixxf.c | 697 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function 745 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function 1004 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
|
| /NextBSD/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbexec.c | 698 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/ |
| HD | exsystem.c | 343 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
|
| HD | excreate.c | 194 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
|
| /NextBSD/sys/contrib/dev/acpica/include/ |
| HD | acpiosxf.h | 166 AcpiOsCreateSemaphore (
|
| HD | actypes.h | 272 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
|
| /NextBSD/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsaccess.c | 221 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
|
| /NextBSD/sys/dev/acpica/Osd/ |
| HD | OsdSynch.c | 78 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits, in AcpiOsCreateSemaphore() function
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utcopy.c | 838 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | changes.txt | 15886 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.
|