Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dprint.rs81 pub static ALERT: [u8; LENGTH] = generate(false, bindings::KERN_ALERT); constant
/openbmc/linux/tools/thermal/lib/
H A Dlog.h24 #define ALERT(fmt, ...) logit(LOG_ALERT, fmt, ##__VA_ARGS__) macro
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp39 ALERT = LOG_ALERT, enumerator