Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Dcompiler_attributes.h15 #define __compiletime_error(msg) __attribute__((__error__(msg))) argument
17 #define __compiletime_error(msg) argument
Dcompiler.h20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument
39 #define complietime_assert(condition, msg) \ argument
/DragonOS-0.1.2/user/apps/shell/
Dcmd_test.c13 char *msg = "hello world"; in shell_pipe_test() local
/DragonOS-0.1.2/kernel/src/debug/
Dbug.h58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) argument
/DragonOS-0.1.2/kernel/src/driver/pci/
Dmsi.h78 struct msi_msg_t msg; // msi消息 member