Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_module_hook.c108 bool call_hook; in module_hook_tryenter() local
112 call_hook = atomic_load_relaxed(hooked); in module_hook_tryenter()
113 if (call_hook) in module_hook_tryenter()
117 return call_hook; in module_hook_tryenter()
/netbsd-src/external/bsd/atf/dist/tools/
H A Datf-run.cpp531 call_hook(const std::string& tool, const std::string& hook) in call_hook() function
574 call_hook("atf-run", "info_start_hook"); in main()
587 call_hook("atf-run", "info_end_hook"); in main()
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod.c249 call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq, in call_hook() function
427 if(!call_hook(qstate, iq, ie) && in ipsecmod_handle_query()