Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dunit.c80 munit_errorf_ex(NULL, 0, "PANIC: %s", buf); in cmn_err()
H A Dmunit.h195 void munit_errorf_ex(const char *filename, int line, const char *format, ...);
198 munit_errorf_ex(__FILE__, __LINE__, format, __VA_ARGS__)
H A Dmunit.c244 void munit_errorf_ex(const char *filename, int line, const char *format, ...) { in munit_errorf_ex() function