Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dprint.rs80 pub static EMERG: [u8; LENGTH] = generate(false, bindings::KERN_EMERG); constant
216 $crate::print_macro!($crate::print::format_strings::EMERG, false, $($arg)*)
/openbmc/linux/tools/thermal/lib/
H A Dlog.h25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__) macro
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp38 EMERG = LOG_EMERG, enumerator