Lines Matching refs:Pathname
185 char *Pathname) in AcpiExTracePoint() argument
191 if (Pathname) in AcpiExTracePoint()
196 Aml, Pathname)); in AcpiExTracePoint()
229 char *Pathname = NULL; in AcpiExStartTraceMethod() local
238 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod()
241 Enabled = AcpiExInterpreterTraceEnabled (Pathname); in AcpiExStartTraceMethod()
264 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStartTraceMethod()
267 if (Pathname) in AcpiExStartTraceMethod()
269 ACPI_FREE (Pathname); in AcpiExStartTraceMethod()
295 char *Pathname = NULL; in AcpiExStopTraceMethod() local
304 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod()
312 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStopTraceMethod()
331 if (Pathname) in AcpiExStopTraceMethod()
333 ACPI_FREE (Pathname); in AcpiExStopTraceMethod()