Searched refs:MsgBuffer (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c117 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, 0);
120 MsgBuffer);
139 sprintf (MsgBuffer, "%4.4s requires %u",
145 MsgBuffer);
151 MsgBuffer);
165 sprintf (MsgBuffer, "%s required for %4.4s",
169 MsgBuffer);
702 sprintf (MsgBuffer, "%4.4s: found %s, %s required",
707 sprintf (MsgBuffer, "%4.4s: found %s at index %u, %s required",
711 AslError (ASL_ERROR, ASL_MSG_RESERVED_OPERAND_TYPE, Op, MsgBuffer);
[all...]
H A Ddtfield.c175 sprintf (MsgBuffer, "Maximum %u characters", ByteLength);
176 DtError (ASL_ERROR, ASL_MSG_STRING_LENGTH, Field, MsgBuffer);
255 sprintf (MsgBuffer, "%s", Field->Value);
256 DtNameError (ASL_ERROR, ASL_MSG_INVALID_UUID, Field, MsgBuffer);
357 sprintf (MsgBuffer, "%8.8X%8.8X - max %u bytes",
359 DtError (ASL_ERROR, ASL_MSG_INTEGER_SIZE, Field, MsgBuffer);
484 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, MsgBuffer);
580 sprintf (MsgBuffer, "Maximum %u bit", BitLength);
581 DtError (ASL_ERROR, ASL_MSG_FLAG_VALUE, Field, MsgBuffer);
H A Dasllookup.c165 sprintf (MsgBuffer, "Name is within method [%4.4s]",
168 LkGetNameOp (Node->Op), MsgBuffer);
H A Dasloffset.c140 FlPrintFile (FileId, "%s NO CHILD!\n", MsgBuffer);
374 strcpy (MsgBuffer, "\"");
375 strcat (MsgBuffer, &((char *) TargetPath.Pointer)[1]);
376 strcat (MsgBuffer, "\",");
385 MsgBuffer, ParentOpcode, NamepathOffset, AmlOpcode,
H A Ddtcompile.c299 sprintf (MsgBuffer, "Expected \"%s\"", "Signature");
301 *FieldList, MsgBuffer);
496 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
498 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer);
580 sprintf (MsgBuffer, "Invalid DMT opcode: 0x%.2X",
582 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer);
H A Daslfileio.c71 sprintf (MsgBuffer, "\"%s\" (%s) - %s", Gbl_Files[FileId].Filename,
73 AslCommonError (ASL_ERROR, ErrorId, 0, 0, 0, 0, NULL, MsgBuffer);
H A Daslprepkg.c301 sprintf (MsgBuffer, "%4.4s: Package length, %d, must be even.",
305 ParentOp->Asl.Child, MsgBuffer);
717 sprintf (MsgBuffer, "%s: length %u, required minimum is %u",
720 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer);
746 sprintf (MsgBuffer, "%s: length is zero", PredefinedName);
748 AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer);
775 sprintf (MsgBuffer, "%s: length is %u, only %u required",
778 AslError (ASL_REMARK, ASL_MSG_RESERVED_PACKAGE_LENGTH, Op, MsgBuffer);
H A Daslsupport.l375 sprintf (MsgBuffer, "Max %u", Gbl_LineBufferSize);
379 Gbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer);
581 char *StringBuffer = MsgBuffer;
582 char *EndBuffer = MsgBuffer + ASL_MSG_BUFFER_SIZE;
823 CleanString = UtStringCacheCalloc (strlen (MsgBuffer) + 1);
833 ACPI_STRCPY (CleanString, MsgBuffer);
H A Ddtsubtable.c351 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
353 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer);
H A Ddtutils.c576 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name);
577 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer);
608 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name);
609 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, MsgBuffer);
H A Daslxref.c783 sprintf (MsgBuffer, "Size mismatch, Tag: %u bit%s, Field: %u bit%s",
787 AslError (ASL_WARNING, Message, Op, MsgBuffer);
851 sprintf (MsgBuffer, "%s is a %s",
854 AslError (ASL_ERROR, ASL_MSG_NOT_METHOD, Op, MsgBuffer);
891 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName,
896 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_LO, Op, MsgBuffer);
900 AslError (ASL_ERROR, ASL_MSG_ARG_COUNT_HI, Op, MsgBuffer);
H A Daslerror.c879 sprintf (MsgBuffer, "%s %s", AcpiFormatException (Status), ExtraMessage);
887 Op->Asl.Filename, MsgBuffer);
892 0, 0, 0, NULL, MsgBuffer);
H A Daslload.c564 sprintf (MsgBuffer, "%s [%s], changing type to [Scope]",
566 AslError (ASL_REMARK, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer);
583 sprintf (MsgBuffer, "%s [%s]", Op->Asl.ExternalName,
585 AslError (ASL_ERROR, ASL_MSG_SCOPE_TYPE, Op, MsgBuffer);
H A Daslanalyze.c343 sprintf (MsgBuffer,
347 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ArgOp, MsgBuffer);
H A Daslfiles.c442 sprintf (MsgBuffer, "%s, %s", Op->Asl.Value.String, strerror (errno));
443 AslError (ASL_ERROR, ASL_MSG_INCLUDE_FILE_OPEN, Op, MsgBuffer);
H A Daslwalks.c440 sprintf (MsgBuffer, "[%s] found, %s operator requires [%s]",
443 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ArgOp, MsgBuffer);
H A Daslcompiler.l714 sprintf (MsgBuffer,
720 sprintf (MsgBuffer,
724 AslCompilererror (MsgBuffer);}
H A Daslmethod.c137 sprintf (MsgBuffer,
141 MsgBuffer);
H A Daslutils.c540 sprintf (MsgBuffer, "0x%X, allowable: 0x%X-0x%X",
543 AslError (ASL_ERROR, ASL_MSG_RANGE, Op, MsgBuffer);
H A Daslglobal.h275 ASL_EXTERN char MsgBuffer[ASL_MSG_BUFFER_SIZE]; variable
H A Ddttable.c3419 sprintf (MsgBuffer, "Generic data type \"%s\" not found",
3422 (*PFieldList), MsgBuffer);
3444 sprintf (MsgBuffer, "Generic data type \"%s\" not found",
3447 (*PFieldList), MsgBuffer);
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c1028 (void) AuConvertUuidToString ((char *) Target, MsgBuffer);
1030 AcpiOsPrintf ("%s\n", MsgBuffer);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11233 SmallString<256> MsgBuffer; local
11234 llvm::raw_svector_ostream Msg(MsgBuffer);

Completed in 184 milliseconds