Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c162 static MunitLogLevel munit_log_level_fatal = MUNIT_LOG_ERROR;
196 case MUNIT_LOG_ERROR: in munit_logf_exv()
200 munit_logf_ex(MUNIT_LOG_ERROR, filename, line, "Invalid log level (%d)", in munit_logf_exv()
248 munit_logf_exv(MUNIT_LOG_ERROR, stderr, filename, line, format, ap); in munit_errorf_ex()
294 munit_logf_ex(MUNIT_LOG_ERROR, filename, line, in munit_malloc_ex()
1437 munit_log_errno(MUNIT_LOG_ERROR, stderr, in munit_test_runner_run_test_with_params()
1448 munit_log_errno(MUNIT_LOG_ERROR, stderr, "unable to create pipe"); in munit_test_runner_run_test_with_params()
1473 munit_log_errno(MUNIT_LOG_ERROR, stderr, "unable to write to pipe"); in munit_test_runner_run_test_with_params()
1489 munit_log_errno(MUNIT_LOG_ERROR, stderr, "unable to fork"); in munit_test_runner_run_test_with_params()
1508 munit_logf_internal(MUNIT_LOG_ERROR, stderr_buf, in munit_test_runner_run_test_with_params()
[all …]
H A Dmunit.h174 MUNIT_LOG_ERROR enumerator