Home
last modified time | relevance | path

Searched refs:AcpiNsGetType (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
HDexresnte.c211 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
223 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
HDexprep.c569 Type = AcpiNsGetType (Info->RegionNode); in AcpiExPrepFieldValue()
761 Info->FieldNode, ObjDesc, AcpiNsGetType (Info->FieldNode)); in AcpiExPrepFieldValue()
HDexstore.c537 TargetType = AcpiNsGetType (Node); in AcpiExStoreObjectToNode()
HDexresolv.c571 Type = AcpiNsGetType (Node); in AcpiExResolveMultiple()
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
HDnseval.c227 if (AcpiNsGetType (Info->Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) in AcpiNsEvaluate()
308 switch (AcpiNsGetType (Info->Node)) in AcpiNsEvaluate()
HDnssearch.c249 if (AcpiNsGetType (Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) in AcpiNsSearchOneScope()
HDnsinit.c510 Type = AcpiNsGetType (ObjHandle); in AcpiNsInitOneObject()
HDnsutils.c228 AcpiNsGetType ( in AcpiNsGetType() function
HDnsxfeval.c449 switch (AcpiNsGetType (Info->Node)) in ACPI_EXPORT_SYMBOL()
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
HDdsinit.c222 switch (AcpiNsGetType (ObjHandle)) in AcpiDsInitOneObject()
/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDacnamesp.h653 AcpiNsGetType (
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
HDutcopy.c312 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple()