Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dosunixxf.c829 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
877 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
1153 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
/illumos-gate/usr/src/common/acpica/executer/
H A Dexsystem.c449 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
H A Dexcreate.c278 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h275 AcpiOsCreateSemaphore (
H A Dactypes.h382 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsaccess.c332 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutcopy.c949 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c421 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits, in AcpiOsCreateSemaphore() function
H A Dchanges.txt16527 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.