Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/common/
Dprintk.h19 #define WHITE 0x00ffffff //白 macro
71 #define printk(...) printk_color(WHITE, BLACK, __VA_ARGS__)
/DragonOS-0.1.3/kernel/src/libs/
Dprintk.rs2 use crate::include::bindings::bindings::{printk_color, BLACK, WHITE};
101 printk_color(WHITE, BLACK, str_to_print.as_ptr() as *const c_char); in __write_string()
/DragonOS-0.1.3/kernel/src/libs/libUI/
Dtextui-render.c6 #define WHITE 0x00ffffff //白 macro
/DragonOS-0.1.3/kernel/src/smp/
Dsmp.c187 printk_color(BLACK, WHITE, "CPU:%d IDLE process.\n", proc_current_cpu_id); in smp_ap_start()