Searched refs:ctx_hook (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/rump/kern/lib/libsimplehook_tester/
H A Dsimplehook_tester.c70 struct tester_hook ctx_hook[2]; member in struct:tester_context
131 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
132 ctx->ctx_hook[i].th_hook = NULL;
573 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
575 ptr = (void *)&ctx->ctx_hook[i];
649 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
650 ctx->ctx_hook[i].th_ctx = ctx;
651 ctx->ctx_hook[i].th_idx = i;
685 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
686 th = &ctx->ctx_hook[
[all...]

Completed in 178 milliseconds