Home
last modified time | relevance | path

Searched refs:AcpiNsHandleToPathname (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c518 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE); in AcpiDbWalkAndMatchName()
766 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE); in AcpiDbWalkForFields()
844 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE); in AcpiDbWalkForSpecificObjects()
1222 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE); in AcpiDbBusWalk()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsdebug.c207 Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE); in AcpiDsPrintNodePathname()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslopt.c774 Status = AcpiNsHandleToPathname (TargetNode, &TargetPath, FALSE); in OptOptimizeNamePath()
787 Status = AcpiNsHandleToPathname (CurrentNode, &CurrentPath, FALSE); in OptOptimizeNamePath()
H A Daslnamesp.c547 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE); in NsDoOnePathname()
H A Dasloffset.c473 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE); in LsEmitOffsetTableEntry()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c537 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE); in AcpiUtDisplayInitPathname()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c288 Status = AcpiNsHandleToPathname (Node, &Buffer, FALSE); in AcpiPsDisplayObjectPathname()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c295 AcpiNsHandleToPathname ( in AcpiNsHandleToPathname() function
H A Dnsxfname.c317 Status = AcpiNsHandleToPathname (Handle, Buffer, in ACPI_EXPORT_SYMBOL()
H A Dnsutils.c201 Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE); in AcpiNsPrintNodePathname()
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c482 Status = AcpiNsHandleToPathname ( in AcpiRsCreatePciRoutingTable()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacnamesp.h514 AcpiNsHandleToPathname (
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c1170 Status = AcpiNsHandleToPathname (ObjDesc->Reference.Node, in AcpiExDumpReferenceObj()
/freebsd/sys/dev/acpica/
H A Dacpi.c4290 status = AcpiNsHandleToPathname(h, &handle_buf, FALSE); in acpi_UserNotify()