Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h388 #define munit_assert_not_null(ptr) munit_assert_ptr(ptr, !=, NULL) macro
535 # define assert_ptr_not_null(ptr) munit_assert_not_null(ptr)
538 # define assert_not_null(ptr) munit_assert_not_null(ptr)