Lines Matching refs:Pathname
179 * Pathname - Pointer to an asciiz string containing the
195 const char *Pathname,
201 ACPI_STRING UPathname = __UNCONST(Pathname);
209 if (!RetHandle || !Pathname)
227 * 1) Fully qualified pathname
228 * 2) Parent + Relative pathname
232 if (ACPI_IS_ROOT_PREFIX (Pathname[0]))
234 /* Pathname is fully qualified (starts with '\') */
238 if (!strcmp (Pathname, ACPI_NS_ROOT_PATH))
269 * PARAMETERS: Handle - Handle to be converted to a pathname
270 * NameType - Full pathname or single segment
316 /* Get the full pathname (From the namespace root) */