Home
last modified time | relevance | path

Searched refs:handler_found (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Ddebug-monitors.c244 bool handler_found = false; in single_step_handler() local
253 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()
254 handler_found = true; in single_step_handler()
256 if (!handler_found && user_mode(regs)) { in single_step_handler()
266 } else if (!handler_found) { in single_step_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Ddebug-monitors.c244 bool handler_found = false; in single_step_handler() local
253 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()
254 handler_found = true; in single_step_handler()
256 if (!handler_found && user_mode(regs)) { in single_step_handler()
266 } else if (!handler_found) { in single_step_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Ddebug-monitors.c244 bool handler_found = false; in single_step_handler() local
253 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()
254 handler_found = true; in single_step_handler()
256 if (!handler_found && user_mode(regs)) { in single_step_handler()
266 } else if (!handler_found) { in single_step_handler()
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/WebService/Server/
H A DREST.pm420 my (@matches, $handler_found, $handler_method, $handler_class);
460 $handler_found = 1;
463 last if $handler_found;
465 last if $handler_found;
468 return $handler_found;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/ios/
H A Dexception_processor.mm164 bool handler_found = false;
206 handler_found = true;
296 handler_found = true;
306 if (!handler_found) {
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Dhandler_makers.cpp38 so_5::enveloped_msg::access_context_t::handler_found, in process_envelope_when_handler_found()
H A Denveloped_msg.hpp115 handler_found, enumerator
H A Dagent.cpp1261 so_5::enveloped_msg::access_context_t::handler_found, in process_enveloped_msg()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/impl/
H A Denveloped_msg_details.hpp209 access_context_t::handler_found, in invoke()
/dports/net/arataga/so5extra-v.1.4.1/dev/sample/so_5_extra/enveloped_msg/delivery_receipt/
H A Dmain.cpp84 if(access_context_t::handler_found == context) in access_hook()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/enveloped_msg/
H A Dcommon_stuff.hpp64 case access_context_t::handler_found: in access_hook()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/enveloped_msg/simplest/
H A Dmain.cpp47 case access_context_t::handler_found: in access_hook()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/experimental/testing/v1/
H A Dall.cpp838 case access_context_t::handler_found : in access_hook()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/
H A Dso_5_5_23__enveloped_msg.md82 * `access_context_t::handler_found`. It means that an enveloped message is delivered to a receiver …