Home
last modified time | relevance | path

Searched defs:KASSERTMSG (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c88 #define KASSERTMSG(e, msg, ...) /* NOTHING */ macro
92 #define KASSERTMSG(exp, ...) printf(__VA_ARGS__); assert((exp)) macro
H A Dt_uvm_physseg.c88 #define KASSERTMSG(e, msg, ...) /* NOTHING */ macro
92 #define KASSERTMSG(exp, ...) printf(__VA_ARGS__); assert((exp)) macro