Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/nvme-tests/tests/unit/
H A Dlogs.c706 static const log_impl_test_t log_impl_tests[] = { { variable
880 for (size_t i = 0; i < ARRAY_SIZE(log_impl_tests); i++) { in main()
881 if (!log_impl_test_one(&log_impl_tests[i])) { in main()