Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/debug/traceback/
H A Dtraceback.c52 …printk_color(YELLOW, BLACK, "Kernel traceback: Fault in userland. pid=%ld, rbp=%#018lx\n", rs_curr… in traceback()
57 printk_color(YELLOW, BLACK, "======== Kernel traceback =======\n"); in traceback()
83 printk_color(YELLOW, BLACK, "======== Kernel traceback end =======\n"); in traceback()
/DragonOS/kernel/src/common/
H A Dprintk.h23 #define YELLOW 0x00ffff00 // 黄 macro
H A Dkprint.h44 printk_color(YELLOW, BLACK, "WARN"); \
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs246 pub const YELLOW: FontColor = FontColor::new(0xff, 0xff, 0); constant