Searched refs:pr_emerg (Results 1 – 4 of 4) sorted by relevance
| /rust/kernel/ |
| A D | prelude.rs | 35 pub use super::{pr_alert, pr_crit, pr_debug, pr_emerg, pr_err, pr_info, pr_notice, pr_warn};
|
| A D | device.rs | 174 pub fn pr_emerg(&self, args: fmt::Arguments<'_>) { in pr_emerg() method 466 ($($f:tt)*) => { $crate::dev_printk!(pr_emerg, $($f)*); }
|
| A D | print.rs | 213 macro_rules! pr_emerg ( macro
|
| A D | lib.rs | 212 pr_emerg!("{}\n", info); in panic()
|
Completed in 6 milliseconds