Lines Matching refs:Pathname
177 * DESCRIPTION: Print an object's full namespace pathname
178 * Manages allocation/freeing of a pathname buffer
197 /* Convert handle to full pathname and print it (with supplied message) */
464 pathname is bad */
866 * PARAMETERS: *Pathname - Name to be found, in external (ASL) format. The
887 const char *Pathname,
896 ACPI_FUNCTION_TRACE_PTR (NsGetNodeUnlocked, ACPI_CAST_PTR (char, Pathname));
899 /* Simplest case is a null pathname */
901 if (!Pathname)
914 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1]))
922 Status = AcpiNsInternalizeName (Pathname, &InternalPath);
940 Pathname, AcpiFormatException (Status)));
952 * PARAMETERS: *Pathname - Name to be found, in external (ASL) format. The
973 const char *Pathname,
980 ACPI_FUNCTION_TRACE_PTR (NsGetNode, ACPI_CAST_PTR (char, Pathname));
989 Status = AcpiNsGetNodeUnlocked (PrefixNode, Pathname,