Searched refs:cause (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp244 const char *cause; local
248 cause = "use-after-scope";
252 cause = "stack-buffer-overflow";
256 cause = "stack-buffer-overflow";
260 Printf("Cause: %s\n", cause);
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c269 uint32_t esc_ICR; /* x00C0 cause read/clear */
271 uint32_t esc_ICS; /* x00C8 cause set */
839 uint32_t cause = 0; local
933 cause |= E1000_ICR_SRPD | E1000_ICR_RXT0;
936 cause |= E1000_ICR_RXT0;
953 cause |= E1000_ICR_RXDMT0;
955 if (cause != 0)
956 e82545_icr_assert(sc, cause);
1466 uint32_t cause; local
1492 cause
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-query.mk47 # the cause for that exit code varied over time though.
H A Dvarmod-remember.mk52 # as that form caused a parse error. The cause for the parse error in
/freebsd-current/sys/dev/mvs/
H A Dmvs_soc.c323 arg.cause = ic & (IC_ERR_IRQ|IC_DONE_IRQ);
324 if ((arg.cause != 0) &&
H A Dmvs_pci.c371 arg.cause = ic & (IC_ERR_IRQ|IC_DONE_IRQ);
372 if ((arg.cause != 0) &&
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h282 uint64_t cause; member in struct:GPR_linux_mips
H A DRegisterInfos_mips64.h130 DEFINE_GPR(cause, nullptr, dwarf_cause_mips64, dwarf_cause_mips64,
H A DRegisterInfos_mips.h151 DEFINE_GPR(cause, nullptr, dwarf_cause_mips, dwarf_cause_mips,
/freebsd-current/sys/dev/iser/
H A Diser_verbs.c32 iser_cq_event_callback(struct ib_event *cause, void *context) argument
34 ISER_ERR("got cq event %d", cause->event);
38 iser_qp_event_callback(struct ib_event *cause, void *context) argument
40 ISER_ERR("got qp event %d", cause->event);
179 * would not cause interrupts to be missed.
/freebsd-current/usr.bin/tftp/
H A Dmain.c284 const char *cause = "unknown"; local
311 cause = "socket";
319 cause = "bind";
329 warn("%s", cause);
/freebsd-current/sys/netinet/
H A Dsctp_auth.c1616 struct sctp_error_auth_invalid_hmac *cause; local
1632 cause = mtod(op_err, struct sctp_error_auth_invalid_hmac *);
1633 cause->cause.code = htons(SCTP_CAUSE_UNSUPPORTED_HMACID);
1634 cause->cause.length = htons(sizeof(struct sctp_error_auth_invalid_hmac));
1635 cause->hmac_id = ntohs(hmac_id);
H A Dsctp_indata.c58 * This will cause sctp_service_queues() to get called on the top entry in
1636 * cause a sballoc so its accounted
1805 * Check to see about the GONE flag, duplicates would cause a sack
1828 struct sctp_error_invalid_stream *cause; local
1835 cause = mtod(op_err, struct sctp_error_invalid_stream *);
1842 cause->cause.code = htons(SCTP_CAUSE_INVALID_STREAM);
1843 cause->cause.length = htons(sizeof(struct sctp_error_invalid_stream));
1844 cause
2871 struct sctp_gen_error_cause *cause; local
[all...]
/freebsd-current/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c249 const char *cause; local
263 cause = "no address";
269 cause = "socket";
273 cause = "connect";
281 syslog(LOG_ERR, "%s: %m", cause);
/freebsd-current/share/mk/
H A Dbsd.test.mk47 # installed and thus won't cause false negatives.
H A Dlocal.sys.dirdeps.mk125 # conditionals do not cause syntax errors when Makefile.depend
H A Dbsd.opts.mk95 # means that ASLR is of limited effectiveness, and it may cause issues with
/freebsd-current/sys/dev/mwl/
H A Dmwlhal.c476 * Return the current ISR setting and clear the cause.
483 uint32_t cause;
485 cause = RD4(mh, MACREG_REG_A2H_INTERRUPT_CAUSE);
486 if (cause == 0xffffffff) { /* card removed */
487 device_printf(mh->mh_dev, "%s: cause 0x%x\n", __func__, cause);
488 cause = 0;
489 } else if (cause != 0) {
490 /* clear cause bits */
492 cause
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh214 + * the string manipulation in a lock and in a way that will not cause a sleep
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c767 uint32_t cause; local
774 /* read ec cause */
775 cause = al_iofic_read_cause(adapter->ec_ints_base, AL_INT_GROUP_A);
776 al_dbg("[%s]: ethernet group A cause 0x%08x\n", adapter->name, cause);
777 if (cause & 1)
779 cause = al_iofic_read_cause(adapter->mac_ints_base, AL_INT_GROUP_A);
780 al_dbg("[%s]: mac group A cause 0x%08x\n", adapter->name, cause);
782 cause
[all...]
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c1315 int ret, edc_needed, cause = 0; local
1345 cause = cphy_cause_module_change;
1352 ret |= cause;
2072 int ret, edc_needed, cause = 0; local
2097 cause = cphy_cause_module_change;
2104 ret |= cause;
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h2166 enum iwl_mvm_low_latency_cause cause);
2191 enum iwl_mvm_low_latency_cause cause)
2196 mvmvif->low_latency |= cause;
2198 mvmvif->low_latency &= ~cause;
2205 cause != LOW_LATENCY_DEBUGFS_FORCE_ENABLE)
2208 if (cause == LOW_LATENCY_DEBUGFS_FORCE_ENABLE && set)
2190 iwl_mvm_vif_set_low_latency(struct iwl_mvm_vif *mvmvif, bool set, enum iwl_mvm_low_latency_cause cause) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
H A Dmodsi3.S82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h388 uint32_t cause; member in struct:al_pcie_revx_w_int_grp
392 * Writing 1 to a bit in this register sets its corresponding cause bit,
427 * Each bit in this register masks the corresponding cause bit for
438 * Each bit in this register masks the corresponding cause bit for
1215 * cause bits are cleared to 0, enabling immediate interrupt assertion if any
1216 * unmasked cause bit is set to 1. This bit is self-negated.
1225 /* MSI-X AWID value. Same ID for all cause bits. */
1333 * cause bits are cleared to 0, enabling an immediate interrupt assertion if any
1334 * unmasked cause bit is set to 1. This bit is self-negated.
1343 /* MSI-X AWID value. Same ID for all cause bit
[all...]

Completed in 420 milliseconds

1234