Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp117 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook()
133 static void ThreadStartHook(void *hook, thrd_t self) { in ThreadStartHook()
152 static void ThreadExitHook(void *hook, thrd_t self) { in ThreadExitHook()
223 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
227 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook()
231 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp196 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook()
212 static void ThreadStartHook(void *hook, uptr os_id) { in ThreadStartHook()
224 static void ThreadExitHook(void *hook, uptr os_id) { in ThreadExitHook()
262 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
266 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook()
270 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
/openbsd/sbin/scsi/
H A Dscsi.c158 iget(void *hook, char *name) in iget()
180 cget(void *hook, char *name) in cget()
201 void arg_put(void *hook, int letter, void *arg, int count, char *name) in arg_put()
572 edit_check(void *hook, int letter, void *arg, int count, char *name) in edit_check()
586 edit_defaults(void *hook, int letter, void *arg, int count, char *name) in edit_defaults()
597 edit_report(void *hook, int letter, void *arg, int count, char *name) in edit_report()
611 edit_get(void *hook, char *name) in edit_get()
H A Dlibscsi.c724 int (*arg_get)(void *hook, char *field_name), void *gethook) in scsireq_build_visit()
760 int (*arg_get)(void *hook, char *field_name), void *gethook) in scsireq_buff_encode_visit()
768 int (*arg_get)(void *hook, char *field_name), void *gethook) in scsireq_encode_visit()
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp108 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
119 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook()
127 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { ThreadFinish(); } in __sanitizer_thread_exit_hook()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_quirks.c72 void (*hook)(struct drm_i915_private *i915); member
77 void (*hook)(struct drm_i915_private *i915); member
/openbsd/gnu/gcc/libstdc++-v3/src/
H A Dlist.cc124 _List_node_base::hook(_List_node_base* const __position) in hook() function in _List_node_base
/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaos.c420 uint32 size_env(struct Hook *hook, __attribute__((unused))APTR userdata, struct ScanVarsMsg *messag… in size_env()
429 uint32 copy_env(struct Hook *hook, __attribute__((unused))APTR userdata, struct ScanVarsMsg *messag… in copy_env()
451 struct Hook *hook = (struct Hook *)IExec->AllocSysObjectTags(ASOT_HOOK,TAG_DONE); in ___makeenviron() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp322 auto hook = MFHooks[i].malloc_hook; in RunMallocHooks() local
332 auto hook = MFHooks[i].free_hook; in RunFreeHooks() local
/openbsd/sys/arch/loongson/dev/
H A Dbonito.c838 struct bonito_cfg_hook *hook; in bonito_conf_read() local
900 struct bonito_cfg_hook *hook; in bonito_conf_write() local
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1095 RuntimeHook *hook = (RuntimeHook *)baton; in HookCallback() local
1107 void RenderScriptRuntime::HookCallback(RuntimeHook *hook, in HookCallback()
1257 RuntimeHook *hook, ExecutionContext &exe_ctx) { in CaptureScriptInvokeForEachMulti()
1356 void RenderScriptRuntime::CaptureSetGlobalVar(RuntimeHook *hook, in CaptureSetGlobalVar()
1403 void RenderScriptRuntime::CaptureAllocationInit(RuntimeHook *hook, in CaptureAllocationInit()
1431 void RenderScriptRuntime::CaptureAllocationDestroy(RuntimeHook *hook, in CaptureAllocationDestroy()
1468 void RenderScriptRuntime::CaptureScriptInit(RuntimeHook *hook, in CaptureScriptInit()
1588 RuntimeHookSP hook(new RuntimeHook()); in LoadRuntimeHooks() local
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs367 HV *hook; /* cache for hook methods per class name */ member
1726 HV *hook = cxt->hook; in clean_store_context() local
1835 HV *hook = cxt->hook; in clean_retrieve_context() local
2113 SV *hook, in scalar_call()
2172 SV *hook, in array_call()
3561 SV *hook) in store_hook()
4063 SV *hook; in store_blessed() local
4825 SV *hook; in retrieve_hook_common() local
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dlab.h74 ffecomLabel hook; member
H A Dglobal.h93 ffecomGlobal hook; member
H A Dstorag.h87 ffecomStorage hook; /* Whatever the backend needs here. */ member
H A Dcom.c1799 bool scalar_args, tree hook) in ffecom_call_()
1859 tree callee_commons, bool scalar_args, bool ref, tree hook) in ffecom_call_binop_()
6702 tree hook; in ffecom_let_char_() local
9027 tree hook) in ffecom_tree_divide_()
10215 tree hook; in ffecom_arg_ptr_to_expr() local
10320 ffecom_call_gfrt (ffecomGfrt ix, tree args, tree hook) in ffecom_call_gfrt()
H A Dbld.h404 ffecomNonter hook; /* Whatever the compiler/backend wants! */ member
413 ffecomItem hook; /* Whatever the compiler/backend wants! */ member
463 ffecomConstant hook; /* Whatever the compiler/backend wants! */ member
H A Dsymbol.h125 ffecomSymbol hook; /* Whatever the compiler/backend wants! */ member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsomsolib.c191 addr_and_unwind_t hook; member
/openbsd/usr.sbin/smtpd/
H A Dlka_filter.c398 lka_filter_register_hook(const char *name, const char *hook) in lka_filter_register_hook()
1307 lka_report_register_hook(const char *name, const char *hook) in lka_report_register_hook()
/openbsd/lib/libcurses/
H A Dterm.priv.h131 int (*hook)(WINDOW *, int); /* callback for user */ member
/openbsd/usr.bin/tic/
H A Ddump_entry.c1714 compare_entry(PredHook hook, in compare_entry()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py956 def addTearDownHook(self, hook): argument
/openbsd/usr.bin/ssh/
H A Dpacket.c255 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook()
/openbsd/gnu/usr.bin/perl/
H A Dutil.c1733 SV **const hook = warn ? &PL_warnhook : &PL_diehook; in Perl_invoke_exception_hook() local

12