Lines Matching refs:Pathname
185 char *Pathname) in AcpiExTracePoint() argument
191 if (Pathname) in AcpiExTracePoint()
196 Aml, Pathname)); in AcpiExTracePoint()
230 char *Pathname = NULL; in AcpiExStartTraceMethod() local
239 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod()
248 Enabled = AcpiExInterpreterTraceEnabled (Pathname); in AcpiExStartTraceMethod()
274 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStartTraceMethod()
277 if (Pathname) in AcpiExStartTraceMethod()
279 ACPI_FREE (Pathname); in AcpiExStartTraceMethod()
306 char *Pathname = NULL; in AcpiExStopTraceMethod() local
315 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod()
331 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStopTraceMethod()
359 if (Pathname) in AcpiExStopTraceMethod()
361 ACPI_FREE (Pathname); in AcpiExStopTraceMethod()