Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dcompiler_attributes.h15 #define __compiletime_error(msg) __attribute__((__error__(msg))) argument
17 #define __compiletime_error(msg) argument
H A Dcompiler.h20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument
39 #define complietime_assert(condition, msg) \ argument
/DragonOS/kernel/crates/intertrait/macros/src/
H A Dargs.rs17 let msg = format!("Unknown flag: {}", unknown); in from() localVariable
43 let msg = format!("Duplicated flag: {}", ident); in parse() localVariable
/DragonOS/user/apps/test_lo/src/
H A Dmain.rs8 let msg = "Hello, loopback!"; in main() localVariable
/DragonOS/kernel/src/debug/
H A Dbug.h58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) argument
/DragonOS/kernel/src/exception/
H A Dmsi.rs80 msg: MsiMsg, field
122 pub fn msg(&self) -> MsiMsg { in msg() method
/DragonOS/kernel/src/driver/virtio/
H A Dtransport.rs41 let msg = PciIrqMsg { in setup_irq() localVariable
/DragonOS/kernel/src/syscall/
H A Dmod.rs566 let msg = args[1] as *mut MsgHdr; in handle() localVariable
576 let msg = &mut buffer[0]; in handle() localVariable
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e.rs230 let msg = PciIrqMsg { in new() localVariable