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

12

/freebsd-10.1-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.1-release/contrib/ntp/libntp/
H A Dsyssignal.c157 BOOL handled; local
161 handled = TRUE;
163 handled = FALSE;
166 return handled;
/freebsd-10.1-release/sys/amd64/vmm/intel/
H A Dvmx.c1029 int handled, func; local
1033 handled = x86_emulate_cpuid(vm, vcpu,
1038 return (handled);
1051 int handled)
1055 handled ? "handled" : "unhandled",
1919 int error, handled, offset; local
1923 handled = HANDLED;
1964 handled = UNHANDLED;
1977 handled
1050 vmx_exit_trace(struct vmx *vmx, int vcpu, uint64_t rip, uint32_t exit_reason, int handled) argument
2083 int error, handled, in; local
2505 int rc, handled, launched; local
[all...]
/freebsd-10.1-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.1-release/sys/kern/
H A Dsubr_kdb.c618 int handled; local
656 handled = be->dbbe_trap(type, code);
676 return (handled);
/freebsd-10.1-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...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp64 bool handled = false; local
76 handled = true;
86 return handled;
/freebsd-10.1-release/sys/net/
H A Dnetisr.c727 u_int handled; local
749 handled = npwp->nw_len;
773 npwp->nw_handled += handled;
774 return (handled);
/freebsd-10.1-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.1-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/freebsd-10.1-release/sys/dev/isp/
H A DDriverManual.txt358 some platforms, temporary resource shortages can be handled by the main
411 Queue and handled very much like an initiator mode command (i.e., calling
417 is completely handled.
/freebsd-10.1-release/contrib/binutils/ld/scripttempl/
H A Delf.sc353 /* .gnu.warning sections are handled specially by elf32.em. */
H A Dmep.sc304 /* .gnu.warning sections are handled specially by elf32.em. */
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Drefer.cpp838 int handled = handle_pending(EOF); local
839 assert(!handled);
/freebsd-10.1-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.1-release/sys/dev/drm2/
H A Ddrm.h923 int handled; member in struct:drm_bo_op_arg
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_drm.h452 int handled; member in struct:drm_i915_op_arg
/freebsd-10.1-release/share/mk/
H A Dbsd.cpu.mk260 # NB: COPTFLAGS is handled in /usr/src/sys/conf/kern.pre.mk
H A Dbsd.own.mk559 # This should be handled above along the handling of all other NO_* options.
/freebsd-10.1-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.1-release/sys/dev/mpr/
H A Dmpr.c567 * attaching. If attaching and there is an error, that is handled by
1989 int event, handled = 0; local
1995 handled++;
1999 if (handled == 0)
2473 * Set up DMA direction flags. Bi-directional requests are also handled
/freebsd-10.1-release/sys/dev/mps/
H A Dmps.c538 * attaching. If attaching and there is an error, that is handled by
1958 int event, handled = 0; local
1964 handled++;
1968 if (handled == 0)
2380 * Set up DMA direction flags. Bi-directional requests are also handled

Completed in 345 milliseconds

12