Searched refs:handled (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1;
77 ATF_REQUIRE(handled);
/freebsd-11-stable/sys/dev/drm/
H A Dmga_irq.c61 int handled = 0; local
70 handled = 1;
90 handled = 1;
93 if (handled)
H A Dvia_irq.c116 int handled = 0; local
139 handled = 1;
146 handled = 1;
160 if (handled)
H A Di915_drm.h417 int handled; member in struct:drm_i915_op_arg
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsyssignal.c158 BOOL handled; local
162 handled = TRUE;
164 handled = FALSE;
167 return handled;
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dproc.c178 int handled = 0; local
198 ++handled;
208 ++handled;
211 ++handled;
220 ++handled;
226 if (!handled) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp141 bool handled = m_arch_up->NotifyException(exc);
157 return handled;
159 // Pretend we handled it.
H A DNativeThreadListDarwin.cpp501 bool handled = false;
507 handled = true;
512 if (!handled)
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c1310 int error, errcode_valid, handled, idtvec, reflect; local
1318 handled = 0;
1330 * #VMEXIT(INVALID) needs to be handled early because the VMCB is
1356 handled = 1;
1360 handled = 1;
1364 handled = 1;
1367 handled = 1;
1437 handled = 1;
1455 handled = 1;
1467 handled
1973 int handled; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp960 bool handled = false; local
965 handled =
968 if (!handled) {
981 handled = DoExecute(cmd_args, result);
987 return handled;
992 bool handled = false; local
999 handled = InvokeOverrideCallback(argv, result);
1001 if (!handled) {
1003 handled = DoExecute(args_string, result);
1007 return handled;
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dtrap.c159 bool handled; local
240 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0,
243 if (handled)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp305 bool handled = false; local
310 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp);
315 handled = true;
332 if (!handled) {
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c1114 int handled, func; local
1118 handled = x86_emulate_cpuid(vm, vcpu,
1123 return (handled);
1136 int handled)
1140 handled ? "handled" : "unhandled",
2038 int error, handled, offset; local
2042 handled = HANDLED;
2083 handled = UNHANDLED;
2096 handled
1135 vmx_exit_trace(struct vmx *vmx, int vcpu, uint64_t rip, uint32_t exit_reason, int handled) argument
2242 int error, errcode, errcode_valid, handled, in; local
2850 int rc, handled, launched; local
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk19 # Exclude toolchain which is handled special.
H A Dbsd.progs.mk81 # These are handled by the main make process.
/freebsd-11-stable/sys/kern/
H A Dsubr_kdb.c651 int handled; local
689 handled = be->dbbe_trap(type, code);
709 return (handled);
/freebsd-11-stable/sys/arm/arm/
H A Dtrap-v4.c408 bool handled; local
461 handled = kdb_trap(fsr, 0, tf);
463 if (handled)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp125 bool handled = false; local
129 handled = true;
136 if (!handled) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c358 int handled; /* 1 if a buffered event was handled. */
620 new_p->handled = 0;
1038 /* Note that this thread's current event has been handled.
1049 p->handled = 1;
1052 /* Was this thread's current event handled?
1061 return p->handled;
1063 return 0; /* New threads have not been handled */
1082 p->handled = 0;
1099 p->handled
357 int handled; /* 1 if a buffered event was handled. */ member in struct:thread_info_struct
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dtrap.c918 bool handled; local
987 handled = kdb_trap(type, 0, frame);
990 if (handled)
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dtrap.c192 * handled the trap and modified the trap frame so that this
393 bool handled; local
400 handled = kdb_trap(frame->exc, 0, frame);
402 if (handled)
418 printf("%s %s trap:\n", isfatal ? "fatal" : "handled",
/freebsd-11-stable/sys/amd64/amd64/
H A Dtrap.c841 bool handled; local
892 handled = kdb_trap(type, 0, frame);
894 if (handled)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp48 bool handled = false; local
59 handled = true;
63 return handled;
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/freebsd-11-stable/sys/net/
H A Dnetisr.c861 u_int handled; local
883 handled = npwp->nw_len;
907 npwp->nw_handled += handled;
908 return (handled);

Completed in 280 milliseconds

12