Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dtestlib.c24 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 Dtestlib.h36 (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 Dvnode_file.c109 (void) printf("PASS %s - %s\n", testlib_prog, tag); in test_fd()
H A Dvnode_zvol.c74 if (zpool_destroy(poolhdl, testlib_prog) != 0) { in destroy_zpool()