| /third_party/lib/acpica/source/compiler/ |
| A D | asllookup.c | 147 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 D | aslpredef.c | 120 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 D | dtfield.c | 176 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 D | aslprepkg.c | 302 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 D | aslsupport.l | 380 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 D | asloffset.c | 140 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 D | dtcompile.c | 299 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 D | dtsubtable.c | 351 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtGetSubtableLength() 353 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetSubtableLength()
|
| A D | dtutils.c | 576 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 D | aslxref.c | 782 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 D | aslfileio.c | 71 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 D | aslerror.c | 881 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 D | aslload.c | 593 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 D | aslanalyze.c | 343 sprintf (MsgBuffer, in AnCheckMethodReturnValue() 347 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ArgOp, MsgBuffer); in AnCheckMethodReturnValue()
|
| A D | aslcompiler.l | 717 sprintf (MsgBuffer, 723 sprintf (MsgBuffer, 727 AslCompilererror (MsgBuffer);}
|
| A D | aslfiles.c | 454 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 D | dttable2.c | 1652 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 D | aslmethod.c | 137 sprintf (MsgBuffer, in MtMethodAnalysisWalkBegin() 141 MsgBuffer); in MtMethodAnalysisWalkBegin()
|
| A D | aslutils.c | 580 sprintf (MsgBuffer, "0x%X, allowable: 0x%X-0x%X", in UtCheckIntegerRange() 583 AslError (ASL_ERROR, ASL_MSG_RANGE, Op, MsgBuffer); in UtCheckIntegerRange()
|
| A D | aslwalks.c | 511 sprintf (MsgBuffer, "[%s] found, %s operator requires [%s]", in AnOperandTypecheckWalkEnd() 515 ArgOp, MsgBuffer); in AnOperandTypecheckWalkEnd()
|
| A D | aslglobal.h | 279 ASL_EXTERN char MsgBuffer[ASL_MSG_BUFFER_SIZE]; variable
|
| /third_party/lib/acpica/source/common/ |
| A D | dmtable.c | 1041 (void) AuConvertUuidToString ((char *) Target, MsgBuffer); in AcpiDmDumpTable() 1043 AcpiOsPrintf ("%s\n", MsgBuffer); in AcpiDmDumpTable()
|