Searched refs:OutHandle (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c538 ACPI_HANDLE *OutHandle)
540 *OutHandle = (ACPI_HANDLE) 1;
574 * OutHandle - Where a handle will be returned
586 ACPI_HANDLE *OutHandle)
591 if (!OutHandle)
622 *OutHandle = (ACPI_HANDLE) Sem;
839 ACPI_SPINLOCK *OutHandle)
842 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
535 AcpiOsCreateSemaphore( UINT32 MaxUnits, UINT32 InitialUnits, ACPI_HANDLE *OutHandle) argument
583 AcpiOsCreateSemaphore( UINT32 MaxUnits, UINT32 InitialUnits, ACPI_HANDLE *OutHandle) argument
838 AcpiOsCreateLock( ACPI_SPINLOCK *OutHandle) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h127 ACPI_SPINLOCK *OutHandle);
151 ACPI_SEMAPHORE *OutHandle);
177 ACPI_MUTEX *OutHandle);
H A Dacpixf.h357 ACPI_HANDLE *OutHandle);
367 ACPI_HANDLE *OutHandle);
H A Dactypes.h251 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/freebsd-10.0-release/sys/dev/acpica/Osd/
H A DOsdSynch.c79 ACPI_SEMAPHORE *OutHandle)
85 if (OutHandle == NULL || MaxUnits == 0 || InitialUnits > MaxUnits)
97 *OutHandle = (ACPI_SEMAPHORE)as;
270 AcpiOsCreateMutex(ACPI_MUTEX *OutHandle) argument
276 if (OutHandle == NULL)
287 *OutHandle = (ACPI_MUTEX)am;
466 AcpiOsCreateLock(ACPI_SPINLOCK *OutHandle) argument
472 if (OutHandle == NULL)
479 if (OutHandle == &AcpiGbl_GpeLock)
481 else if (OutHandle
78 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits, ACPI_SEMAPHORE *OutHandle) argument
[all...]

Completed in 87 milliseconds