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

  /src/sys/dev/acpi/acpica/
OsdSynch.c 106 * AcpiOsCreateSemaphore:
111 AcpiOsCreateSemaphore(UINT32 MaxUnits, UINT32 InitialUnits,
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c 1104 AcpiOsCreateSemaphore (
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));
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));

Completed in 14 milliseconds