Searched refs:GREEN (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.2/kernel/src/ |
D | lib.rs | 35 include::bindings::bindings::{process_do_exit, BLACK, GREEN}, 81 printk_color!(GREEN, BLACK, "__rust_demo_func()\n"); in __rust_demo_func()
|
/DragonOS-0.1.2/kernel/src/common/ |
D | printk.h | 24 #define GREEN 0x0000ff00 //绿 macro
|
D | kprint.h | 18 printk_color(GREEN, BLACK, "SUCCESS"); \
|
/DragonOS-0.1.2/kernel/src/libs/libUI/ |
D | textui-render.c | 11 #define GREEN 0x0000ff00 //绿 macro
|
/DragonOS-0.1.2/kernel/src/driver/mouse/ |
D | ps2_mouse.c | 378 …printk_color(RED, GREEN, "(M:%02x,X:%3d,Y:%3d)\tcount=%d\n", pak.byte0, pak.movement_x, pak.moveme… in analyze_mousecode()
|