Searched defs:msg (Results 1 – 9 of 9) sorted by relevance
/DragonOS/kernel/src/common/ |
H A D | compiler_attributes.h | 15 #define __compiletime_error(msg) __attribute__((__error__(msg))) argument 17 #define __compiletime_error(msg) argument
|
H A D | compiler.h | 20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument 39 #define complietime_assert(condition, msg) \ argument
|
/DragonOS/kernel/crates/intertrait/macros/src/ |
H A D | args.rs | 17 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 D | main.rs | 8 let msg = "Hello, loopback!"; in main() localVariable
|
/DragonOS/kernel/src/debug/ |
H A D | bug.h | 58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) argument
|
/DragonOS/kernel/src/exception/ |
H A D | msi.rs | 80 msg: MsiMsg, field 122 pub fn msg(&self) -> MsiMsg { in msg() method
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | transport.rs | 41 let msg = PciIrqMsg { in setup_irq() localVariable
|
/DragonOS/kernel/src/syscall/ |
H A D | mod.rs | 566 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 D | e1000e.rs | 230 let msg = PciIrqMsg { in new() localVariable
|