Searched defs:BUG_ON (Results 1 – 4 of 4) sorted by relevance
86 #define BUG_ON(cond) do { \ macro
293 #define BUG_ON(cond) \ macro
53 #define BUG_ON(c) assert(!(c)) macro
98 #define BUG_ON(cond) KASSERT(!(cond), ("BUG ON: " #cond " -> 0x%jx", (uintmax_t)(cond))) macro