Searched refs:MunitLogLevel (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.c | 161 static MunitLogLevel munit_log_level_visible = MUNIT_LOG_INFO; 162 static MunitLogLevel munit_log_level_fatal = MUNIT_LOG_ERROR; 181 static void munit_logf_exv(MunitLogLevel level, FILE *fp, const char *filename, in munit_logf_exv() 213 static void munit_logf_internal(MunitLogLevel level, FILE *fp, in munit_logf_internal() 222 static void munit_log_internal(MunitLogLevel level, FILE *fp, in munit_log_internal() 227 void munit_logf_ex(MunitLogLevel level, const char *filename, int line, in munit_logf_ex() 266 static void munit_log_errno(MunitLogLevel level, FILE *fp, const char *msg) { in munit_log_errno() 1986 MunitLogLevel level; in munit_suite_main_custom()
|
| H A D | munit.h | 175 } MunitLogLevel; typedef 185 void munit_logf_ex(MunitLogLevel level, const char *filename, int line,
|