Home
last modified time | relevance | path

Searched refs:PJDLOG_RASSERT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libnv/
H A Dbsd_nvpair.c75 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro
80 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro
H A Dnvlist.c78 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro
83 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro