Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dbug.h14 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
/openbmc/qemu/qobject/
H A Djson-parser.c41 #define BUG_ON(cond) assert(!(cond)) macro
/openbmc/qemu/hw/9pfs/
H A D9p.h165 #define BUG_ON(cond) assert(!(cond)) macro