Home
last modified time | relevance | path

Searched refs:AslGbl_MsgBuffer (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslpredef.c228 AslGbl_MsgBuffer); in ApCheckForPredefinedMethod()
247 sprintf (AslGbl_MsgBuffer, "%4.4s requires %u", in ApCheckForPredefinedMethod()
253 AslGbl_MsgBuffer); in ApCheckForPredefinedMethod()
259 AslGbl_MsgBuffer); in ApCheckForPredefinedMethod()
273 sprintf (AslGbl_MsgBuffer, "%s required for %4.4s", in ApCheckForPredefinedMethod()
277 AslGbl_MsgBuffer); in ApCheckForPredefinedMethod()
811 sprintf (AslGbl_MsgBuffer, "%4.4s: found %s, %s required", in ApCheckObjectType()
816 sprintf (AslGbl_MsgBuffer, "%4.4s: found %s at index %u, %s required", in ApCheckObjectType()
856 AcpiUtDisplayPredefinedMethod (AslGbl_MsgBuffer, ThisName, FALSE); in ApDisplayReservedNames()
872 NumTypes = AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer, in ApDisplayReservedNames()
[all …]
H A Dasllookup.c255 sprintf (AslGbl_MsgBuffer, "Local%u", i); in LkIsObjectUsed()
257 MethodLocals[i].Op, AslGbl_MsgBuffer); in LkIsObjectUsed()
274 sprintf (AslGbl_MsgBuffer, "Arg%u", i); in LkIsObjectUsed()
276 MethodArgs[i].Op, AslGbl_MsgBuffer); in LkIsObjectUsed()
289 sprintf (AslGbl_MsgBuffer, "Arg%u", i); in LkIsObjectUsed()
291 MethodArgs[i].Op, AslGbl_MsgBuffer); in LkIsObjectUsed()
339 sprintf (AslGbl_MsgBuffer, "Name [%4.4s] is within a method [%4.4s]", in LkIsObjectUsed()
342 LkGetNameOp (Node->Op), AslGbl_MsgBuffer); in LkIsObjectUsed()
H A Ddtfield.c283 sprintf (AslGbl_MsgBuffer, in DtCompileString()
286 DtError (ASL_ERROR, ASL_MSG_STRING_LENGTH, Field, AslGbl_MsgBuffer); in DtCompileString()
365 sprintf (AslGbl_MsgBuffer, "%s", Field->Value); in DtCompileUuid()
366 DtNameError (ASL_ERROR, ASL_MSG_INVALID_UUID, Field, AslGbl_MsgBuffer); in DtCompileUuid()
467 sprintf (AslGbl_MsgBuffer, "%8.8X%8.8X - max %u bytes", in DtCompileInteger()
469 DtError (ASL_ERROR, ASL_MSG_INTEGER_SIZE, Field, AslGbl_MsgBuffer); in DtCompileInteger()
581 sprintf(AslGbl_MsgBuffer, in DtCompileBuffer()
584 DtError (ASL_ERROR, ASL_MSG_BUFFER_LIST, Field, AslGbl_MsgBuffer); in DtCompileBuffer()
725 sprintf (AslGbl_MsgBuffer, "Maximum %u bit", BitLength); in DtCompileFlag()
726 DtError (ASL_ERROR, ASL_MSG_FLAG_VALUE, Field, AslGbl_MsgBuffer); in DtCompileFlag()
H A Daslsupport.l580 char *StringBuffer = AslGbl_MsgBuffer; in AslDoComment()
581 char *EndBuffer = AslGbl_MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoComment()
698 char *StringBuffer = AslGbl_MsgBuffer; in AslDoCommentType2()
699 char *EndBuffer = AslGbl_MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoCommentType2()
774 char *StringBuffer = AslGbl_MsgBuffer; in AslDoStringLiteral()
775 char *EndBuffer = AslGbl_MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoStringLiteral()
1016 CleanString = UtLocalCacheCalloc (strlen (AslGbl_MsgBuffer) + 1); in AslDoStringLiteral()
1017 strcpy (CleanString, AslGbl_MsgBuffer); in AslDoStringLiteral()
H A Ddtcompile.c412 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", "Signature"); in DtCompileDataTable()
414 *FieldList, AslGbl_MsgBuffer); in DtCompileDataTable()
620 sprintf (AslGbl_MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtCompileTable()
622 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer); in DtCompileTable()
639 sprintf (AslGbl_MsgBuffer, "found \"%s\" expected \"%s\"", in DtCompileTable()
641 DtError (ASL_ERROR, ASL_MSG_INVALID_LABEL, LocalField, AslGbl_MsgBuffer); in DtCompileTable()
712 sprintf (AslGbl_MsgBuffer, "Invalid DMT opcode: 0x%.2X", in DtCompileTable()
714 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer); in DtCompileTable()
H A Daslprepkg.c431 sprintf (AslGbl_MsgBuffer, "%4.4s: Package length, %d, must be even.", in ApCheckPackage()
435 ParentOp->Asl.Child, AslGbl_MsgBuffer); in ApCheckPackage()
552 AslError (ASL_ERROR, ASL_MSG_RESERVED_OPERAND_TYPE, Op, AslGbl_MsgBuffer); in ApCustomPackage()
931 sprintf (AslGbl_MsgBuffer, "%4.4s: length %u, required minimum is %u", in ApPackageTooSmall()
934 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, AslGbl_MsgBuffer); in ApPackageTooSmall()
960 sprintf (AslGbl_MsgBuffer, "%4.4s: length is zero", PredefinedName); in ApZeroLengthPackage()
962 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, AslGbl_MsgBuffer); in ApZeroLengthPackage()
989 sprintf (AslGbl_MsgBuffer, "%4.4s: length is %u, only %u required", in ApPackageTooLarge()
992 AslError (ASL_REMARK, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, AslGbl_MsgBuffer); in ApPackageTooLarge()
H A Ddtutils.c675 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
676 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer); in DtGetFieldLength()
691 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
692 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer); in DtGetFieldLength()
724 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
725 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer); in DtGetFieldLength()
H A Dasloffset.c248 FlPrintFile (FileId, "%s NO CHILD!\n", AslGbl_MsgBuffer); in LsAmlOffsetWalk()
481 strcpy (AslGbl_MsgBuffer, "\""); in LsEmitOffsetTableEntry()
482 strcat (AslGbl_MsgBuffer, &((char *) TargetPath.Pointer)[1]); in LsEmitOffsetTableEntry()
483 strcat (AslGbl_MsgBuffer, "\","); in LsEmitOffsetTableEntry()
492 AslGbl_MsgBuffer, ParentOpcode, NamepathOffset, AmlOpcode, in LsEmitOffsetTableEntry()
H A Daslxref.c947 sprintf (AslGbl_MsgBuffer, in XfNamespaceLocateBegin()
952 AslError (ASL_WARNING, Message, Op, AslGbl_MsgBuffer); in XfNamespaceLocateBegin()
1020 sprintf (AslGbl_MsgBuffer, "%s is a %s", in XfNamespaceLocateBegin()
1023 AslError (ASL_ERROR, ASL_MSG_NOT_METHOD, Op, AslGbl_MsgBuffer); in XfNamespaceLocateBegin()
1063 sprintf (AslGbl_MsgBuffer, in XfNamespaceLocateBegin()
1069 sprintf (AslGbl_MsgBuffer, "%s requires %u", Op->Asl.ExternalName, in XfNamespaceLocateBegin()
1075 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_LO, Op, AslGbl_MsgBuffer); in XfNamespaceLocateBegin()
1079 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_HI, Op, AslGbl_MsgBuffer); in XfNamespaceLocateBegin()
1268 sprintf (AslGbl_MsgBuffer, "full path of external object: %s", in XfNamespaceLocateBegin()
1271 ASL_MSG_EXTERNAL_FOUND_HERE, Node->Op, AslGbl_MsgBuffer); in XfNamespaceLocateBegin()
H A Daslexternal.c227 sprintf (AslGbl_MsgBuffer, "Found type [%s]", AcpiUtGetTypeName(ExternType)); in ExDoExternal()
229 AslGbl_MsgBuffer); in ExDoExternal()
241 sprintf (AslGbl_MsgBuffer, "Found type [%s]", AcpiUtGetTypeName(ExternType)); in ExDoExternal()
243 AslGbl_MsgBuffer); in ExDoExternal()
H A Ddtsubtable.c458 sprintf (AslGbl_MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtGetSubtableLength()
460 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer); in DtGetSubtableLength()
H A Dcvcompiler.c196 CommentString = UtLocalCacheCalloc (strlen (AslGbl_MsgBuffer) + 1); in CvProcessComment()
197 strcpy (CommentString, AslGbl_MsgBuffer); in CvProcessComment()
316 CommentString = UtLocalCacheCalloc (strlen (AslGbl_MsgBuffer) + 1); in CvProcessCommentType2()
317 strcpy (CommentString, AslGbl_MsgBuffer); in CvProcessCommentType2()
H A Daslfileio.c179 sprintf (AslGbl_MsgBuffer, "\"%s\" (%s) - %s", AslGbl_Files[FileId].Filename, in FlFileError()
182 AslCommonError (ASL_ERROR, ErrorId, 0, 0, 0, 0, NULL, AslGbl_MsgBuffer); in FlFileError()
H A Daslmethod.c262 sprintf (AslGbl_MsgBuffer, in MtMethodAnalysisWalkBegin()
266 AslGbl_MsgBuffer); in MtMethodAnalysisWalkBegin()
321 sprintf (AslGbl_MsgBuffer, in MtMethodAnalysisWalkBegin()
324 Op->Asl.Child->Asl.Next, AslGbl_MsgBuffer); in MtMethodAnalysisWalkBegin()
H A Dcvdisasm.c525 sprintf (AslGbl_MsgBuffer, "\"Cannot find %s\" - %s", in CvSwitchFiles()
528 NULL, AslGbl_MsgBuffer); in CvSwitchFiles()
H A Daslload.c823 sprintf (AslGbl_MsgBuffer, "%s [%s], changing type to [Scope]", in LdNamespace1Begin()
825 AslError (ASL_REMARK, ASL_MSG_SCOPE_TYPE, Op, AslGbl_MsgBuffer); in LdNamespace1Begin()
842 sprintf (AslGbl_MsgBuffer, "%s [%s]", Op->Asl.ExternalName, in LdNamespace1Begin()
844 AslError (ASL_ERROR, ASL_MSG_SCOPE_TYPE, Op, AslGbl_MsgBuffer); in LdNamespace1Begin()
H A Daslanalyze.c469 sprintf (AslGbl_MsgBuffer, in AnCheckMethodReturnValue()
473 AslError (ASL_WARNING, ASL_MSG_INVALID_TYPE, ArgOp, AslGbl_MsgBuffer); in AnCheckMethodReturnValue()
H A Daslcompiler.l862 sprintf (AslGbl_MsgBuffer,
868 sprintf (AslGbl_MsgBuffer,
872 AslCompilererror (AslGbl_MsgBuffer);}
H A Daslutils.c868 sprintf (AslGbl_MsgBuffer, "0x%X, allowable: 0x%X-0x%X", in UtCheckIntegerRange()
871 AslError (ASL_ERROR, ASL_MSG_RANGE, Op, AslGbl_MsgBuffer); in UtCheckIntegerRange()
H A Dcvparser.c645 sprintf (AslGbl_MsgBuffer, "\"%s\" - %s", Filename, strerror (errno)); in CvAddToFileTree()
647 NULL, AslGbl_MsgBuffer); in CvAddToFileTree()
H A Daslerror.c1607 sprintf (AslGbl_MsgBuffer, "%s %s", AcpiFormatException (Status), ExtraMessage); in AslCoreSubsystemError()
1616 Op->Asl.Filename, AslGbl_MsgBuffer); in AslCoreSubsystemError()
1621 0, 0, 0, 0, NULL, AslGbl_MsgBuffer); in AslCoreSubsystemError()
H A Ddttable2.c2353 sprintf(AslGbl_MsgBuffer, in DtCompileSlit()
2356 DtError (ASL_ERROR, ASL_MSG_ENTRY_LIST, EndOfFieldList, AslGbl_MsgBuffer); in DtCompileSlit()
3203 sprintf (AslGbl_MsgBuffer, "Generic data type \"%s\" not found", in DtCompileGeneric()
3206 (*PFieldList), AslGbl_MsgBuffer); in DtCompileGeneric()
3228 sprintf (AslGbl_MsgBuffer, "Generic data type \"%s\" not found", in DtCompileGeneric()
3231 (*PFieldList), AslGbl_MsgBuffer); in DtCompileGeneric()
H A Daslfiles.c823 sprintf (AslGbl_MsgBuffer, "%s, %s", Op->Asl.Value.String, strerror (errno)); in FlOpenIncludeFile()
824 AslError (ASL_ERROR, ASL_MSG_INCLUDE_FILE_OPEN, Op, AslGbl_MsgBuffer); in FlOpenIncludeFile()
H A Daslwalks.c630 sprintf (AslGbl_MsgBuffer, "[%s] found, %s operator requires [%s]", in AnOperandTypecheckWalkEnd()
634 ArgOp, AslGbl_MsgBuffer); in AnOperandTypecheckWalkEnd()
H A Daslglobal.h452 ASL_EXTERN char AslGbl_MsgBuffer[ASL_MSG_BUFFER_SIZE]; variable

12