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

12

/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1;
77 ATF_REQUIRE(handled);
/freebsd-12-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)
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsyssignal.c158 BOOL handled; local
162 handled = TRUE;
164 handled = FALSE;
167 return handled;
/freebsd-12-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-12-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-12-stable/sys/amd64/vmm/amd/
H A Dsvm.c1307 int error, errcode_valid, handled, idtvec, reflect; local
1315 handled = 0;
1327 * #VMEXIT(INVALID) needs to be handled early because the VMCB is
1353 handled = 1;
1357 handled = 1;
1361 handled = 1;
1364 handled = 1;
1434 handled = 1;
1452 handled = 1;
1464 handled
1970 int handled; local
[all...]
/freebsd-12-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-12-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-12-stable/sys/amd64/vmm/intel/
H A Dvmx.c1186 int handled, func; local
1190 handled = x86_emulate_cpuid(vm, vcpu,
1195 return (handled);
1208 int handled)
1212 handled ? "handled" : "unhandled",
2110 int error, handled, offset; local
2114 handled = HANDLED;
2155 handled = UNHANDLED;
2168 handled
1207 vmx_exit_trace(struct vmx *vmx, int vcpu, uint64_t rip, uint32_t exit_reason, int handled) argument
2314 int error, errcode, errcode_valid, handled, in; local
2956 int rc, handled, launched; local
[all...]
/freebsd-12-stable/share/mk/
H A Dlocal.gendirdeps.mk25 # Exclude toolchain which is handled special.
H A Dbsd.progs.mk81 # These are handled by the main make process.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp125 bool handled = false; local
129 handled = true;
136 if (!handled) {
/freebsd-12-stable/sys/kern/
H A Dsubr_kdb.c654 int handled; local
693 handled = be->dbbe_trap(type, code);
715 return (handled);
/freebsd-12-stable/sys/arm/arm/
H A Dtrap-v4.c400 bool handled; local
453 handled = kdb_trap(fsr, 0, tf);
455 if (handled)
/freebsd-12-stable/sys/arm64/arm64/
H A Dtrap.c161 bool handled; local
241 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0,
244 if (handled)
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp48 bool handled = false; local
59 handled = true;
63 return handled;
/freebsd-12-stable/lib/libc/regex/
H A Dregcomp.c389 int handled; local
399 handled = 0;
465 handled = 1;
509 handled = 0;
511 /* Don't proceed to the POSIX bits if we've already handled it */
512 if (handled)
807 bool handled; local
814 handled = false;
824 handled = true;
845 handled
[all...]
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/freebsd-12-stable/sys/dev/qat/
H A Dqat_hw17.c319 int handled = 0; local
321 return handled;
/freebsd-12-stable/sys/net/
H A Dnetisr.c863 u_int handled; local
885 handled = npwp->nw_len;
909 npwp->nw_handled += handled;
910 return (handled);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dtrap.c239 * handled the trap and modified the trap frame so that this
453 bool handled; local
460 handled = kdb_trap(frame->exc, 0, frame);
462 if (handled)
510 printf("%s %s trap:\n", isfatal ? "fatal" : "handled",
/freebsd-12-stable/sys/i386/i386/
H A Dtrap.c735 * 0 if this fault was handled by updating either the user or kernel
737 * 1 if this fault was from usermode and it was not handled, a synchronous
894 bool handled; local
959 handled = kdb_trap(type, 0, frame);
962 if (handled)

Completed in 312 milliseconds

12