Home
last modified time | relevance | path

Searched refs:RED (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Dkprint.h54 printk_color(RED, BLACK, "ERROR"); \
64 printk_color(RED, BLACK, "TERMINATED"); \
74 printk_color(RED, BLACK, "BUG"); \
H A Dprintk.h21 #define RED 0x00ff0000 // 红 macro
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs243 pub const RED: FontColor = FontColor::new(0xff, 0, 0); constant