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 510 char *Namepath;
737 Namepath = AcpiNsGetExternalPathname (Op->Common.Node);
738 Status = AeLookupInitFileEntry (Namepath, &ObjDesc);
747 ACPI_FREE (Namepath);
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);
  /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/include/
aclocal.h 458 #define ACPI_BTYPE_NAMED_REFERENCE 0x00040000 /* Generic unresolved Name or Namepath */
1170 char *Namepath;

Completed in 17 milliseconds