HomeSort by: relevance | last modified time | path
    Searched refs:AcpiOsCreateSemaphore (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exsystem.c 346 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore);
excreate.c 168 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0,
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c 719 AcpiOsCreateSemaphore (
755 * FUNCTION: AcpiOsCreateSemaphore
768 AcpiOsCreateSemaphore (
837 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
868 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
953 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
1023 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
1058 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
osunixxf.c 721 AcpiOsCreateSemaphore (
757 * FUNCTION: AcpiOsCreateSemaphore
769 AcpiOsCreateSemaphore (
821 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
861 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
999 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
1045 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
oszephyr.c 996 AcpiOsCreateSemaphore (
  /src/sys/dev/acpi/acpica/
OsdSynch.c 106 * AcpiOsCreateSemaphore:
111 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits,
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 878 Status = AcpiOsCreateSemaphore (1, 0, &MainThreadGate);
891 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate);
902 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate);
  /src/sys/external/bsd/acpica/dist/include/
acpiosxf.h 167 AcpiOsCreateSemaphore (
actypes.h 274 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 261 Status = AcpiOsCreateSemaphore (
  /src/sys/external/bsd/acpica/dist/utilities/
utcopy.c 841 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0,

Completed in 314 milliseconds