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

/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmnames.c373 ACPI_PARSE_OBJECT *NamePath; local
391 NamePath = AcpiPsGetArg (Op, 3);
395 NamePath = AcpiPsGetArg (Op, 2);
398 if ((NamePath) &&
399 (NamePath->Common.Value.String) &&
400 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0])))
402 AcpiDmNamestring (NamePath->Common.Value.String);
443 NamePath = AcpiPsGetArg (Op, 3);
447 NamePath = AcpiPsGetArg (Op, 2);
450 if ((NamePath)
[all...]
/barrelfish-master/lib/acpica/source/compiler/
H A Daslcompiler.l171 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}
172 NamePath {NonEmptyNamePath}?

Completed in 84 milliseconds