Searched refs:KTEST_LOG (Results 1 – 4 of 4) sorted by relevance
| /src/sys/netinet/ |
| H A D | tcp_hpts_test.c | 78 KTEST_LOG(ctx, "PASS: %s", #x); \ 88 KTEST_LOG(ctx, "PASS: %s == %s", #x, #y); \ 98 KTEST_LOG(ctx, "PASS: %s != %s", #x, #y); \ 108 KTEST_LOG(ctx, "PASS: %s > %s", #x, #y); \ 118 KTEST_LOG(ctx, "PASS: %s", #x); \ 127 KTEST_LOG(ctx, "tcp_hpts_entry(%p)", hpts); in dump_hpts_entry() 128 KTEST_LOG(ctx, " p_cur_slot: %u", hpts->p_cur_slot); in dump_hpts_entry() 129 KTEST_LOG(ctx, " p_prev_slot: %u", hpts->p_prev_slot); in dump_hpts_entry() 130 KTEST_LOG(ctx, " p_nxt_slot: %u", hpts->p_nxt_slot); in dump_hpts_entry() 131 KTEST_LOG(ctx, " p_runningslot: %u", hpts->p_runningslot); in dump_hpts_entry() [all …]
|
| /src/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
|
| /src/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()
|