Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c119 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_write_locked_by()
125 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_write_locked_by()
131 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_write_locked_by()
137 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_write_locked_by()
150 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_read_locked_by()
156 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_read_locked_by()
162 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_read_locked_by()
163 VERIFY3_IMPL(fl.l_pid, ==, 0, pid_t); in assert_read_locked_by()
168 VERIFY3_IMPL(fl.l_sysid, ==, 0, int); in assert_read_locked_by()
169 VERIFY3_IMPL(fl.l_pid, ==, 0, pid_t); in assert_read_locked_by()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h104 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ macro
113 #define VERIFY3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t)
114 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t)
115 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
116 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t)
117 #define VERIFY0(x) VERIFY3_IMPL(x, ==, 0, uintmax_t)
120 #define ASSERT3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t)
121 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t)
122 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
123 #define ASSERT3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t)
[all …]