Searched refs:AcpiOsCreateSemaphore (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 829 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 D | exsystem.c | 449 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
|
| H A D | excreate.c | 277 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
|
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 984 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 D | acpiosxf.h | 275 AcpiOsCreateSemaphore (
|
| H A D | actypes.h | 382 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
|
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsaccess.c | 368 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utcopy.c | 949 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 19256 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.
|