OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
400
char
MsgBuffer
[64] = "";
433
snprintf(
MsgBuffer
, 64, "Node Type : 0x%X", ApmtNode->Type);
434
DtFatal(ASL_MSG_INVALID_TYPE, SubtableStart,
MsgBuffer
);
446
snprintf(
MsgBuffer
, 64, "Node Id : 0x%X existed", ApmtNode->Id);
447
DtFatal(ASL_MSG_DUPLICATE_ITEM, SubtableStart,
MsgBuffer
);
461
snprintf(
MsgBuffer
, 64, " - APMT Length : %u (expected: %u)",
463
DtFatal(ASL_MSG_INVALID_LENGTH, NULL,
MsgBuffer
);
aslsupport.l
379
AslGbl_Files[ASL_FILE_INPUT].Filename,
MsgBuffer
);
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026