HomeSort by relevance Sort by last modified time
    Searched defs:VERIFY3U (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
debug.h 96 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
  /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/
zfs_context.h 146 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
155 #define ASSERT3U(x, y, z) VERIFY3U(x, y, z)

Completed in 300 milliseconds