Home
last modified time | relevance | path

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

/freebsd-14.2/share/examples/kld/khelp/
H A Dh_example.c57 static int example_hook(int hhook_type, int hhook_id, void *udata,
99 .hook_func = &example_hook
105 .hook_func = &example_hook
130 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, in example_hook() function