Searched refs:NamePath (Results 1 – 4 of 4) sorted by relevance
301 ACPI_PARSE_OBJECT *NamePath; in AcpiDmDisplayPath() local319 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 …]
336 char *NamePath; in AcpiDsGetFieldNames() local474 NamePath = AcpiNsGetExternalPathname (Info->FieldNode); in AcpiDsGetFieldNames()475 if (ACPI_SUCCESS (AeLookupInitFileEntry (NamePath, &ObjDesc))) in AcpiDsGetFieldNames()482 ACPI_FREE (NamePath); in AcpiDsGetFieldNames()
101 NameString {RootChar}|{RootChar}{NamePath}|[\^]+{NamePath}|{NonEmptyNamePath}102 NamePath {NonEmptyNamePath}?
785 name segment (a NameSeg) as opposed to a full NamePath (starting at the 16984 the NamePath was examined instead of the last NameSeg.