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

  /src/sys/external/bsd/acpica/dist/executer/
exresnte.c 103 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
115 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
exprep.c 461 Type = AcpiNsGetType (Info->RegionNode);
657 Info->FieldNode, ObjDesc, AcpiNsGetType (Info->FieldNode));
exresolv.c 463 Type = AcpiNsGetType (Node);
exstore.c 429 TargetType = AcpiNsGetType (Node);
  /src/sys/external/bsd/acpica/dist/namespace/
nseval.c 118 if (AcpiNsGetType (Info->Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS)
199 switch (AcpiNsGetType (Info->Node))
nssearch.c 141 if (AcpiNsGetType (Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS)
nsinit.c 402 Type = AcpiNsGetType (ObjHandle);
nsutils.c 109 * FUNCTION: AcpiNsGetType
120 AcpiNsGetType (
nsxfeval.c 341 switch (AcpiNsGetType (Info->Node))
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsinit.c 114 switch (AcpiNsGetType (ObjHandle))
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 545 AcpiNsGetType (
  /src/sys/external/bsd/acpica/dist/utilities/
utcopy.c 204 AcpiNsGetType (InternalObject->Reference.Node);

Completed in 100 milliseconds