Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/src/
Dconsole.rs24 static CONSOLE: SpinMutex<Option<Uart>> = SpinMutex::new(None); constant
37 CONSOLE.lock().replace(uart); in init()
44 CONSOLE.lock().as_mut().unwrap().write_str(s).unwrap(); in write_str()
51 write(CONSOLE.lock().as_mut().unwrap(), format_args).unwrap(); in write_args()