Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/kern/lib/libsimplehook_tester/
H A Dsimplehook_tester.c72 khook_t *ctx_nbhook; member
130 ctx->ctx_nbhook = NULL; in simplehook_tester_created()
346 val = ctx->ctx_nbhook == NULL ? 0 : 1; in simplehook_tester_established_nb()
360 if (ctx->ctx_nbhook != NULL) { in simplehook_tester_established_nb()
363 ctx->ctx_nbhook = simplehook_establish(ctx->ctx_hooks, in simplehook_tester_established_nb()
365 KASSERT(ctx->ctx_nbhook != NULL); in simplehook_tester_established_nb()
367 __func__, __LINE__, ctx->ctx_nbhook)); in simplehook_tester_established_nb()
370 if (ctx->ctx_nbhook == NULL) { in simplehook_tester_established_nb()
374 __func__, __LINE__, ctx->ctx_nbhook)); in simplehook_tester_established_nb()
376 ctx->ctx_nbhook, NULL); in simplehook_tester_established_nb()
[all …]