Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
HDdmnames.c411 ACPI_PARSE_OBJECT *NamePath; in AcpiDmDisplayPath() local
429 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
433 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
436 if ((NamePath) && in AcpiDmDisplayPath()
437 (NamePath->Common.Value.String) && in AcpiDmDisplayPath()
438 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
440 AcpiDmNamestring (NamePath->Common.Value.String); in AcpiDmDisplayPath()
481 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
485 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
488 if ((NamePath) && in AcpiDmDisplayPath()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
HDdsfield.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()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDaslcompiler.l209 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}
210 NamePath {NonEmptyNamePath}?
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt522 name segment (a NameSeg) as opposed to a full NamePath (starting at the
16722 the NamePath was examined instead of the last NameSeg.