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

12

/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1;
77 ATF_REQUIRE(handled);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h23 Error handler(uint64_t tag, bool &handled) override;
H A DELFAttributeParser.h28 virtual Error handler(uint64_t tag, bool &handled) = 0;
H A DARMAttributeParser.h30 Error handler(uint64_t tag, bool &handled) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributeParser.cpp54 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { argument
55 handled = false;
61 handled = true;
H A DELFAttributeParser.cpp101 bool handled; local
102 if (Error e = handler(tag, handled))
105 if (!handled) {
H A DARMAttributeParser.cpp359 Error ARMAttributeParser::handler(uint64_t tag, bool &handled) { argument
360 handled = false;
367 handled = true;
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsyssignal.c158 BOOL handled; local
162 handled = TRUE;
164 handled = FALSE;
167 return handled;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk21 # The shell attributes are handled by Job_ParseShell.
23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
24 # The '\#' is handled by ParseGetLine.
25 # The '\n' is handled by Str_Words in Job_ParseShell.
26 # The '$$' is handled by Var_Subst in ParseDependency.
60 # not handled by the Job module but by the Compat module, see the
H A Ddirective-ifdef.mk17 # String literals are handled the same in all variants of the .if directive.
H A Dvarname-dollar.mk20 # variable, or whether '$$' is handled by the parser.
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp972 bool handled = false; local
977 handled =
980 if (!handled) {
993 handled = DoExecute(cmd_args, result);
999 return handled;
1004 bool handled = false; local
1011 handled = InvokeOverrideCallback(argv, result);
1013 if (!handled) {
1015 handled = DoExecute(args_string, result);
1019 return handled;
[all...]
/freebsd-13-stable/sys/riscv/riscv/
H A Dtrap.c183 bool handled; local
259 handled = kdb_trap(frame->tf_scause & SCAUSE_CODE, 0, frame);
261 if (handled)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp303 bool handled = false; local
308 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp);
313 handled = true;
330 if (!handled) {
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c1199 int handled; local
1201 handled = x86_emulate_cpuid(vm, vcpu, (uint64_t *)&vmxctx->guest_rax,
1204 return (handled);
1217 int handled)
1221 handled ? "handled" : "unhandled",
2126 int error, handled, offset; local
2130 handled = HANDLED;
2171 handled = UNHANDLED;
2184 handled
1216 vmx_exit_trace(struct vmx *vmx, int vcpu, uint64_t rip, uint32_t exit_reason, int handled) argument
2330 int error, errcode, errcode_valid, handled, in; local
2974 int rc, handled, launched; local
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_priv.c115 priv_check_cred_post(struct ucred *cred, int priv, int error, bool handled) argument
118 if (__predict_true(handled))
H A Dsubr_kdb.c689 int handled; local
727 handled = be->dbbe_trap(type, code);
750 return (handled);
/freebsd-13-stable/share/mk/
H A Dlocal.gendirdeps.mk23 # Exclude toolchain which is handled special.
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.c1331 int error, errcode_valid, handled, idtvec, reflect; local
1339 handled = 0;
1351 * #VMEXIT(INVALID) needs to be handled early because the VMCB is
1377 handled = 1;
1381 handled = 1;
1385 handled = 1;
1388 handled = 1;
1458 handled = 1;
1476 handled = 1;
1488 handled
2000 int handled; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp125 bool handled = false; local
129 handled = true;
136 if (!handled) {
/freebsd-13-stable/sys/arm/arm/
H A Dtrap-v6.c92 * How are the aborts handled?
97 * - Always fatal, but can be handled somehow in the future.
558 bool handled; local
607 handled = kdb_trap(fsr, 0, tf);
609 if (handled)
/freebsd-13-stable/sys/arm64/arm64/
H A Dtrap.c242 bool handled; local
330 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0,
333 if (handled)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp47 bool handled = false; local
71 handled = true;
75 return handled;
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c405 int handled; local
415 handled = 0;
481 handled = 1;
525 handled = 0;
527 /* Don't proceed to the POSIX bits if we've already handled it */
528 if (handled)
823 bool handled; local
830 handled = false;
840 handled = true;
861 handled
[all...]

Completed in 397 milliseconds

12