Searched defs:test_start (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/printf/ |
H A D | printf_test.ksh | 20 test_start() { function 203 test_start $t "${tests[$i][desc]}"
|
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/ |
H A D | sigqueue_queue_size.c | 33 test_start(const char *test_name, const char *format, ...) function 83 test_start(test_name, "queue maximum number of signals\n");
|
/illumos-gate/usr/src/test/util-tests/tests/xargs/ |
H A D | xargs_test.ksh | 20 test_start() { function 47 test_start $t "-I handling" 57 test_start $t "-n 1 handling" 70 test_start $t "-I before -n 1" 83 test_start $t "-n 1 before -I" 93 test_start $t "-i multiple lines handling" 105 test_start $t "-E handling" 115 test_start $t "newlines in arguments" 125 test_start $t "limited counts via -n3" 137 test_start [all...] |
/illumos-gate/usr/src/test/os-tests/tests/poll/ |
H A D | poll_test.c | 116 test_start(const char *testName, const char *format, ...) function 237 test_start(testName, "poll for %d sec with no fds\n", timeout); 270 test_start(testName, "poll for %d sec with fds\n", timeout); 298 test_start(testName, "poll for %d sec with no fds\n", timeout); 327 test_start(testName, "poll for %d sec with fds\n", timeout);
|
/illumos-gate/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.c | 60 test_start(const char *format, ...) function
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 816 ac_mem_test_start_t test_start; local 824 (void) memset((void *)&test_start, 0, sizeof (test_start)); 825 mema_cmd_init(&cmd, &test_start, outputstr, 0); 826 dump_ioctl(AC_MEM_TEST_START, &test_start); 829 dump_ioctl_res(AC_MEM_TEST_START, &test_start, ret, ret_errno); 837 if (ret_errno == EBUSY && test_start.tester_pid > 0) { 842 if (kill(test_start.tester_pid, 0) != -1 || 851 bname, test_start.tester_pid); 859 test_stop.handle = test_start [all...] |
Completed in 1637 milliseconds