Searched refs:Namepath (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Ddmtbdump3.c392 char *Namepath; local
406 /* The rest of the table consists of Namepath strings */
410 Namepath = ACPI_ADD_PTR (char, Table, Offset);
411 StringLength = strlen (Namepath) + 1;
413 AcpiDmLineHeader (Offset, StringLength, "Namepath");
414 AcpiOsPrintf ("\"%s\"\n", Namepath);
/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c510 char *Namepath; local
735 Namepath = AcpiNsGetExternalPathname (Op->Common.Node);
736 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
745 ACPI_FREE (Namepath);
H A Ddswload2.c225 /* For Namepath op, get the path string */
539 char *Namepath; local
791 Namepath = AcpiNsGetExternalPathname (Node);
792 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
803 ACPI_FREE (Namepath);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslload.c428 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Asl.Namepath,
589 * Op->Asl.Namepath will be NULL for these opcodes.
646 Path = Op->Asl.Namepath;
1353 Path = Arg->Asl.Namepath;
1445 if (!Op->Asl.Namepath)
H A Daslexternal.c330 * Since we will reposition Externals to the Root, set Namepath
504 ExternalOp->Asl.Namepath = ExternalName;
H A Daslutils.c990 * RETURN: Sets the ExternalName and Namepath in the parent node
1020 Status = UtInternalizeName (NameOp->Asl.Value.String, &Op->Asl.Namepath);
H A Daslmethod.c854 printf ("No method info for method! [%s]\n", Op->Asl.Namepath);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h458 #define ACPI_BTYPE_NAMED_REFERENCE 0x00040000 /* Generic unresolved Name or Namepath */
1161 char *Namepath; member in struct:acpi_parse_obj_asl

Completed in 131 milliseconds