Home
last modified time | relevance | path

Searched defs:pr_alert (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dprint.rs233 /// pr_alert!("hello {}\n", "there"); macro
H A Ddevice.rs95 pub fn pr_alert(&self, args: fmt::Arguments<'_>) { in pr_alert() method
/linux/include/linux/
H A Dprintk.h523 #define pr_alert(fmt, ...) \ macro