Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H 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 …]
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsfield.c336 char *NamePath; in AcpiDsGetFieldNames() local
474 NamePath = AcpiNsGetExternalPathname (Info->FieldNode); in AcpiDsGetFieldNames()
475 if (ACPI_SUCCESS (AeLookupInitFileEntry (NamePath, &ObjDesc))) in AcpiDsGetFieldNames()
482 ACPI_FREE (NamePath); in AcpiDsGetFieldNames()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslcompiler.l101 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}
102 NamePath {NonEmptyNamePath}?
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt785 name segment (a NameSeg) as opposed to a full NamePath (starting at the
16984 the NamePath was examined instead of the last NameSeg.