Home | History | Annotate | Download | only in compiler

Lines Matching refs:AslGbl_MsgBuffer

413         snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "Expected \"%s\"", "Signature");
415 *FieldList, AslGbl_MsgBuffer);
663 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "Found NULL field - Field name \"%s\" needed",
665 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer);
682 sprintf (AslGbl_MsgBuffer, "found \"%s\" expected \"%s\"",
684 DtError (ASL_ERROR, ASL_MSG_INVALID_LABEL, LocalField, AslGbl_MsgBuffer);
755 sprintf (AslGbl_MsgBuffer, "Invalid DMT opcode: 0x%.2X",
757 DtFatal (ASL_MSG_COMPILER_INTERNAL, NULL, AslGbl_MsgBuffer);