Home
last modified time | relevance | path

Searched defs:ASSERT3S (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h118 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) macro
124 #define ASSERT3S(x, y, z) ((void)0) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h229 #define ASSERT3S(x, y, z) \ macro
253 #define ASSERT3S VERIFY3S macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h263 #define ASSERT3S(x, y, z) \ macro
289 #define ASSERT3S VERIFY3S macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h259 #define ASSERT3S(x, y, z) \ macro
285 #define ASSERT3S VERIFY3S macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c32 #define ASSERT3S(x, y, z) ((void)0) macro