Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h121 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) macro
127 #define ASSERT3S(x, y, z) ((void)0) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c33 #define ASSERT3S(x, y, z) ((void)0) macro