Lines Matching refs:Pathname
293 char *Pathname) in AcpiExTracePoint() argument
299 if (Pathname) in AcpiExTracePoint()
304 Aml, Pathname)); in AcpiExTracePoint()
337 char *Pathname = NULL; in AcpiExStartTraceMethod() local
346 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod()
349 Enabled = AcpiExInterpreterTraceEnabled (Pathname); in AcpiExStartTraceMethod()
372 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStartTraceMethod()
375 if (Pathname) in AcpiExStartTraceMethod()
377 ACPI_FREE (Pathname); in AcpiExStartTraceMethod()
403 char *Pathname = NULL; in AcpiExStopTraceMethod() local
412 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod()
420 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStopTraceMethod()
439 if (Pathname) in AcpiExStopTraceMethod()
441 ACPI_FREE (Pathname); in AcpiExStopTraceMethod()