Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c64 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro
H A Dnvlist.c94 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro
100 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro
109 #define PJDLOG_RASSERT(expr, ...) macro
H A Dnvpair.c92 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro
98 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro
102 #define PJDLOG_RASSERT(expr, ...) macro