Searched defs:KASSERTMSG (Results 1 – 3 of 3) sorted by relevance
269 #define KASSERTMSG( global() macro 278 #define KASSERTMSG( global() macro 283 #define KASSERTMSG( global() macro
88 #define KASSERTMSG(e, msg, ...) /* NOTHING */ macro92 #define KASSERTMSG(exp, ...) printf(__VA_ARGS__); assert((exp)) macro