Searched refs:MsgBuffer (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslsupport.l | 483 sprintf (MsgBuffer, "Max %u", AslGbl_LineBufferSize); in AslInsertLineBuffer() 487 AslGbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
|
H A D | dttable1.c | 508 char MsgBuffer[64] = ""; in DtCompileApmt() local 541 snprintf(MsgBuffer, 64, "Node Type : 0x%X", ApmtNode->Type); in DtCompileApmt() 542 DtFatal(ASL_MSG_INVALID_TYPE, SubtableStart, MsgBuffer); in DtCompileApmt() 554 snprintf(MsgBuffer, 64, "Node Id : 0x%X existed", ApmtNode->Id); in DtCompileApmt() 555 DtFatal(ASL_MSG_DUPLICATE_ITEM, SubtableStart, MsgBuffer); in DtCompileApmt() 569 snprintf(MsgBuffer, 64, " - APMT Length : %u (expected: %u)", in DtCompileApmt() 571 DtFatal(ASL_MSG_INVALID_LENGTH, NULL, MsgBuffer); in DtCompileApmt()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 17332 SmallString<256> MsgBuffer; in BuildStaticAssertDeclaration() local 17333 llvm::raw_svector_ostream Msg(MsgBuffer); in BuildStaticAssertDeclaration()
|