Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/disassembler/
A Ddmnames.c301 ACPI_PARSE_OBJECT *NamePath; in AcpiDmDisplayPath() local
319 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
323 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
326 if ((NamePath) && in AcpiDmDisplayPath()
327 (NamePath->Common.Value.String) && in AcpiDmDisplayPath()
328 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
330 AcpiDmNamestring (NamePath->Common.Value.String); in AcpiDmDisplayPath()
371 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
375 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
378 if ((NamePath) && in AcpiDmDisplayPath()
[all …]
/third_party/lib/acpica/source/compiler/
A Daslcompiler.l99 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}
100 NamePath {NonEmptyNamePath}?
/third_party/lib/acpica/
A Dchanges.txt13449 the NamePath was examined instead of the last NameSeg.

Completed in 26 milliseconds