HomeSort by: relevance | last modified time | path
    Searched defs:call_hook (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_module_hook.c 108 bool call_hook; local
112 call_hook = atomic_load_relaxed(hooked);
113 if (call_hook)
117 return call_hook;
  /src/external/bsd/atf/dist/tools/
atf-run.cpp 531 call_hook(const std::string& tool, const std::string& hook) function
574 call_hook("atf-run", "info_start_hook");
587 call_hook("atf-run", "info_end_hook");
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.c 249 call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq, function
427 if(!call_hook(qstate, iq, ie) &&

Completed in 59 milliseconds