Searched refs:testlib_prog (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | testlib.c | 24 const char *testlib_prog; variable 40 testlib_prog = strrchr(argv0, '/'); in start_test() 41 if (testlib_prog == NULL) { in start_test() 42 testlib_prog = argv0; in start_test() 44 testlib_prog++; in start_test()
|
H A D | testlib.h | 36 (void) printf("VERBOSE %s: %s:%d %s: ", testlib_prog, \ 43 (void) printf("FAIL %s: %s:%d: ", testlib_prog, __FILE__, __LINE__) 57 (void) printf("PASS %s\n", testlib_prog); \ 87 extern const char *testlib_prog;
|
H A D | vnode_file.c | 109 (void) printf("PASS %s - %s\n", testlib_prog, tag); in test_fd()
|
H A D | vnode_zvol.c | 74 if (zpool_destroy(poolhdl, testlib_prog) != 0) { in destroy_zpool()
|