Searched refs:ASSERT0P (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h231 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
236 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
237 #define ASSERT0PF(x, str, ...) ASSERT0P(x)
252 #define ASSERT0P VERIFY0P macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h42 * ASSERT0P() - Assert pointer is null, if not panic.
282 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
287 #define ASSERT0PF(x, str, ...) ASSERT0P(x)
305 #define ASSERT0P VERIFY0P macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h42 * ASSERT0P() - Assert pointer is null, if not panic.
282 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
287 #define ASSERT0PF(x, str, ...) ASSERT0P(x)
305 #define ASSERT0P VERIFY0P macro
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c1940 ASSERT0P(dr->dt.dl.dr_data);
2717 ASSERT0P(dbuf_find_dirty_eq(db, tx->tx_txg));

Completed in 178 milliseconds