Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 218) sorted by relevance

123456789

/openbsd/usr.sbin/nsd/
H A Dnetio.c39 netio_add_handler(netio_type *netio, netio_handler_type *handler) in netio_add_handler()
68 netio_remove_handler(netio_type *netio, netio_handler_type *handler) in netio_remove_handler()
145 netio_handler_type *handler = elt->handler; in netio_dispatch() local
233 netio_handler_type *handler = elt->handler; in netio_dispatch() local
H A Dipc.c107 netio_handler_type *handler, in parent_handle_xfrd_command()
309 netio_handler_type *handler, in parent_handle_child_command()
475 netio_handler_type *handler, in parent_handle_reload_command()
649 xfrd_handle_ipc_read(struct event* handler, xfrd_state_type* xfrd) in xfrd_handle_ipc_read()
/openbsd/sys/dev/pci/drm/apple/
H A Diomfb_internal.h59 #define TRAMPOLINE_VOID(func, handler) \ argument
67 #define TRAMPOLINE_IN(func, handler, T_in) \ argument
79 #define TRAMPOLINE_INOUT(func, handler, T_in, T_out) \ argument
92 #define TRAMPOLINE_OUT(func, handler, T_out) \ argument
/openbsd/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler()
91 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
128 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler()
222 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsiginfo.c30 handler (int sig, siginfo_t *info, void *context) in handler() function
36 handler (int sig) in handler() function
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_terminate.cc40 __cxxabiv1::__terminate (std::terminate_handler handler) in __terminate()
57 __cxxabiv1::__unexpected (std::unexpected_handler handler) in __unexpected()
H A Dnew_op.cc60 new_handler handler = __new_handler; in operator new() local
H A Dnew_opnt.cc51 new_handler handler = __new_handler; in operator new() local
H A Dnew_handler.cc41 std::set_new_handler (new_handler handler) throw() in set_new_handler()
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_terminate.cc44 __cxxabiv1::__terminate (std::terminate_handler handler) in __terminate()
61 __cxxabiv1::__unexpected (std::unexpected_handler handler) in __unexpected()
H A Dnew_op.cc51 new_handler handler = __new_handler; in operator new() local
H A Dnew_opnt.cc50 new_handler handler = __new_handler; in operator new() local
H A Dnew_handler.cc40 std::set_new_handler (new_handler handler) throw() in set_new_handler()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsienna_cichlid.c50 struct amdgpu_reset_handler *handler; in sienna_cichlid_get_reset_handler() local
119 struct amdgpu_reset_handler *handler; in sienna_cichlid_async_reset() local
H A Dsmu_v13_0_10.c45 struct amdgpu_reset_handler *handler; in smu_v13_0_10_get_reset_handler() local
118 struct amdgpu_reset_handler *handler; in smu_v13_0_10_async_reset() local
H A Daldebaran.c49 struct amdgpu_reset_handler *handler; in aldebaran_get_reset_handler() local
123 struct amdgpu_reset_handler *handler; in aldebaran_async_reset() local
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c80 interrupt_handler handler; member
137 struct amdgpu_dm_irq_handler_data *handler; in remove_irq_handler() local
201 struct amdgpu_dm_irq_handler_data *handler; in unregister_all_irq_handlers() local
449 struct amdgpu_dm_irq_handler_data *handler; in amdgpu_dm_irq_fini() local
483 struct amdgpu_dm_irq_handler_data *handler; in amdgpu_dm_irq_suspend() local
/openbsd/sys/arch/octeon/dev/
H A Docteon_intr.c93 void *handler; in octeon_intr_establish() local
125 void *handler; in octeon_intr_establish_fdt_idx() local
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexcept.c267 add_handler (start_pc, end_pc, handler, type) in add_handler() argument
368 tree handler = range->handlers; local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet36.C10 typedef void (A::*handler) (X*); typedef
/openbsd/regress/sys/kern/pledge/sigabrt/
H A Dsigabrt.c25 handler(int sigraised) in handler() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypedef2.C11 C::func *handler; in main() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-2.c8 static void handler(void *p __attribute__((unused))) in handler() function
/openbsd/regress/usr.bin/lastcomm/
H A Dcrash.c38 handler(int signum) in handler() function
/openbsd/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js374 function dean_addEvent(element, type, handler) { argument
400 function removeEvent(element, type, handler) { argument

123456789