HomeSort by: relevance | last modified time | path
    Searched defs:MessageId (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslmessages.c 440 * PARAMETERS: MessageId - ASL message ID (exception code) to be
452 UINT16 MessageId)
460 if (MessageId <= ASL_MSG_MAIN_COMPILER_END)
463 Index = MessageId;
473 else if (MessageId <= ASL_MSG_TABLE_COMPILER_END)
476 Index = MessageId - ASL_MSG_TABLE_COMPILER;
486 else if (MessageId <= ASL_MSG_PREPROCESSOR_END)
489 Index = MessageId - ASL_MSG_PREPROCESSOR;
548 * MessageId - ASL exception code to be formatted
560 UINT16 MessageId)
    [all...]
aslerror.c 168 UINT16 MessageId);
173 UINT16 MessageId);
179 UINT16 MessageId,
192 UINT16 MessageId,
210 UINT16 MessageId);
365 AeBuildFullExceptionCode (Enode->Level, Enode->MessageId));
367 MainMessage = AeDecodeMessageId (Enode->MessageId);
714 if (Enode->MessageId == 0)
755 MainMessage = AeDecodeMessageId (Enode->MessageId);
805 * MessageId - Index into global message buffe
    [all...]
asltypes.h 354 * Note: SubError nodes would be treated with the same messageId and Level
375 UINT16 MessageId;
384 UINT32 MessageId;
398 UINT32 MessageId;

Completed in 16 milliseconds