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