Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1; in handler()
77 ATF_REQUIRE(handled); in ATF_TC_BODY()
/freebsd/contrib/ntp/libntp/
H A Dsyssignal.c158 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/llvm-project/llvm/lib/Support/
H A DRISCVAttributeParser.cpp66 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
67 handled = false; in handler()
72 handled = true; in handler()
H A DCSKYAttributeParser.cpp70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
71 handled = false; in handler()
76 handled = true; in handler()
H A DELFAttrParserCompact.cpp102 bool handled; in parseAttributeList() local
103 if (Error e = handler(tag, handled)) in parseAttributeList()
106 if (!handled) { in parseAttributeList()
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c454 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/tests/sys/kqueue/libkqueue/
H A Dproc.c176 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/crypto/openssl/doc/man3/
H A DX509V3_EXT_print.pod22 B<X509V3_EXT_PARSE_UNKNOWN>: an unknown or unparsable extension is handled by
25 B<X509V3_EXT_DUMP_UNKNOWN>: an unknown or unparsable extension is handled by
28 B<X509V3_EXT_ERROR_UNKNOWN>: an unknown or unparsable extension is handled by
H A DSSL_get_event_timeout.pod6 handled
28 The SSL object has events which need to be handled immediately; The fields of
33 The SSL object has events which need to be handled after some amount of time
H A DDTLSv1_handle_timeout.pod30 Returns 1 if there was a pending timeout event and it was handled successfully.
35 Returns -1 if there was a pending timeout event but it could not be handled
H A DSSL_handle_events.pod35 events to be handled properly. This is equivalent to a call to
49 timeout events to be handled properly, as well as incoming network data to be
57 periodically to allow timeout events to be handled. An application can find out
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c1253 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/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c1502 u32 r, i, count = 0, handled = 0; in iwl_pcie_rx_handle() local
1524 while (i != r && ++handled < budget) { in iwl_pcie_rx_handle()
1624 return handled; in iwl_pcie_rx_handle()
1896 u32 handled = 0; in iwl_pcie_irq_handler() local
1986 handled |= CSR_INT_BIT_HW_ERR; in iwl_pcie_irq_handler()
2010 handled |= CSR_INT_BIT_ALIVE; in iwl_pcie_irq_handler()
2015 handled |= CSR_INT_BIT_RESET_DONE; in iwl_pcie_irq_handler()
2024 handled |= CSR_INT_BIT_RF_KILL; in iwl_pcie_irq_handler()
2031 handled |= CSR_INT_BIT_CT_KILL; in iwl_pcie_irq_handler()
2045 handled |= CSR_INT_BIT_SW_ERR; in iwl_pcie_irq_handler()
[all …]
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1358 int error __diagused, errcode_valid, handled, idtvec, reflect; in svm_vmexit() local
1366 handled = 0; in svm_vmexit()
1404 handled = 1; in svm_vmexit()
1408 handled = 1; in svm_vmexit()
1412 handled = 1; in svm_vmexit()
1415 handled = 1; in svm_vmexit()
1552 handled = 1; in svm_vmexit()
1570 handled = 1; in svm_vmexit()
1582 handled = 1; in svm_vmexit()
1590 handled = svm_handle_io(vcpu, vmexit); in svm_vmexit()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dibm600016 # 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 Dpdp25 …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/arm64/vmm/
H A Dvmm_arm64.c797 int handled; in arm64_handle_world_switch() local
802 handled = handle_el1_sync_excp(hypctx, vme, pmap); in arm64_handle_world_switch()
811 handled = UNHANDLED; in arm64_handle_world_switch()
821 handled = UNHANDLED; in arm64_handle_world_switch()
827 handled = UNHANDLED; in arm64_handle_world_switch()
831 return (handled); in arm64_handle_world_switch()
1082 int handled; in vmmops_run() local
1184 handled = arm64_handle_world_switch(hypctx, excp_type, vme, in vmmops_run()
1186 if (handled == UNHANDLED) in vmmops_run()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_err.c285 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/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_ctx_set1_caPubs.pod35 The reference counts of those certificates handled successfully are increased.
51 The reference counts of those certificates handled successfully are increased.
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp796 bool handled = false; in Execute() local
801 handled = in Execute()
804 if (!handled) { in Execute()
838 bool handled = false; in Execute() local
845 handled = InvokeOverrideCallback(argv, result); in Execute()
847 if (!handled) { in Execute()
/freebsd/sys/kern/
H A Dsubr_kdb.c747 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 Dkern_priv.c112 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 Dtrap.c215 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/contrib/netbsd-tests/usr.bin/config/
H A Dd_loop27 # Devices that are their own parent must be handled properly
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h24 Error handler(uint64_t tag, bool &handled) override;

12345678910>>...16