Home | History | Annotate | Download | only in namespace

Lines Matching defs:Pathname

200  *              Pathname            - The compressed (internal) path
204 * DESCRIPTION: Print an object's full namespace pathname
211 const char *Pathname)
234 isprint ((int) Pathname[i]) ?
235 AcpiOsPrintf ("%c", Pathname[i]) :
239 Pathname += ACPI_NAMESEG_SIZE;
265 * DESCRIPTION: Print an object's full namespace pathname
266 * Manages allocation/freeing of a pathname buffer
288 /* Convert handle to a full pathname and print it (with supplied message) */
843 * DESCRIPTION: Dump the full pathname to a namespace object. AcpNsGetMaxDepth
858 char *Pathname;
876 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
888 AcpiOsPrintf ("%s\n", &Pathname[1]);
889 ACPI_FREE (Pathname);