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

12

/freebsd-10.2-release/contrib/netbsd-tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1;
77 ATF_REQUIRE(handled);
/freebsd-10.2-release/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
H A Ddrm.h921 int handled; member in struct:drm_bo_op_arg
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dsyssignal.c157 BOOL handled; local
161 handled = TRUE;
163 handled = FALSE;
166 return handled;
/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dvmx.c965 int handled, func; local
969 handled = x86_emulate_cpuid(vm, vcpu,
974 return (handled);
987 int handled)
991 handled ? "handled" : "unhandled",
1889 int error, handled, offset; local
1893 handled = HANDLED;
1934 handled = UNHANDLED;
1947 handled
986 vmx_exit_trace(struct vmx *vmx, int vcpu, uint64_t rip, uint32_t exit_reason, int handled) argument
2093 int error, errcode, errcode_valid, handled, in; local
2577 int rc, handled, launched; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp1009 bool handled = false; local
1015 handled = command_callback (GetOverrideCallbackBaton(), full_args.GetConstArgumentVector());
1017 if (!handled)
1031 handled = DoExecute (cmd_args, result);
1037 return handled;
1044 bool handled = false; local
1052 handled = command_callback (GetOverrideCallbackBaton(), argv);
1054 if (!handled)
1057 handled = DoExecute (args_string, result);
1061 return handled;
[all...]
/freebsd-10.2-release/sys/amd64/vmm/amd/
H A Dsvm.c1289 int error, errcode_valid, handled, idtvec, reflect; local
1297 handled = 0;
1309 * #VMEXIT(INVALID) needs to be handled early because the VMCB is
1335 handled = 1;
1339 handled = 1;
1343 handled = 1;
1346 handled = 1;
1416 handled = 1;
1434 handled = 1;
1446 handled
1919 int handled; local
[all...]
/freebsd-10.2-release/sys/kern/
H A Dsubr_kdb.c618 int handled; local
656 handled = be->dbbe_trap(type, code);
676 return (handled);
/freebsd-10.2-release/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...]
H A Dsymtab.c3496 handled by the psymtab code above). */
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp64 bool handled = false; local
76 handled = true;
86 return handled;
/freebsd-10.2-release/sys/net/
H A Dnetisr.c731 u_int handled; local
753 handled = npwp->nw_len;
777 npwp->nw_handled += handled;
778 return (handled);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1682 bool handled = false; local
1689 handled = true;
1700 handled = true;
1722 handled = true;
1727 handled = true;
1733 handled = true;
1737 if (!handled && signo && did_exec == false)
1743 handled = true;
1775 if (!handled)
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/freebsd-10.2-release/contrib/groff/src/preproc/refer/
H A Drefer.cpp838 int handled = handle_pending(EOF); local
839 assert(!handled);
/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt.c558 u_int handled; local
560 handled = 0;
567 handled += pers->event(mpt, req, msg);
569 if (handled == 0 && mpt->mpt_pers_mask == 0) {
574 } else if (handled == 0) {
/freebsd-10.2-release/share/mk/
H A Dbsd.cpu.mk264 # NB: COPTFLAGS is handled in /usr/src/sys/conf/kern.pre.mk
H A Dbsd.own.mk582 # This should be handled above along the handling of all other NO_* options.
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp891 return false; // Drawing not handled
1374 // that weren't handled. This is typically only
1505 bool handled = false; local
1512 handled = true;
1516 if (!handled)
1973 return true; // Drawing handled...
2116 bool handled = false; local
2122 handled = true;
2860 return true; // Drawing handled
3261 return true; // Drawing handled
[all...]
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr.c547 * attaching. If attaching and there is an error, that is handled by
1991 int event, handled = 0; local
1997 handled++;
2001 if (handled == 0)
2475 * Set up DMA direction flags. Bi-directional requests are also handled
/freebsd-10.2-release/sys/dev/mps/
H A Dmps.c539 * attaching. If attaching and there is an error, that is handled by
1980 int event, handled = 0; local
1986 handled++;
1990 if (handled == 0)
2402 * Set up DMA direction flags. Bi-directional requests are also handled
/freebsd-10.2-release/contrib/gcc/
H A Dexcept.c2369 check_handled (tree handled, tree type)
2376 for (t = handled; t ; t = TREE_CHAIN (t))
2382 for (t = handled; t ; t = TREE_CHAIN (t))
2551 /* Catch regions are handled by their controlling try region. */
3223 /* CATCH regions are handled in TRY above. THROW regions are
2355 check_handled(tree handled, tree type) argument
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1281 /* The LR case has to be handled a little differently... */

Completed in 208 milliseconds

12