Searched defs:ASSERT3S (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | debug.h | 118 #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 D | assert.h | 229 #define ASSERT3S(x, y, z) \ macro 253 #define ASSERT3S VERIFY3S macro
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | debug.h | 263 #define ASSERT3S(x, y, z) \ macro 289 #define ASSERT3S VERIFY3S macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | debug.h | 259 #define ASSERT3S(x, y, z) \ macro 285 #define ASSERT3S VERIFY3S macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 32 #define ASSERT3S(x, y, z) ((void)0) macro
|