OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx_hook
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/rump/kern/lib/libsimplehook_tester/
simplehook_tester.c
70
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
[i]
[
all
...]
Completed in 112 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025