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 454 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore);
excreate.c 277 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0,
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c 827 AcpiOsCreateSemaphore (
863 * FUNCTION: AcpiOsCreateSemaphore
876 AcpiOsCreateSemaphore (
945 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
976 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
1061 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
1131 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
1166 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
osunixxf.c 829 AcpiOsCreateSemaphore (
865 * FUNCTION: AcpiOsCreateSemaphore
877 AcpiOsCreateSemaphore (
929 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
969 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
1107 * PARAMETERS: Handle - Handle returned by AcpiOsCreateSemaphore
1153 return (AcpiOsCreateSemaphore (1, 1, OutHandle));
oszephyr.c 1104 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 986 Status = AcpiOsCreateSemaphore (1, 0, &MainThreadGate);
999 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate);
1010 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate);
  /src/sys/external/bsd/acpica/dist/include/
acpiosxf.h 275 AcpiOsCreateSemaphore (
actypes.h 382 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 369 Status = AcpiOsCreateSemaphore (
  /src/sys/external/bsd/acpica/dist/utilities/
utcopy.c 949 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0,

Completed in 30 milliseconds