Searched refs:NamePath (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c409 ACPI_PARSE_OBJECT *NamePath; local
427 NamePath = AcpiPsGetArg (Op, 3);
431 NamePath = AcpiPsGetArg (Op, 2);
434 if ((NamePath) &&
435 (NamePath->Common.Value.String) &&
436 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0])))
438 AcpiDmNamestring (NamePath->Common.Value.String);
479 NamePath = AcpiPsGetArg (Op, 3);
483 NamePath = AcpiPsGetArg (Op, 2);
486 if ((NamePath)
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h40 typedef std::vector<std::string> NamePath; typedef in namespace:lldb_private
87 XMLNode GetElementForPath(const NamePath &path);
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c444 char *NamePath; local
582 NamePath = AcpiNsGetExternalPathname (Info->FieldNode);
583 if (ACPI_SUCCESS (AeLookupInitFileEntry (NamePath, &ObjDesc)))
590 ACPI_FREE (NamePath);
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l209 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}
210 NamePath {NonEmptyNamePath}?
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp373 XMLNode XMLNode::GetElementForPath(const NamePath &path) {

Completed in 103 milliseconds