Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/imc/
H A Dimc_test.c308 *ntests += 1; in imc_test_run()
316 uint_t ntests = 0, nfail = 0; in main() local
326 imc_test_run(imc_test_sad, &ntests, &nfail); in main()
328 imc_test_run(imc_test_skx_loop, &ntests, in main()
331 imc_test_run(imc_test_tad, &ntests, &nfail); in main()
333 imc_test_run(imc_test_rir, &ntests, &nfail); in main()
345 imc_test_run(imc_test_rir, &ntests, &nfail); in main()
346 imc_test_run(imc_test_tad, &ntests, &nfail); in main()
347 imc_test_run(imc_test_sad, &ntests, &nfail); in main()
348 imc_test_run(imc_test_fail, &ntests, &nfail); in main()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/zen_umc/
H A Dzen_umc_test.c471 zen_umc_test_fabric(const umc_fabric_test_t *tests, uint_t *ntests, in zen_umc_test_fabric() argument
477 *ntests += 1; in zen_umc_test_fabric()
482 zen_umc_test_decode(const umc_decode_test_t *tests, uint_t *ntests, in zen_umc_test_decode() argument
488 *ntests += 1; in zen_umc_test_decode()
516 zen_umc_test_fabric(zen_umc_test_fabric_ids, ntests, in zen_umc_test_selected()
525 zen_umc_test_decode(s->set_test, ntests, nfail); in zen_umc_test_selected()
540 uint_t ntests = 0, nfail = 0; in main() local
543 zen_umc_test_selected(argc, argv, &ntests, &nfail); in main()
545 zen_umc_test_fabric(zen_umc_test_fabric_ids, &ntests, &nfail); in main()
548 &ntests, &nfail); in main()
[all …]
/illumos-gate/usr/src/test/nvme-tests/tests/unit/
H A Dcontrollers.c350 nvme_unit_field_test(const nvme_unit_field_test_t *tests, size_t ntests) in nvme_unit_field_test() argument
354 for (size_t i = 0; i < ntests; i++) { in nvme_unit_field_test()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Duchar.c762 uint_t ntests = ARRAY_SIZE(uchar_tests); in main() local
764 for (i = 0; i < ntests; i++) { in main()
785 (void) printf("%d/%d test%s passed\n", passes, ntests, in main()
787 return (passes == ntests ? EXIT_SUCCESS : EXIT_FAILURE); in main()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dmemstream.c2087 uint_t ntests = ARRAY_SIZE(memstream_tests); in main() local
2094 for (i = 0; i < ntests; i++) { in main()
2105 (void) printf("%d/%d test%s passed\n", passes, ntests, in main()
2107 return (passes == ntests ? EXIT_SUCCESS : EXIT_FAILURE); in main()