Home
last modified time | relevance | path

Searched refs:Pathname (Results 1 – 25 of 41) sorted by relevance

12

/third_party/lib/acpica/source/tools/acpidump/
A Dapfiles.c52 char *Pathname);
69 char *Pathname) in ApIsExistingFile() argument
75 if (!stat (Pathname, &StatInfo)) in ApIsExistingFile()
105 char *Pathname) in ApOpenOutputFile() argument
112 if (ApIsExistingFile (Pathname) != 0) in ApOpenOutputFile()
119 File = AcpiOsOpenFile (Pathname, ACPI_FILE_WRITING); in ApOpenOutputFile()
122 AcpiLogError ("Could not open output file: %s\n", Pathname); in ApOpenOutputFile()
129 Gbl_OutputFilename = Pathname; in ApOpenOutputFile()
236 char *Pathname, in ApGetTableFromFile() argument
260 "Could not get input file size: %s\n", Pathname); in ApGetTableFromFile()
[all …]
A Dacpidump.h113 char *Pathname);
145 char *Pathname);
154 char *Pathname,
A Dapdump.c452 char *Pathname) in ApDumpTableFromFile() argument
461 Table = ApGetTableFromFile (Pathname, &FileSize); in ApDumpTableFromFile()
473 Table->Length, FileSize, Pathname); in ApDumpTableFromFile()
481 Pathname, Table->Signature, FileSize, FileSize); in ApDumpTableFromFile()
/third_party/lib/acpica/source/components/executer/
A Dextrace.c185 char *Pathname) in AcpiExTracePoint() argument
191 if (Pathname) in AcpiExTracePoint()
196 Aml, Pathname)); in AcpiExTracePoint()
230 char *Pathname = NULL; in AcpiExStartTraceMethod() local
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
359 if (Pathname) in AcpiExStopTraceMethod()
[all …]
/third_party/lib/acpica/source/components/utilities/
A Dutxfmutex.c58 ACPI_STRING Pathname,
81 ACPI_STRING Pathname, in AcpiUtGetMutexObject() argument
91 if (!RetObj || (!Handle && !Pathname)) in AcpiUtGetMutexObject()
99 if (Pathname != NULL) in AcpiUtGetMutexObject()
102 Handle, Pathname, ACPI_CAST_PTR (ACPI_HANDLE, &MutexNode)); in AcpiUtGetMutexObject()
151 ACPI_STRING Pathname, in AcpiAcquireMutex() argument
160 Status = AcpiUtGetMutexObject (Handle, Pathname, &MutexObj); in AcpiAcquireMutex()
193 ACPI_STRING Pathname) in AcpiReleaseMutex() argument
201 Status = AcpiUtGetMutexObject (Handle, Pathname, &MutexObj); in AcpiReleaseMutex()
A Dutstring.c339 char *Pathname) in UtConvertBackslashes() argument
342 if (!Pathname) in UtConvertBackslashes()
347 while (*Pathname) in UtConvertBackslashes()
349 if (*Pathname == '\\') in UtConvertBackslashes()
351 *Pathname = '/'; in UtConvertBackslashes()
354 Pathname++; in UtConvertBackslashes()
A Duterror.c82 char *Pathname, in AcpiUtPredefinedWarning() argument
99 AcpiOsPrintf (ACPI_MSG_WARNING "%s: ", Pathname); in AcpiUtPredefinedWarning()
131 char *Pathname, in AcpiUtPredefinedInfo() argument
148 AcpiOsPrintf (ACPI_MSG_INFO "%s: ", Pathname); in AcpiUtPredefinedInfo()
180 char *Pathname, in AcpiUtPredefinedBiosError() argument
197 AcpiOsPrintf (ACPI_MSG_BIOS_ERROR "%s: ", Pathname); in AcpiUtPredefinedBiosError()
A Dutaddress.c228 char *Pathname; in AcpiUtCheckAddressRange() local
266 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); in AcpiUtCheckAddressRange()
275 Pathname)); in AcpiUtCheckAddressRange()
276 ACPI_FREE (Pathname); in AcpiUtCheckAddressRange()
A Dutdebug.c660 char *Pathname) in AcpiTracePoint() argument
665 AcpiExTracePoint (Type, Begin, Aml, Pathname); in AcpiTracePoint()
668 AcpiOsTracePoint (Type, Begin, Aml, Pathname); in AcpiTracePoint()
/third_party/lib/acpica/source/components/namespace/
A Dnsarguments.c125 char *Pathname, in AcpiNsCheckAcpiCompliance() argument
153 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckAcpiCompliance()
161 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckAcpiCompliance()
184 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckAcpiCompliance()
192 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckAcpiCompliance()
218 char *Pathname, in AcpiNsCheckArgumentCount() argument
237 ACPI_INFO_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckArgumentCount()
261 ACPI_WARN_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckArgumentCount()
268 ACPI_INFO_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckArgumentCount()
292 ACPI_WARN_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in AcpiNsCheckArgumentCount()
[all …]
A Dnsxfeval.c87 ACPI_STRING Pathname, in AcpiEvaluateObjectTyped() argument
113 Status = AcpiEvaluateObject (Handle, Pathname, in AcpiEvaluateObjectTyped()
192 ACPI_STRING Pathname, in ACPI_EXPORT_SYMBOL()
230 if ((Pathname) && in ACPI_EXPORT_SYMBOL()
231 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
244 if (!Pathname) in ACPI_EXPORT_SYMBOL()
252 "Null Handle with relative pathname [%s]", Pathname)); in ACPI_EXPORT_SYMBOL()
259 Info->RelativePathname = Pathname; in ACPI_EXPORT_SYMBOL()
273 ACPI_WARN_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, in ACPI_EXPORT_SYMBOL()
A Dnsutils.c797 const char *Pathname, in AcpiNsGetNode() argument
806 ACPI_FUNCTION_TRACE_PTR (NsGetNode, ACPI_CAST_PTR (char, Pathname)); in AcpiNsGetNode()
811 if (!Pathname) in AcpiNsGetNode()
824 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1])) in AcpiNsGetNode()
832 Status = AcpiNsInternalizeName (Pathname, &InternalPath); in AcpiNsGetNode()
858 Pathname, AcpiFormatException (Status))); in AcpiNsGetNode()
A Dnsdump.c102 char *Pathname) in AcpiNsPrintPathname() argument
125 isprint ((int) Pathname[i]) ? in AcpiNsPrintPathname()
126 AcpiOsPrintf ("%c", Pathname[i]) : in AcpiNsPrintPathname()
130 Pathname += ACPI_NAME_SIZE; in AcpiNsPrintPathname()
744 char *Pathname; in AcpiNsDumpOneObjectPath() local
762 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiNsDumpOneObjectPath()
774 AcpiOsPrintf ("%s\n", &Pathname[1]); in AcpiNsDumpOneObjectPath()
775 ACPI_FREE (Pathname); in AcpiNsDumpOneObjectPath()
A Dnsxfname.c87 ACPI_STRING Pathname, in AcpiGetHandle() argument
100 if (!RetHandle || !Pathname) in AcpiGetHandle()
123 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
129 if (!strcmp (Pathname, ACPI_NS_ROOT_PATH)) in AcpiGetHandle()
144 Status = AcpiNsGetNode (PrefixNode, Pathname, ACPI_NS_NO_UPSEARCH, &Node); in AcpiGetHandle()
A Dnsaccess.c293 char *Pathname, in AcpiNsLookup() argument
301 char *Path = Pathname; in AcpiNsLookup()
376 if (!Pathname) in AcpiNsLookup()
452 "- reached beyond root node", Pathname)); in AcpiNsLookup()
/third_party/lib/acpica/source/compiler/
A Daslfiles.c205 char *Pathname; in FlMergePathnames() local
264 Pathname = UtStringCacheCalloc ( in FlMergePathnames()
268 strcpy (Pathname, CommonPath); in FlMergePathnames()
269 strcat (Pathname, "/"); in FlMergePathnames()
271 strcat (Pathname, FilePathname); in FlMergePathnames()
276 UtConvertBackslashes (Pathname); in FlMergePathnames()
279 Pathname); in FlMergePathnames()
280 return (Pathname); in FlMergePathnames()
305 char *Pathname; in FlOpenIncludeWithPrefix() local
314 Pathname); in FlOpenIncludeWithPrefix()
[all …]
A Dprutils.c336 char *Pathname; in PrOpenIncludeWithPrefix() local
341 Pathname = FlMergePathnames (PrefixDir, Filename); in PrOpenIncludeWithPrefix()
345 Gbl_CurrentLineNumber, Pathname); in PrOpenIncludeWithPrefix()
349 IncludeFile = fopen (Pathname, OpenMode); in PrOpenIncludeWithPrefix()
352 fprintf (stderr, "Could not open include file %s\n", Pathname); in PrOpenIncludeWithPrefix()
358 PrPushInputFileStack (IncludeFile, Pathname); in PrOpenIncludeWithPrefix()
359 *FullPathname = Pathname; in PrOpenIncludeWithPrefix()
A Dasllisting.c339 char *Pathname; in LsWriteNodeToListing() local
572 Pathname = AcpiNsGetExternalPathname (Op->Asl.Node); in LsWriteNodeToListing()
573 Length = strlen (Pathname); in LsWriteNodeToListing()
580 if (Pathname[i] == '.') in LsWriteNodeToListing()
582 Pathname[i] = '_'; in LsWriteNodeToListing()
594 Gbl_TableSignature, Gbl_TableId, &Pathname[1]); in LsWriteNodeToListing()
601 Gbl_TableSignature, Gbl_TableId, &Pathname[1]); in LsWriteNodeToListing()
608 Gbl_TableSignature, Gbl_TableId, &Pathname[1]); in LsWriteNodeToListing()
615 Gbl_TableSignature, Gbl_TableId, &Pathname[1]); in LsWriteNodeToListing()
623 ACPI_FREE (Pathname); in LsWriteNodeToListing()
A Dprscan.c98 char *Pathname,
103 char *Pathname);
1190 char *Pathname) in PrDoIncludeFile() argument
1195 (void) PrOpenIncludeFile (Pathname, "r", &FullPathname); in PrDoIncludeFile()
1216 char *Pathname, in PrDoIncludeBuffer() argument
1225 BinaryBufferFile = PrOpenIncludeFile (Pathname, "rb", &FullPathname); in PrDoIncludeBuffer()
/third_party/lib/acpica/source/components/debugger/
A Ddbexec.c201 Status = AcpiEvaluateObject (NULL, Info->Pathname, in AcpiDbExecuteMethod()
210 "while executing %s from debugger", Info->Pathname)); in AcpiDbExecuteMethod()
251 Info->Pathname[0] = 0; in AcpiDbExecuteSetup()
255 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), in AcpiDbExecuteSetup()
263 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), in AcpiDbExecuteSetup()
270 AcpiDbPrepNamestring (Info->Pathname); in AcpiDbExecuteSetup()
273 AcpiOsPrintf ("Evaluating %s\n", Info->Pathname); in AcpiDbExecuteSetup()
504 Allocations, AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()
511 AcpiGbl_DbMethodInfo.Pathname, in AcpiDbExecute()
540 AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()
[all …]
A Ddbnames.c492 char *Pathname; in AcpiDbWalkForPredefinedNames() local
502 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbWalkForPredefinedNames()
503 if (!Pathname) in AcpiDbWalkForPredefinedNames()
518 AcpiOsPrintf ("%-32s Arguments %X, Return Types: %s", Pathname, in AcpiDbWalkForPredefinedNames()
533 AcpiNsCheckAcpiCompliance (Pathname, Node, Predefined); in AcpiDbWalkForPredefinedNames()
535 ACPI_FREE (Pathname); in AcpiDbWalkForPredefinedNames()
A Ddbtest.c1010 char *Pathname; in AcpiDbEvaluateOnePredefinedName() local
1037 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbEvaluateOnePredefinedName()
1038 if (!Pathname) in AcpiDbEvaluateOnePredefinedName()
1048 ACPI_FREE (Pathname); in AcpiDbEvaluateOnePredefinedName()
1103 Pathname, ArgType); in AcpiDbEvaluateOnePredefinedName()
1125 Pathname, AcpiFormatException (Status)); in AcpiDbEvaluateOnePredefinedName()
1127 ACPI_FREE (Pathname); in AcpiDbEvaluateOnePredefinedName()
/third_party/lib/acpica/source/tools/acpiexec/
A Daeinitfile.c55 char *Pathname,
180 char *Pathname, in AeDoOneOverride() argument
190 AcpiOsPrintf ("Value Override: %s, ", Pathname); in AeDoOneOverride()
196 Status = AcpiGetHandle (NULL, Pathname, &Handle); in AeDoOneOverride()
/third_party/lib/acpica/source/tools/acpisrc/
A Dasfile.c551 char *Pathname; in AsProcessOneFile() local
557 Pathname = calloc (MaxPathLength + strlen (Filename) + 2, 1); in AsProcessOneFile()
558 if (!Pathname) in AsProcessOneFile()
570 strcpy (Pathname, SourcePath); in AsProcessOneFile()
571 strcat (Pathname, "/"); in AsProcessOneFile()
574 strcat (Pathname, Filename); in AsProcessOneFile()
576 if (AsGetFile (Pathname, &Gbl_FileBuffer, &Gbl_FileSize)) in AsProcessOneFile()
636 free (Pathname); in AsProcessOneFile()
800 char *Pathname, in AsPutFile() argument
819 File = fopen (Pathname, "w+b"); in AsPutFile()
[all …]
/third_party/lib/acpica/source/common/
A Ddmrestag.c606 char *Pathname; in AcpiGetTagPathname() local
659 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); in AcpiGetTagPathname()
660 if (!Pathname) in AcpiGetTagPathname()
665 (void) AcpiNsBuildNormalizedPath (BufferNode, Pathname, in AcpiGetTagPathname()
678 Pathname[strlen (Pathname) - ACPI_NAME_SIZE] = 0; in AcpiGetTagPathname()
679 strncat (Pathname, ResourceNode->Name.Ascii, ACPI_NAME_SIZE); in AcpiGetTagPathname()
680 strcat (Pathname, "."); in AcpiGetTagPathname()
681 strncat (Pathname, Tag, ACPI_NAME_SIZE); in AcpiGetTagPathname()
685 AcpiNsInternalizeName (Pathname, &InternalPath); in AcpiGetTagPathname()
686 ACPI_FREE (Pathname); in AcpiGetTagPathname()

Completed in 32 milliseconds

12