HomeSort by: relevance | last modified time | path
    Searched refs:Namepath (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump3.c 403 char *Namepath;
417 /* The rest of the table consists of Namepath strings */
421 Namepath = ACPI_ADD_PTR (char, Table, Offset);
422 StringLength = strlen (Namepath) + 1;
424 AcpiDmLineHeader (Offset, StringLength, "Namepath");
425 AcpiOsPrintf ("\"%s\"\n", Namepath);
427 /* Point to next namepath */
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswload2.c 225 /* For Namepath op, get the path string */
268 * The NamePath is an object reference to an existing object.
455 * For name creation opcodes, the full namepath prefix must
539 char *Namepath;
791 Namepath = AcpiNsGetExternalPathname (Node);
792 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
803 ACPI_FREE (Namepath);
dswexec.c 510 char *Namepath;
737 Namepath = AcpiNsGetExternalPathname (Op->Common.Node);
738 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
747 ACPI_FREE (Namepath);
  /src/sys/external/bsd/acpica/dist/compiler/
aslload.c 428 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Asl.Namepath,
589 * Op->Asl.Namepath will be NULL for these opcodes.
646 Path = Op->Asl.Namepath;
962 * One or more prefix NameSegs of the NamePath do not exist
1353 Path = Arg->Asl.Namepath;
1372 /* Standalone NameSeg vs. NamePath */
1452 if (!Op->Asl.Namepath)
aslexternal.c 338 * Since we will reposition Externals to the Root, set Namepath
512 ExternalOp->Asl.Namepath = ExternalName;
aslutils.c 995 /* Look for the last dot in the namepath */
1007 /* No dots in the namepath, there is only a single nameseg. */
1032 * RETURN: Sets the ExternalName and Namepath in the parent node
1062 Status = UtInternalizeName (NameOp->Asl.Value.String, &Op->Asl.Namepath);
aslmethod.c 931 printf ("No method info for method! [%s]\n", Op->Asl.Namepath);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 458 #define ACPI_BTYPE_NAMED_REFERENCE 0x00040000 /* Generic unresolved Name or Namepath */
1170 char *Namepath;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 553 [041h 0065 13] Namepath : "\_SB.PCI0.EC"

Completed in 20 milliseconds