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

  /netvirt/usr/src/uts/common/sys/
debug.h 83 * of their arguments. ASSERT3S() is for signed data types, ASSERT3U() is
103 #define ASSERT3U(x, y, z) VERIFY3U(x, y, z)
107 #define ASSERT3U(x, y, z) ((void)0)
  /netvirt/usr/src/lib/libzpool/common/sys/
zfs_context.h 150 #define ASSERT3U(x, y, z) ((void)0)
154 #define ASSERT3U(x, y, z) VERIFY3U(x, y, z)

Completed in 70 milliseconds