Searched defs:handler (Results 76 - 100 of 216) sorted by relevance

123456789

/freebsd-current/crypto/openssl/crypto/
H A Dinit.c42 void (*handler)(void); member in struct:ossl_init_stop_st
655 int OPENSSL_atexit(void (*handler)(void)) argument
[all...]
/freebsd-current/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp225 Handler handler; local
/freebsd-current/contrib/less/
H A Dos.c472 public int os9_signal(int type, RETSIGTYPE (*handler)()) argument
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_panasonic.c104 hkey_fn_t *handler; member in struct:__anon1603
241 hkey_fn_t *handler; local
[all...]
/freebsd-current/sys/kern/
H A Dkern_poll.c256 poll_handler_t *handler; member in struct:pollrec
[all...]
H A Dkern_module.c53 modeventhand_t handler; /* event handler */ member in struct:module
/freebsd-current/usr.sbin/devctl/
H A Ddevctl.c39 int (*handler)(int ac, char **av); member in struct:devctl_command
/freebsd-current/usr.sbin/mfiutil/
H A Dmfiutil.h100 int (*handler)(int ac, char **av); member in struct:mfiutil_command
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.h73 u32 handler; member in struct:mt7915_coredump::__anon379
/freebsd-current/contrib/libevent/
H A Dsignal.c214 evsig_set_handler_(struct event_base *base, int evsignal, void (__cdecl *handler)(int)) argument
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_eaction.c90 ipfw_eaction_t *handler; member in struct:eaction_obj
184 create_eaction_obj(struct ip_fw_chain *ch, ipfw_eaction_t handler, argument
336 ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler, const char *name) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp293 TSAN_INTERCEPTOR(void, xpc_connection_set_event_handler, xpc_connection_t connection, xpc_handler_t handler) argument
322 TSAN_INTERCEPTOR(void, xpc_connection_send_message_with_reply, xpc_connection_t connection, xpc_object_t message, dispatch_queue_t replyq, xpc_handler_t handler) argument
/freebsd-current/crypto/openssh/
H A Dlog.c330 set_log_handler(log_handler_fn *handler, void *ctx) argument
/freebsd-current/contrib/expat/tests/
H A Dhandlers.h322 XML_ExternalEntityRefHandler handler; member in struct:ext_hdlr_data
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c177 _Unwind_Personality_Fn handler = (_Unwind_Personality_Fn)frameInfo.handler; local
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp154 LogHandlerKind handler = eLogHandlerStream; member in class:CommandObjectLogEnable::CommandOptions
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp309 INTERCEPTOR(void *, dispatch_mach_create, const char *label, dispatch_queue_t dq, dispatch_mach_handler_t handler) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp176 void FlagParser::RegisterHandler(const char *name, FlagHandlerBase *handler, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp242 AppleThreadPlanStepThroughDirectDispatch( Thread &thread, AppleObjCTrampolineHandler &handler, llvm::StringRef dispatch_func_name) argument
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c159 handler(int s) function
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h59 request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, argument
67 request_threaded_irq(int irq, irq_handler_t handler, argument
77 devm_request_irq(struct device *dev, int irq, irq_handler_t handler, unsigned long flags, const char *name, void *arg) argument
85 devm_request_threaded_irq(struct device *dev, int irq, irq_handler_t handler, irq_handler_t thread_handler, unsigned long flags, const char *name, void *arg) argument
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.h94 void (*handler) (struct parse *, FILE *); /* command handler */ member in struct:xcmd
/freebsd-current/contrib/wpa/src/common/
H A Dgas_server.c43 struct gas_server_handler *handler; member in struct:gas_server_response
89 gas_server_send_resp(struct gas_server *gas, struct gas_server_handler *handler, argument
171 struct gas_server_handler *handler; local
258 struct gas_server_handler *handler = response->handler; local
528 struct gas_server_handler *handler, *tmp; local
560 struct gas_server_handler *handler; local
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Deloop_win.c21 eloop_sock_handler handler; member in struct:eloop_sock
28 eloop_event_handler handler; member in struct:eloop_event
37 eloop_timeout_handler handler; member in struct:eloop_timeout
43 eloop_signal_handler handler; member in struct:eloop_signal
113 int eloop_register_read_sock(int sock, eloop_sock_handler handler, argument
183 eloop_register_event(void *event, size_t event_size, eloop_event_handler handler, void *eloop_data, void *user_data) argument
237 eloop_register_timeout(unsigned int secs, unsigned int usecs, eloop_timeout_handler handler, void *eloop_data, void *user_data) argument
292 eloop_cancel_timeout(eloop_timeout_handler handler, void *eloop_data, void *user_data) argument
314 eloop_cancel_timeout_one(eloop_timeout_handler handler, void *eloop_data, void *user_data, struct os_reltime *remaining) argument
341 eloop_is_timeout_registered(eloop_timeout_handler handler, void *eloop_data, void *user_data) argument
357 eloop_deplete_timeout(unsigned int req_secs, unsigned int req_usecs, eloop_timeout_handler handler, void *eloop_data, void *user_data) argument
389 eloop_replenish_timeout(unsigned int req_secs, unsigned int req_usecs, eloop_timeout_handler handler, void *eloop_data, void *user_data) argument
466 eloop_register_signal(int sig, eloop_signal_handler handler, void *user_data) argument
506 eloop_register_signal_terminate(eloop_signal_handler handler, void *user_data) argument
525 eloop_register_signal_reconfig(eloop_signal_handler handler, void *user_data) argument
592 eloop_timeout_handler handler = local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp463 Error ARMAttributeParser::handler(uint64_t tag, bool &handled) { function in class:ARMAttributeParser

Completed in 210 milliseconds

123456789