Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h387 #define munit_assert_null(ptr) munit_assert_ptr(ptr, ==, NULL) macro
537 # define assert_null(ptr) munit_assert_null(ptr)