Searched refs:AcpiNsGetNode (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslmaputils.c | 254 Status = AcpiNsGetNode (DeviceNode, METHOD_NAME__HID, in MpGetHidValue() 321 Status = AcpiNsGetNode (NULL, DeviceName, ACPI_NS_NO_UPSEARCH, in MpGetHidViaNamestring() 414 Status = AcpiNsGetNode (NULL, DeviceName, ACPI_NS_NO_UPSEARCH, in MpGetDdnValue() 421 Status = AcpiNsGetNode (DeviceNode, METHOD_NAME__DDN, ACPI_NS_NO_UPSEARCH, in MpGetDdnValue()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | uterror.c | 494 Status = AcpiNsGetNode (PrefixNode, Path, in AcpiUtMethodError()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nseval.c | 215 Status = AcpiNsGetNode (Info->PrefixNode, Info->RelativePathname, in AcpiNsEvaluate()
|
H A D | nsutils.c | 971 AcpiNsGetNode ( in AcpiNsGetNode() function
|
H A D | nsaccess.c | 404 Status = AcpiNsGetNode (NULL, "\\_GPE", ACPI_NS_NO_UPSEARCH, in AcpiNsRootInitialize()
|
H A D | nsxfname.c | 252 Status = AcpiNsGetNode (PrefixNode, Pathname, ACPI_NS_NO_UPSEARCH, &Node); in AcpiGetHandle()
|
H A D | nsrepair2.c | 942 Status = AcpiNsGetNode (Info->Node, "^_PSS", in AcpiNsRepair_TSS()
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbnames.c | 286 Status = AcpiNsGetNode (AcpiGbl_RootNode, Name, in AcpiDbSetScope() 299 Status = AcpiNsGetNode (AcpiGbl_DbScopeNode, Name, in AcpiDbSetScope()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acnamesp.h | 532 AcpiNsGetNode (
|