Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dmod.rs58 static ref VC_MANAGER: VirtConsoleManager = VirtConsoleManager::new();
63 pub fn vc_manager() -> &'static VirtConsoleManager { in vc_manager()
141 pub struct VirtConsoleManager { struct
147 impl VirtConsoleManager { impl