Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dunit.c57 munit_logf_ex(MUNIT_LOG_DEBUG, NULL, 0, "%s%s:%d [%s]: %s", in __dprintf()
77 munit_logf_ex(MUNIT_LOG_WARNING, NULL, 0, "%s", buf); in cmn_err()
83 munit_logf_ex(MUNIT_LOG_INFO, NULL, 0, "%s", buf); in cmn_err()
H A Dmunit.h185 void munit_logf_ex(MunitLogLevel level, const char *filename, int line,
189 munit_logf_ex(level, __FILE__, __LINE__, format, __VA_ARGS__)
H A Dmunit.c200 munit_logf_ex(MUNIT_LOG_ERROR, filename, line, "Invalid log level (%d)", in munit_logf_exv()
227 void munit_logf_ex(MunitLogLevel level, const char *filename, int line, in munit_logf_ex() function
294 munit_logf_ex(MUNIT_LOG_ERROR, filename, line, in munit_malloc_ex()