Home
last modified time | relevance | path

Searched refs:NamePath (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c409 ACPI_PARSE_OBJECT *NamePath; in AcpiDmDisplayPath() local
427 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
431 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
434 if ((NamePath) && in AcpiDmDisplayPath()
435 (NamePath->Common.Value.String) && in AcpiDmDisplayPath()
436 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
438 AcpiDmNamestring (NamePath->Common.Value.String); in AcpiDmDisplayPath()
479 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
483 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
486 if ((NamePath) && in AcpiDmDisplayPath()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h40 typedef std::vector<std::string> NamePath; typedef
87 XMLNode GetElementForPath(const NamePath &path);
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c444 char *NamePath; in AcpiDsGetFieldNames() local
582 NamePath = AcpiNsGetExternalPathname (Info->FieldNode); in AcpiDsGetFieldNames()
583 if (ACPI_SUCCESS (AeLookupInitFileEntry (NamePath, &ObjDesc))) in AcpiDsGetFieldNames()
590 ACPI_FREE (NamePath); in AcpiDsGetFieldNames()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l209 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}
210 NamePath {NonEmptyNamePath}?
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp353 XMLNode XMLNode::GetElementForPath(const NamePath &path) { in GetElementForPath()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt814 name segment (a NameSeg) as opposed to a full NamePath (starting at the
17013 the NamePath was examined instead of the last NameSeg.