Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c416 char MsgBuffer[64] = ""; in DtCompileApmt() local
449 snprintf(MsgBuffer, 64, "Node Type : 0x%X", ApmtNode->Type); in DtCompileApmt()
450 DtFatal(ASL_MSG_INVALID_TYPE, SubtableStart, MsgBuffer); in DtCompileApmt()
462 snprintf(MsgBuffer, 64, "Node Id : 0x%X existed", ApmtNode->Id); in DtCompileApmt()
463 DtFatal(ASL_MSG_DUPLICATE_ITEM, SubtableStart, MsgBuffer); in DtCompileApmt()
477 snprintf(MsgBuffer, 64, " - APMT Length : %u (expected: %u)", in DtCompileApmt()
479 DtFatal(ASL_MSG_INVALID_LENGTH, NULL, MsgBuffer); in DtCompileApmt()
H A Daslsupport.l483 sprintf (MsgBuffer, "Max %u", AslGbl_LineBufferSize); in AslInsertLineBuffer()
487 AslGbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17478 SmallString<256> MsgBuffer; in BuildStaticAssertDeclaration() local
17479 llvm::raw_svector_ostream Msg(MsgBuffer); in BuildStaticAssertDeclaration()