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

  /src/sys/external/bsd/acpica/dist/dispatcher/
dswexec.c 402 char *Namepath;
629 Namepath = AcpiNsGetExternalPathname (Op->Common.Node);
630 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
639 ACPI_FREE (Namepath);
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);
  /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/include/
aclocal.h 350 #define ACPI_BTYPE_NAMED_REFERENCE 0x00040000 /* Generic unresolved Name or Namepath */
1062 char *Namepath;

Completed in 41 milliseconds