Searched refs:KTEST_LOG (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts_test.c | 79 KTEST_LOG(ctx, "PASS: %s", #x); \ 89 KTEST_LOG(ctx, "PASS: %s == %s", #x, #y); \ 101 KTEST_LOG(ctx, "PASS: %s == %s", #x, #y); \ 111 KTEST_LOG(ctx, "PASS: %s != %s", #x, #y); \ 121 KTEST_LOG(ctx, "PASS: %s > %s", #x, #y); \ 131 KTEST_LOG(ctx, "PASS: %s", #x); \ 140 KTEST_LOG(ctx, "tcp_hpts_entry(%p)", hpts); in dump_hpts_entry() 141 KTEST_LOG(ctx, " p_cur_slot: %u", hpts->p_cur_slot); in dump_hpts_entry() 142 KTEST_LOG(ctx, " p_prev_slot: %u", hpts->p_prev_slot); in dump_hpts_entry() 143 KTEST_LOG(ctx, " p_nxt_slot: %u", hpts->p_nxt_slot); in dump_hpts_entry() [all …]
|
| /freebsd/sys/tests/ |
| H A D | ktest_example.c | 36 KTEST_LOG(ctx, "I'm here, [%s]", __func__); in test_something() 40 KTEST_LOG(ctx, "done"); in test_something() 60 KTEST_LOG(ctx, "failed because it always fails"); in test_failed2() 100 KTEST_LOG(ctx, "Get '%s'", attrs->text); in test_with_params() 101 KTEST_LOG(ctx, "%u + %u = %u", attrs->arg1, attrs->arg2, in test_with_params()
|
| H A D | ktest.h | 88 #define KTEST_LOG(_ctx, _fmt, ...) \ macro
|
| /freebsd/sys/netlink/ |
| H A D | ktest_netlink_message_writer.c | 79 KTEST_LOG(ctx, "requested %u, allocated %d", attrs->size, alloc_len); in test_nlbuf_writer_allocation() 85 KTEST_LOG(ctx, "unable to get %d bytes from the writer", alloc_len); in test_nlbuf_writer_allocation() 92 KTEST_LOG(ctx, "alloc_len %d, expected %u", in test_nlbuf_writer_allocation()
|