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 332 * PARAMETERS: MessageId - ASL message ID (exception code) to be
344 UINT16 MessageId)
352 if (MessageId <= ASL_MSG_MAIN_COMPILER_END)
355 Index = MessageId;
365 else if (MessageId <= ASL_MSG_TABLE_COMPILER_END)
368 Index = MessageId - ASL_MSG_TABLE_COMPILER;
378 else if (MessageId <= ASL_MSG_PREPROCESSOR_END)
381 Index = MessageId - ASL_MSG_PREPROCESSOR;
440 * MessageId - ASL exception code to be formatted
452 UINT16 MessageId)
    [all...]
aslerror.c 60 UINT16 MessageId);
65 UINT16 MessageId);
71 UINT16 MessageId,
84 UINT16 MessageId,
102 UINT16 MessageId);
257 AeBuildFullExceptionCode (Enode->Level, Enode->MessageId));
259 MainMessage = AeDecodeMessageId (Enode->MessageId);
606 if (Enode->MessageId == 0)
647 MainMessage = AeDecodeMessageId (Enode->MessageId);
697 * MessageId - Index into global message buffe
    [all...]
asltypes.h 246 * Note: SubError nodes would be treated with the same messageId and Level
267 UINT16 MessageId;
276 UINT32 MessageId;
290 UINT32 MessageId;

Completed in 18 milliseconds