Searched refs:MsgBuffer (Results 1 – 2 of 2) sorted by relevance
/acpica-3.7.0/source/compiler/ |
D | dttable1.c | 416 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()
|
D | aslsupport.l | 483 sprintf (MsgBuffer, "Max %u", AslGbl_LineBufferSize); in AslInsertLineBuffer() 487 AslGbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
|