Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c341 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
H A Dexcreate.c194 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
/titanic_53/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h167 AcpiOsCreateSemaphore (
H A Dactypes.h272 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/titanic_53/usr/src/uts/intel/io/acpica/namespace/
H A Dnsaccess.c221 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
/titanic_53/usr/src/uts/intel/io/acpica/utilities/
H A Dutcopy.c841 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
/titanic_53/usr/src/uts/intel/io/acpica/
H A Dosl.c427 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits, in AcpiOsCreateSemaphore() function
H A Dchanges.txt16527 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.