Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasllookup.c255 sprintf (MsgBuffer, "Local%u", i); in LkIsObjectUsed()
257 MethodLocals[i].Op, MsgBuffer); in LkIsObjectUsed()
274 sprintf (MsgBuffer, "Arg%u", i); in LkIsObjectUsed()
276 MethodArgs[i].Op, MsgBuffer); in LkIsObjectUsed()
289 sprintf (MsgBuffer, "Arg%u", i); in LkIsObjectUsed()
291 MethodArgs[i].Op, MsgBuffer); in LkIsObjectUsed()
339 sprintf (MsgBuffer, "Name [%4.4s] is within a method [%4.4s]", in LkIsObjectUsed()
342 LkGetNameOp (Node->Op), MsgBuffer); in LkIsObjectUsed()
H A Daslpredef.c228 MsgBuffer); in ApCheckForPredefinedMethod()
247 sprintf (MsgBuffer, "%4.4s requires %u", in ApCheckForPredefinedMethod()
253 MsgBuffer); in ApCheckForPredefinedMethod()
259 MsgBuffer); in ApCheckForPredefinedMethod()
273 sprintf (MsgBuffer, "%s required for %4.4s", in ApCheckForPredefinedMethod()
277 MsgBuffer); in ApCheckForPredefinedMethod()
811 sprintf (MsgBuffer, "%4.4s: found %s, %s required", in ApCheckObjectType()
816 sprintf (MsgBuffer, "%4.4s: found %s at index %u, %s required", in ApCheckObjectType()
856 AcpiUtDisplayPredefinedMethod (MsgBuffer, ThisName, FALSE); in ApDisplayReservedNames()
872 NumTypes = AcpiUtGetResourceBitWidth (MsgBuffer, in ApDisplayReservedNames()
[all …]
H A Ddtfield.c283 sprintf (MsgBuffer, "Maximum %u characters", ByteLength); in DtCompileString()
284 DtError (ASL_ERROR, ASL_MSG_STRING_LENGTH, Field, MsgBuffer); in DtCompileString()
363 sprintf (MsgBuffer, "%s", Field->Value); in DtCompileUuid()
364 DtNameError (ASL_ERROR, ASL_MSG_INVALID_UUID, Field, MsgBuffer); in DtCompileUuid()
465 sprintf (MsgBuffer, "%8.8X%8.8X - max %u bytes", in DtCompileInteger()
467 DtError (ASL_ERROR, ASL_MSG_INTEGER_SIZE, Field, MsgBuffer); in DtCompileInteger()
715 sprintf (MsgBuffer, "Maximum %u bit", BitLength); in DtCompileFlag()
716 DtError (ASL_ERROR, ASL_MSG_FLAG_VALUE, Field, MsgBuffer); in DtCompileFlag()
H A Daslsupport.l483 sprintf (MsgBuffer, "Max %u", Gbl_LineBufferSize); in AslInsertLineBuffer()
487 Gbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
576 char *StringBuffer = MsgBuffer; in AslDoComment()
577 char *EndBuffer = MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoComment()
694 char *StringBuffer = MsgBuffer; in AslDoCommentType2()
695 char *EndBuffer = MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoCommentType2()
770 char *StringBuffer = MsgBuffer; in AslDoStringLiteral()
771 char *EndBuffer = MsgBuffer + ASL_MSG_BUFFER_SIZE; in AslDoStringLiteral()
1012 CleanString = UtLocalCacheCalloc (strlen (MsgBuffer) + 1); in AslDoStringLiteral()
1013 strcpy (CleanString, MsgBuffer); in AslDoStringLiteral()
H A Daslprepkg.c420 sprintf (MsgBuffer, "%4.4s: Package length, %d, must be even.", in ApCheckPackage()
424 ParentOp->Asl.Child, MsgBuffer); in ApCheckPackage()
541 AslError (ASL_ERROR, ASL_MSG_RESERVED_OPERAND_TYPE, Op, MsgBuffer); in ApCustomPackage()
920 sprintf (MsgBuffer, "%s: length %u, required minimum is %u", in ApPackageTooSmall()
923 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer); in ApPackageTooSmall()
949 sprintf (MsgBuffer, "%s: length is zero", PredefinedName); in ApZeroLengthPackage()
951 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer); in ApZeroLengthPackage()
978 sprintf (MsgBuffer, "%s: length is %u, only %u required", in ApPackageTooLarge()
981 AslError (ASL_REMARK, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer); in ApPackageTooLarge()
H A Ddtcompile.c407 sprintf (MsgBuffer, "Expected \"%s\"", "Signature"); in DtCompileDataTable()
409 *FieldList, MsgBuffer); in DtCompileDataTable()
615 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtCompileTable()
617 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtCompileTable()
699 sprintf (MsgBuffer, "Invalid DMT opcode: 0x%.2X", in DtCompileTable()
701 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtCompileTable()
H A Dasloffset.c248 FlPrintFile (FileId, "%s NO CHILD!\n", MsgBuffer); in LsAmlOffsetWalk()
481 strcpy (MsgBuffer, "\""); in LsEmitOffsetTableEntry()
482 strcat (MsgBuffer, &((char *) TargetPath.Pointer)[1]); in LsEmitOffsetTableEntry()
483 strcat (MsgBuffer, "\","); in LsEmitOffsetTableEntry()
492 MsgBuffer, ParentOpcode, NamepathOffset, AmlOpcode, in LsEmitOffsetTableEntry()
H A Ddtutils.c643 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
644 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetFieldLength()
675 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
676 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetFieldLength()
H A Daslxref.c884 sprintf (MsgBuffer, in XfNamespaceLocateBegin()
889 AslError (ASL_WARNING, Message, Op, MsgBuffer); in XfNamespaceLocateBegin()
955 sprintf (MsgBuffer, "%s is a %s", in XfNamespaceLocateBegin()
958 AslError (ASL_ERROR, ASL_MSG_NOT_METHOD, Op, MsgBuffer); in XfNamespaceLocateBegin()
996 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, in XfNamespaceLocateBegin()
1001 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_LO, Op, MsgBuffer); in XfNamespaceLocateBegin()
1005 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_HI, Op, MsgBuffer); in XfNamespaceLocateBegin()
H A Daslload.c780 sprintf (MsgBuffer, "%s [%s], changing type to [Scope]", in LdNamespace1Begin()
782 AslError (ASL_REMARK, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer); in LdNamespace1Begin()
799 sprintf (MsgBuffer, "%s [%s]", Op->Asl.ExternalName, in LdNamespace1Begin()
801 AslError (ASL_ERROR, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer); in LdNamespace1Begin()
902 sprintf (MsgBuffer, "%s [%s]", Op->Asl.ExternalName, in LdNamespace1Begin()
904 AslError (ASL_ERROR, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer); in LdNamespace1Begin()
H A Ddtsubtable.c458 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtGetSubtableLength()
460 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer); in DtGetSubtableLength()
H A Daslfileio.c179 sprintf (MsgBuffer, "\"%s\" (%s) - %s", Gbl_Files[FileId].Filename, in FlFileError()
182 AslCommonError (ASL_ERROR, ErrorId, 0, 0, 0, 0, NULL, MsgBuffer); in FlFileError()
H A Dcvcompiler.c196 CommentString = UtLocalCacheCalloc (strlen (MsgBuffer) + 1); in CvProcessComment()
197 strcpy (CommentString, MsgBuffer); in CvProcessComment()
316 CommentString = UtLocalCacheCalloc (strlen (MsgBuffer) + 1); in CvProcessCommentType2()
317 strcpy (CommentString, MsgBuffer); in CvProcessCommentType2()
H A Dcvdisasm.c525 sprintf (MsgBuffer, "\"Cannot find %s\" - %s", in CvSwitchFiles()
528 NULL, MsgBuffer); in CvSwitchFiles()
H A Daslutils.c673 sprintf (MsgBuffer, "0x%X, allowable: 0x%X-0x%X", in UtCheckIntegerRange()
676 AslError (ASL_ERROR, ASL_MSG_RANGE, Op, MsgBuffer); in UtCheckIntegerRange()
H A Daslanalyze.c466 sprintf (MsgBuffer, in AnCheckMethodReturnValue()
470 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ArgOp, MsgBuffer); in AnCheckMethodReturnValue()
H A Daslerror.c1379 sprintf (MsgBuffer, "%s %s", AcpiFormatException (Status), ExtraMessage); in AslCoreSubsystemError()
1388 Op->Asl.Filename, MsgBuffer); in AslCoreSubsystemError()
1393 0, 0, 0, 0, NULL, MsgBuffer); in AslCoreSubsystemError()
H A Daslcompiler.l840 sprintf (MsgBuffer,
846 sprintf (MsgBuffer,
850 AslCompilererror (MsgBuffer);}
H A Dcvparser.c641 sprintf (MsgBuffer, "\"%s\" - %s", Filename, strerror (errno)); in CvAddToFileTree()
643 NULL, MsgBuffer); in CvAddToFileTree()
H A Daslfiles.c561 sprintf (MsgBuffer, "%s, %s", Op->Asl.Value.String, strerror (errno)); in FlOpenIncludeFile()
562 AslError (ASL_ERROR, ASL_MSG_INCLUDE_FILE_OPEN, Op, MsgBuffer); in FlOpenIncludeFile()
H A Daslmethod.c252 sprintf (MsgBuffer, in MtMethodAnalysisWalkBegin()
256 MsgBuffer); in MtMethodAnalysisWalkBegin()
H A Ddttable2.c2277 sprintf (MsgBuffer, "Generic data type \"%s\" not found", in DtCompileGeneric()
2280 (*PFieldList), MsgBuffer); in DtCompileGeneric()
2302 sprintf (MsgBuffer, "Generic data type \"%s\" not found", in DtCompileGeneric()
2305 (*PFieldList), MsgBuffer); in DtCompileGeneric()
H A Daslwalks.c622 sprintf (MsgBuffer, "[%s] found, %s operator requires [%s]", in AnOperandTypecheckWalkEnd()
626 ArgOp, MsgBuffer); in AnOperandTypecheckWalkEnd()
H A Daslglobal.h441 ASL_EXTERN char MsgBuffer[ASL_MSG_BUFFER_SIZE]; variable
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtable.c1235 (void) AuConvertUuidToString ((char *) Target, MsgBuffer); in AcpiDmDumpTable()
1237 AcpiOsPrintf ("%s\n", MsgBuffer); in AcpiDmDumpTable()

12