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 295 char *Namepath;
309 /* The rest of the table consists of Namepath strings */
313 Namepath = ACPI_ADD_PTR (char, Table, Offset);
314 StringLength = strlen (Namepath) + 1;
316 AcpiDmLineHeader (Offset, StringLength, "Namepath");
317 AcpiOsPrintf ("\"%s\"\n", Namepath);
319 /* Point to next namepath */
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswload2.c 117 /* For Namepath op, get the path string */
160 * The NamePath is an object reference to an existing object.
347 * For name creation opcodes, the full namepath prefix must
431 char *Namepath;
683 Namepath = AcpiNsGetExternalPathname (Node);
684 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
695 ACPI_FREE (Namepath);
dswexec.c 402 char *Namepath;
629 Namepath = AcpiNsGetExternalPathname (Op->Common.Node);
630 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
639 ACPI_FREE (Namepath);
  /src/sys/external/bsd/acpica/dist/compiler/
aslload.c 320 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Asl.Namepath,
481 * Op->Asl.Namepath will be NULL for these opcodes.
538 Path = Op->Asl.Namepath;
854 * One or more prefix NameSegs of the NamePath do not exist
1245 Path = Arg->Asl.Namepath;
1264 /* Standalone NameSeg vs. NamePath */
1344 if (!Op->Asl.Namepath)
aslexternal.c 230 * Since we will reposition Externals to the Root, set Namepath
404 ExternalOp->Asl.Namepath = ExternalName;
aslutils.c 887 /* Look for the last dot in the namepath */
899 /* No dots in the namepath, there is only a single nameseg. */
924 * RETURN: Sets the ExternalName and Namepath in the parent node
954 Status = UtInternalizeName (NameOp->Asl.Value.String, &Op->Asl.Namepath);
aslmethod.c 823 printf ("No method info for method! [%s]\n", Op->Asl.Namepath);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 350 #define ACPI_BTYPE_NAMED_REFERENCE 0x00040000 /* Generic unresolved Name or Namepath */
1062 char *Namepath;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 445 [041h 0065 13] Namepath : "\_SB.PCI0.EC"

Completed in 20 milliseconds