Home
last modified time | relevance | path

Searched refs:MsgBuffer (Results 1 – 22 of 22) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Dasllookup.c147 sprintf (MsgBuffer, "Local%u", i); in LkIsObjectUsed()
149 MethodLocals[i].Op, MsgBuffer); in LkIsObjectUsed()
166 sprintf (MsgBuffer, "Arg%u", i); in LkIsObjectUsed()
168 MethodArgs[i].Op, MsgBuffer); in LkIsObjectUsed()
181 sprintf (MsgBuffer, "Arg%u", i); in LkIsObjectUsed()
183 MethodArgs[i].Op, MsgBuffer); in LkIsObjectUsed()
230 sprintf (MsgBuffer, "Name is within method [%4.4s]", in LkIsObjectUsed()
233 LkGetNameOp (Node->Op), MsgBuffer); in LkIsObjectUsed()
A Daslpredef.c120 MsgBuffer); in ApCheckForPredefinedMethod()
139 sprintf (MsgBuffer, "%4.4s requires %u", in ApCheckForPredefinedMethod()
145 MsgBuffer); in ApCheckForPredefinedMethod()
151 MsgBuffer); in ApCheckForPredefinedMethod()
165 sprintf (MsgBuffer, "%s required for %4.4s", in ApCheckForPredefinedMethod()
169 MsgBuffer); in ApCheckForPredefinedMethod()
703 sprintf (MsgBuffer, "%4.4s: found %s, %s required", in ApCheckObjectType()
708 sprintf (MsgBuffer, "%4.4s: found %s at index %u, %s required", in ApCheckObjectType()
748 AcpiUtDisplayPredefinedMethod (MsgBuffer, ThisName, FALSE); in ApDisplayReservedNames()
764 NumTypes = AcpiUtGetResourceBitWidth (MsgBuffer, in ApDisplayReservedNames()
[all …]
A Ddtfield.c176 sprintf (MsgBuffer, "Maximum %u characters", ByteLength); in DtCompileString()
177 DtError (ASL_ERROR, ASL_MSG_STRING_LENGTH, Field, MsgBuffer); in DtCompileString()
256 sprintf (MsgBuffer, "%s", Field->Value); in DtCompileUuid()
257 DtNameError (ASL_ERROR, ASL_MSG_INVALID_UUID, Field, MsgBuffer); in DtCompileUuid()
358 sprintf (MsgBuffer, "%8.8X%8.8X - max %u bytes", in DtCompileInteger()
360 DtError (ASL_ERROR, ASL_MSG_INTEGER_SIZE, Field, MsgBuffer); in DtCompileInteger()
485 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, MsgBuffer); in DtCompileBuffer()
581 sprintf (MsgBuffer, "Maximum %u bit", BitLength); in DtCompileFlag()
582 DtError (ASL_ERROR, ASL_MSG_FLAG_VALUE, Field, MsgBuffer); in DtCompileFlag()
A Daslprepkg.c302 sprintf (MsgBuffer, "%4.4s: Package length, %d, must be even.", in ApCheckPackage()
306 ParentOp->Asl.Child, MsgBuffer); in ApCheckPackage()
718 sprintf (MsgBuffer, "%s: length %u, required minimum is %u", in ApPackageTooSmall()
721 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer); in ApPackageTooSmall()
747 sprintf (MsgBuffer, "%s: length is zero", PredefinedName); in ApZeroLengthPackage()
749 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer); in ApZeroLengthPackage()
776 sprintf (MsgBuffer, "%s: length is %u, only %u required", in ApPackageTooLarge()
779 AslError (ASL_REMARK, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer); in ApPackageTooLarge()
A Daslsupport.l380 sprintf (MsgBuffer, "Max %u", Gbl_LineBufferSize); in AslInsertLineBuffer()
384 Gbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
586 char *StringBuffer = MsgBuffer; in AslDoStringLiteral()
587 char *EndBuffer = MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoStringLiteral()
828 CleanString = UtStringCacheCalloc (strlen (MsgBuffer) + 1); in AslDoStringLiteral()
838 strcpy (CleanString, MsgBuffer); in AslDoStringLiteral()
A Dasloffset.c140 FlPrintFile (FileId, "%s NO CHILD!\n", MsgBuffer); in LsAmlOffsetWalk()
374 strcpy (MsgBuffer, "\""); in LsEmitOffsetTableEntry()
375 strcat (MsgBuffer, &((char *) TargetPath.Pointer)[1]); in LsEmitOffsetTableEntry()
376 strcat (MsgBuffer, "\","); in LsEmitOffsetTableEntry()
385 MsgBuffer, ParentOpcode, NamepathOffset, AmlOpcode, in LsEmitOffsetTableEntry()
A Ddtcompile.c299 sprintf (MsgBuffer, "Expected \"%s\"", "Signature"); in DtCompileDataTable()
301 *FieldList, MsgBuffer); in DtCompileDataTable()
498 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtCompileTable()
500 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtCompileTable()
582 sprintf (MsgBuffer, "Invalid DMT opcode: 0x%.2X", in DtCompileTable()
584 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtCompileTable()
A Ddtsubtable.c351 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtGetSubtableLength()
353 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetSubtableLength()
A Ddtutils.c576 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
577 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetFieldLength()
608 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
609 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetFieldLength()
A Daslxref.c782 sprintf (MsgBuffer, in XfNamespaceLocateBegin()
787 AslError (ASL_WARNING, Message, Op, MsgBuffer); in XfNamespaceLocateBegin()
851 sprintf (MsgBuffer, "%s is a %s", in XfNamespaceLocateBegin()
854 AslError (ASL_ERROR, ASL_MSG_NOT_METHOD, Op, MsgBuffer); in XfNamespaceLocateBegin()
891 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, in XfNamespaceLocateBegin()
896 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_LO, Op, MsgBuffer); in XfNamespaceLocateBegin()
900 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_HI, Op, MsgBuffer); in XfNamespaceLocateBegin()
A Daslfileio.c71 sprintf (MsgBuffer, "\"%s\" (%s) - %s", Gbl_Files[FileId].Filename, in FlFileError()
74 AslCommonError (ASL_ERROR, ErrorId, 0, 0, 0, 0, NULL, MsgBuffer); in FlFileError()
A Daslerror.c881 sprintf (MsgBuffer, "%s %s", AcpiFormatException (Status), ExtraMessage); in AslCoreSubsystemError()
890 Op->Asl.Filename, MsgBuffer); in AslCoreSubsystemError()
895 0, 0, 0, 0, NULL, MsgBuffer); in AslCoreSubsystemError()
A Daslload.c593 sprintf (MsgBuffer, "%s [%s], changing type to [Scope]", in LdNamespace1Begin()
595 AslError (ASL_REMARK, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer); in LdNamespace1Begin()
612 sprintf (MsgBuffer, "%s [%s]", Op->Asl.ExternalName, in LdNamespace1Begin()
614 AslError (ASL_ERROR, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer); in LdNamespace1Begin()
A Daslanalyze.c343 sprintf (MsgBuffer, in AnCheckMethodReturnValue()
347 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ArgOp, MsgBuffer); in AnCheckMethodReturnValue()
A Daslcompiler.l717 sprintf (MsgBuffer,
723 sprintf (MsgBuffer,
727 AslCompilererror (MsgBuffer);}
A Daslfiles.c454 sprintf (MsgBuffer, "%s, %s", Op->Asl.Value.String, strerror (errno)); in FlOpenIncludeFile()
455 AslError (ASL_ERROR, ASL_MSG_INCLUDE_FILE_OPEN, Op, MsgBuffer); in FlOpenIncludeFile()
A Ddttable2.c1652 sprintf (MsgBuffer, "Generic data type \"%s\" not found", in DtCompileGeneric()
1655 (*PFieldList), MsgBuffer); in DtCompileGeneric()
1677 sprintf (MsgBuffer, "Generic data type \"%s\" not found", in DtCompileGeneric()
1680 (*PFieldList), MsgBuffer); in DtCompileGeneric()
A Daslmethod.c137 sprintf (MsgBuffer, in MtMethodAnalysisWalkBegin()
141 MsgBuffer); in MtMethodAnalysisWalkBegin()
A Daslutils.c580 sprintf (MsgBuffer, "0x%X, allowable: 0x%X-0x%X", in UtCheckIntegerRange()
583 AslError (ASL_ERROR, ASL_MSG_RANGE, Op, MsgBuffer); in UtCheckIntegerRange()
A Daslwalks.c511 sprintf (MsgBuffer, "[%s] found, %s operator requires [%s]", in AnOperandTypecheckWalkEnd()
515 ArgOp, MsgBuffer); in AnOperandTypecheckWalkEnd()
A Daslglobal.h279 ASL_EXTERN char MsgBuffer[ASL_MSG_BUFFER_SIZE]; variable
/third_party/lib/acpica/source/common/
A Ddmtable.c1041 (void) AuConvertUuidToString ((char *) Target, MsgBuffer); in AcpiDmDumpTable()
1043 AcpiOsPrintf ("%s\n", MsgBuffer); in AcpiDmDumpTable()

Completed in 37 milliseconds