Searched refs:VPRINTF (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_unit.c | 1143 #define VPRINTF(...) {if (verbose) printf(__VA_ARGS__);} macro 1151 VPRINTF("F %u\n", i); in test_alloc_unr() 1159 VPRINTF("A %d\n", j); in test_alloc_unr() 1172 VPRINTF("F %u\n", i); in test_alloc_unr_specific() 1177 VPRINTF("A %d\n", j); in test_alloc_unr_specific() 1199 VPRINTF("alloc_unr_specific failed %d %d\n", x, v); in test_iter_fill() 1218 VPRINTF("alloc_unr_specific failed %d %d\n", x, in test_iter() 1246 VPRINTF("iter %d: iter %d != val %d\n", i, v, vals[i]); in test_iter() 1253 VPRINTF("iter %d: val %d\n", i, v); in test_iter()
|