OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MsgBuffer
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dttable1.c
508
char
MsgBuffer
[64] = "";
541
snprintf(
MsgBuffer
, 64, "Node Type : 0x%X", ApmtNode->Type);
542
DtFatal(ASL_MSG_INVALID_TYPE, SubtableStart,
MsgBuffer
);
554
snprintf(
MsgBuffer
, 64, "Node Id : 0x%X existed", ApmtNode->Id);
555
DtFatal(ASL_MSG_DUPLICATE_ITEM, SubtableStart,
MsgBuffer
);
569
snprintf(
MsgBuffer
, 64, " - APMT Length : %u (expected: %u)",
571
DtFatal(ASL_MSG_INVALID_LENGTH, NULL,
MsgBuffer
);
aslsupport.l
487
AslGbl_Files[ASL_FILE_INPUT].Filename,
MsgBuffer
);
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025