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

/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h96 * of their arguments. ASSERT3S() is for signed data types, ASSERT3U() is
117 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) macro
122 #define ASSERT3S(x, y, z) ((void)0) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c32 #define ASSERT3S(x, y, z) ((void)0) macro
834 ASSERT3S(0, <=, map[i]);
835 ASSERT3S(map[i], <=, 2);
864 ASSERT3S(used[i], <, rm->rm_firstdatacol);
867 ASSERT3S(used[i], >=, rm->rm_firstdatacol);
886 ASSERT3S(jj, <, n);
1100 ASSERT3S(i, <, n);
1403 ASSERT3S(c, <, rm->rm_cols);
1437 ASSERT3S(c, >=, 0);
1438 ASSERT3S(
[all...]

Completed in 58 milliseconds