Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/asm/
H A Dbug.h36 #define WARN_ONCE(condition, format...) ({ \ macro
/openbmc/u-boot/include/linux/
H A Dbug.h41 #define WARN_ONCE(condition, format...) ({ \ macro
/openbmc/linux/include/asm-generic/
H A Dbug.h151 #define WARN_ONCE(condition, format...) \ macro
182 #define WARN_ONCE(condition, format...) WARN(condition, format) macro