Lines Matching refs:Pathname

313     Status = AcpiEvaluateObject (NULL, Info->Pathname,  in AcpiDbExecuteMethod()
334 "while executing %s from debugger", Info->Pathname)); in AcpiDbExecuteMethod()
375 Info->Pathname[0] = 0; in AcpiDbExecuteSetup()
379 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), in AcpiDbExecuteSetup()
387 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), in AcpiDbExecuteSetup()
394 AcpiDbPrepNamestring (Info->Pathname); in AcpiDbExecuteSetup()
397 AcpiOsPrintf ("Evaluating %s\n", Info->Pathname); in AcpiDbExecuteSetup()
608 Status = AcpiGetHandle (NULL, AcpiGbl_DbMethodInfo.Pathname, in AcpiDbExecute()
635 Allocations, AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()
642 AcpiGbl_DbMethodInfo.Pathname, in AcpiDbExecute()
654 AcpiGbl_DbMethodInfo.Pathname, ReturnObj.Pointer, in AcpiDbExecute()
671 AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()
744 AcpiFormatException (Status), Info->Pathname, i); in AcpiDbMethodThread()
761 Info->Pathname, ReturnObj.Pointer, in AcpiDbMethodThread()
823 AcpiFormatException (Status), Info->Pathname); in AcpiDbSingleExecutionThread()
833 AcpiGbl_DbMethodInfo.Pathname, ReturnObj.Pointer, in AcpiDbSingleExecutionThread()
894 Status = AcpiGetHandle (NULL, AcpiGbl_DbMethodInfo.Pathname, in AcpiDbCreateExecutionThread()
899 AcpiFormatException (Status), AcpiGbl_DbMethodInfo.Pathname); in AcpiDbCreateExecutionThread()
1047 Status = AcpiGetHandle (NULL, AcpiGbl_DbMethodInfo.Pathname, in AcpiDbCreateExecutionThreads()
1052 AcpiFormatException (Status), AcpiGbl_DbMethodInfo.Pathname); in AcpiDbCreateExecutionThreads()