/freebsd/contrib/ntp/libntp/ |
H A D | syssignal.c | 158 BOOL handled; in console_event_handler() local 162 handled = TRUE; in console_event_handler() 164 handled = FALSE; in console_event_handler() 167 return handled; in console_event_handler()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_lock.c | 44 volatile int handled = 0; variable 49 handled = 1; in handler() 77 ATF_REQUIRE(handled); in ATF_TC_BODY()
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 454 bool handled; in riscv_handle_world_switch() local 458 handled = false; in riscv_handle_world_switch() 467 return (handled); in riscv_handle_world_switch() 497 handled = false; in riscv_handle_world_switch() 500 handled = vmm_sbi_ecall(hypctx->vcpu); in riscv_handle_world_switch() 501 if (handled == true) in riscv_handle_world_switch() 513 handled = false; in riscv_handle_world_switch() 519 handled = false; in riscv_handle_world_switch() 523 return (handled); in riscv_handle_world_switch() 610 bool handled; in vmmops_run() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RISCVAttributeParser.cpp | 65 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument 66 handled = false; in handler() 71 handled = true; in handler()
|
H A D | CSKYAttributeParser.cpp | 70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument 71 handled = false; in handler() 76 handled = true; in handler()
|
H A D | ELFAttributeParser.cpp | 99 bool handled; in parseAttributeList() local 100 if (Error e = handler(tag, handled)) in parseAttributeList() 103 if (!handled) { in parseAttributeList()
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | proc.c | 176 int handled = 0; in proc_track() local 196 ++handled; in proc_track() 206 ++handled; in proc_track() 209 ++handled; in proc_track() 218 ++handled; in proc_track() 224 if (!handled) { in proc_track()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 1253 int handled; in vmx_handle_cpuid() local 1255 handled = x86_emulate_cpuid(vcpu->vcpu, (uint64_t *)&vmxctx->guest_rax, in vmx_handle_cpuid() 1258 return (handled); in vmx_handle_cpuid() 1269 int handled) in vmx_exit_trace() argument 1272 handled ? "handled" : "unhandled", in vmx_exit_trace() 2180 int error, handled, offset; in vmx_handle_apic_write() local 2184 handled = HANDLED; in vmx_handle_apic_write() 2225 handled = UNHANDLED; in vmx_handle_apic_write() 2238 handled = UNHANDLED; in vmx_handle_apic_write() 2241 return (handled); in vmx_handle_apic_write() [all …]
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1342 int error __diagused, errcode_valid, handled, idtvec, reflect; in svm_vmexit() local 1350 handled = 0; in svm_vmexit() 1388 handled = 1; in svm_vmexit() 1392 handled = 1; in svm_vmexit() 1396 handled = 1; in svm_vmexit() 1399 handled = 1; in svm_vmexit() 1536 handled = 1; in svm_vmexit() 1554 handled = 1; in svm_vmexit() 1566 handled = 1; in svm_vmexit() 1574 handled = svm_handle_io(vcpu, vmexit); in svm_vmexit() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | rx.c | 1024 IWL_DEBUG_ISR(trans, "[%d] handled %d, budget %d\n", 1050 IWL_DEBUG_ISR(trans, "[%d] handled %d, budget %d\n", rxq->id, ret, 1509 u32 r, i, count = 0, handled = 0; 1531 while (i != r && ++handled < budget) { 1631 return handled; 1841 u32 handled = 0; 1931 handled |= CSR_INT_BIT_HW_ERR; 1955 handled |= CSR_INT_BIT_ALIVE; 1964 handled |= CSR_INT_BIT_RF_KILL; 1971 handled | [all...] |
/freebsd/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 780 int handled; in arm64_handle_world_switch() local 785 handled = handle_el1_sync_excp(hypctx, vme, pmap); in arm64_handle_world_switch() 794 handled = UNHANDLED; in arm64_handle_world_switch() 804 handled = UNHANDLED; in arm64_handle_world_switch() 810 handled = UNHANDLED; in arm64_handle_world_switch() 814 return (handled); in arm64_handle_world_switch() 1065 int handled; in vmmops_run() local 1167 handled = arm64_handle_world_switch(hypctx, excp_type, vme, in vmmops_run() 1169 if (handled == UNHANDLED) in vmmops_run()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ibm6000 | 16 # GRR: line below is too general as it matches also TTComp archive, ASCII, 1K handled by ./archive 18 # GRR: line below is too general as it matches also TTComp archive, ASCII, 2K handled by ./archive
|
H A D | pdp | 25 …modore D64 disc image like "The Great Gianna Sisters.d64" initialized with ^A and handled by ./c64 27 # skip MMDF mailbox like maillog.expected.2 with MBOX characteristic near the beginning handled by …
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_dev_err.c | 285 bool handled = false; in adf_check_slice_hang() local 309 handled |= adf_handle_slice_hang(accel_dev, in adf_check_slice_hang() 317 return handled; in adf_check_slice_hang()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 797 bool handled = false; in Execute() local 802 handled = in Execute() 805 if (!handled) { in Execute() 839 bool handled = false; in Execute() local 846 handled = InvokeOverrideCallback(argv, result); in Execute() 848 if (!handled) { in Execute()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_ctx_set1_caPubs.pod | 35 The reference counts of those certificates handled successfully are increased. 51 The reference counts of those certificates handled successfully are increased.
|
/freebsd/sys/kern/ |
H A D | subr_kdb.c | 747 int handled; in kdb_trap() local 787 handled = 1; in kdb_trap() 790 handled = be->dbbe_trap(type, code); in kdb_trap() 813 return (handled); in kdb_trap()
|
H A D | kern_priv.c | 112 priv_check_cred_post(struct ucred *cred, int priv, int error, bool handled) in priv_check_cred_post() argument 115 if (__predict_true(handled)) in priv_check_cred_post()
|
/freebsd/sys/riscv/riscv/ |
H A D | trap.c | 215 bool handled; in page_fault_handler() local 297 handled = kdb_trap(frame->tf_scause & SCAUSE_CODE, 0, frame); in page_fault_handler() 299 if (handled) in page_fault_handler()
|
/freebsd/sys/arm/arm/ |
H A D | trap-v6.c | 549 bool handled; in abort_fatal() local 598 handled = kdb_trap(fsr, 0, tf); in abort_fatal() 600 if (handled) in abort_fatal()
|
/freebsd/contrib/netbsd-tests/usr.bin/config/ |
H A D | d_loop2 | 7 # Devices that are their own parent must be handled properly
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | RISCVAttributeParser.h | 23 Error handler(uint64_t tag, bool &handled) override;
|
H A D | CSKYAttributeParser.h | 32 Error handler(uint64_t tag, bool &handled) override;
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 354 bool handled = false; in IOHandlerInputComplete() local 359 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp); in IOHandlerInputComplete() 364 handled = true; in IOHandlerInputComplete() 381 if (!handled) { in IOHandlerInputComplete()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.def | 26 …handled via HANDLE_*_EXCLUDE_LLVM_C_API will not be expanded in areas the HANDLE_* macro is used. …
|