Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l483 sprintf (MsgBuffer, "Max %u", AslGbl_LineBufferSize); in AslInsertLineBuffer()
487 AslGbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
H A Ddttable1.c508 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 DSemaDeclCXX.cpp17332 SmallString<256> MsgBuffer; in BuildStaticAssertDeclaration() local
17333 llvm::raw_svector_ostream Msg(MsgBuffer); in BuildStaticAssertDeclaration()