Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable1.c400 char MsgBuffer[64] = ""; in DtCompileAsf()
433 snprintf(MsgBuffer, 64, "Node Type : 0x%X", ApmtNode->Type); in DtCompileAsf()
434 DtFatal(ASL_MSG_INVALID_TYPE, SubtableStart, MsgBuffer); in DtCompileAsf()
446 snprintf(MsgBuffer, 64, "Node Id : 0x%X existed", ApmtNode->Id); in DtCompileAsf()
447 DtFatal(ASL_MSG_DUPLICATE_ITEM, SubtableStart, MsgBuffer); in DtCompileAsf()
461 snprintf(MsgBuffer, 64, " - APMT Length : %u (expected: %u)", in DtCompileAsf()
463 DtFatal(ASL_MSG_INVALID_LENGTH, NULL, MsgBuffer); in DtCompileAsf()
308 char MsgBuffer[64] = ""; DtCompileApmt() local
H A Daslsupport.l379 AslGbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16137 SmallString<256> MsgBuffer; in BuildStaticAssertDeclaration() local
16138 llvm::raw_svector_ostream Msg(MsgBuffer); in BuildStaticAssertDeclaration()