Searched refs:cause (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-current/contrib/bmake/unit-tests/
H A Dexport-all.mk13 # this will cause trouble (recursing if we let it)
H A Dcounter.mk8 # The cause for this surprising behavior was that the ::= variable modifiers
H A Dcounter-append.mk8 # The cause for this surprising behavior was that the ::= variable modifiers
H A Ddep-colon-bug-cross-file.mk23 # The 'Z' means access to already freed memory; see jemalloc(3). The cause
H A Ddotwait.mk56 # cycle: the cyclic dependency must not cause infinite recursion
H A Ddeptgt-end-fail.mk7 # even though this was intended. The cause for this was a missing condition
/freebsd-current/sys/dev/usb/controller/
H A Dehci_mv.c338 unsigned cause; local
340 cause = EREAD4(sc, USB_BRIDGE_INTR_CAUSE);
341 if (cause) {
343 if (cause & MV_USB_ADDR_DECODE_ERR) {
349 if (cause & MV_USB_HOST_UNDERFLOW)
351 if (cause & MV_USB_HOST_OVERFLOW)
353 if (cause & MV_USB_DEVICE_UNDERFLOW)
355 if (cause & ~(MV_USB_ADDR_DECODE_ERR | MV_USB_HOST_UNDERFLOW |
357 printf("unknown cause (cause
[all...]
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c169 unsigned int cause, v; local
171 err = mdio_read(phy, MDIO_DEV_VEND1, 0xfc01, &cause);
175 if (cause & AQBIT(2)) {
190 cause &= ~4;
193 if (cause)
195 " (0x%x)\n", phy->addr, cause);
205 unsigned int cause; local
207 err = mdio_read(phy, MDIO_DEV_VEND1, AQ_IFLAG_GLOBAL, &cause);
211 if (cause & AQBIT(0)) {
215 cause
[all...]
H A Dcxgb_mc5.c431 u32 cause = t3_read_reg(adap, A_MC5_DB_INT_CAUSE); local
433 if ((cause & F_PARITYERR) && mc5->parity_enabled) {
438 if (cause & F_REQQPARERR) {
443 if (cause & F_DISPQPARERR) {
448 if (cause & F_ACTRGNFULL)
450 if (cause & F_NFASRCHFAIL)
452 if (cause & F_UNKNOWNCMD)
454 if (cause & F_DELACTEMPTY)
456 if (cause & MC5_INT_FATAL)
459 t3_write_reg(adap, A_MC5_DB_INT_CAUSE, cause);
[all...]
H A Dcxgb_mv88e1xxx.c253 u32 cause; local
256 mdio_read(cphy, 0, MV88E1XXX_INTR_STATUS, &cause);
257 cause &= INTR_ENABLE_MASK;
258 if (cause & link_change_intrs)
260 if (cause & MV_INTR_FIFO_OVER_UNDER)
H A Dcxgb_vsc8211.c305 unsigned int cause; local
308 err = mdio_read(cphy, 0, VSC8211_INTR_STATUS, &cause);
312 cause &= INTR_MASK;
313 if (cause & CFG_CHG_INTR_MASK)
315 if (cause & (VSC_INTR_RX_FIFO | VSC_INTR_TX_FIFO))
H A Dcxgb_t3_hw.c2101 u32 cause = t3_read_reg(adapter, mc7->offset + A_MC7_INT_CAUSE); local
2103 if (cause & F_CE) {
2113 if (cause & F_UE) {
2123 if (G_PE(cause)) {
2126 mc7->name, G_PE(cause));
2129 if (cause & F_AE) {
2140 if (cause & MC7_INTR_FATAL)
2143 t3_write_reg(adapter, mc7->offset + A_MC7_INT_CAUSE, cause);
2153 u32 cause; local
2167 cause
2210 u32 i, cause = t3_read_reg(adapter, A_T3DBG_INT_CAUSE); local
2248 u32 cause = t3_read_reg(adapter, A_PL_INT_CAUSE0); local
[all...]
/freebsd-current/tools/tools/netrate/netblast/
H A Dnetblast.c146 const char *cause = NULL; local
196 cause = "socket";
201 cause = "connect";
210 perror(cause);
/freebsd-current/sys/netinet/
H A Dsctp.h383 * error cause parameters (user visible)
394 /* optional cause-specific info may follow */
398 struct sctp_error_cause cause; /* code=SCTP_CAUSE_INVALID_STREAM */ member in struct:sctp_error_invalid_stream
404 struct sctp_error_cause cause; /* code=SCTP_CAUSE_MISSING_PARAM */ member in struct:sctp_error_missing_param
410 struct sctp_error_cause cause; /* code=SCTP_CAUSE_STALE_COOKIE */ member in struct:sctp_error_stale_cookie
415 struct sctp_error_cause cause; /* code=SCTP_CAUSE_OUT_OF_RESOURCES */ member in struct:sctp_error_out_of_resource
419 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNRESOLVABLE_ADDR */ member in struct:sctp_error_unresolv_addr
423 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNRECOG_CHUNK */ member in struct:sctp_error_unrecognized_chunk
428 struct sctp_error_cause cause; /* code=SCTP_CAUSE_NO_USER_DATA */ member in struct:sctp_error_no_user_data
433 struct sctp_error_cause cause; /* cod member in struct:sctp_error_auth_invalid_hmac
[all...]
H A Dsctp_input.c430 struct sctp_error_missing_param *cause; local
433 cause = mtod(op_err, struct sctp_error_missing_param *);
435 cause->cause.code = htons(SCTP_CAUSE_MISSING_PARAM);
436 cause->cause.length = htons(len);
437 cause->num_missing_params = htonl(1);
438 cause->type[0] = htons(SCTP_STATE_COOKIE);
761 * Need to check the cause codes for our two magic nat
764 struct sctp_error_cause *cause; local
1063 struct sctp_error_cause *cause; local
2418 struct sctp_error_stale_cookie *cause; local
5191 struct sctp_gen_error_cause *cause; local
[all...]
/freebsd-current/tools/tools/netrate/netreceive/
H A Dnetreceive.c201 const char *cause = NULL; local
240 cause = "socket";
246 cause = "SO_RCVBUF";
251 cause = "bind";
259 perror(cause);
/freebsd-current/sys/arm/mv/
H A Dmpic.c293 uint32_t cause, irqsrc; local
301 for (cause = MPIC_CPU_READ(sc, MPIC_PPI_CAUSE); cause > 0;
302 cause >>= 1, irq++) {
303 if (cause & 1) {
509 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause);
516 uint32_t cause; local
520 cause = MPIC_DRBL_READ(mv_mpic_sc, 0);
522 if (cause)
523 bit_off = ffs(cause)
[all...]
H A Dmv_ap806_sei.c281 uint64_t cause; local
287 cause = RD4(sc, GICP_SECR1);
288 cause <<= 32;
289 cause |= RD4(sc, GICP_SECR0);
291 irq = ffsll(cause);
/freebsd-current/sys/dev/mwl/
H A Dmwlhal.h123 * Return the current ISR setting and clear the cause.
130 uint32_t cause; local
132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
134 if (cause == 0xffffffff) { /* card removed */
135 cause = 0;
136 } else if (cause != 0) {
137 /* clear cause bits */
139 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask);
142 cause &= mh->mh_imask;
144 *status = cause;
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc108 // On OS X, calling internal_memcpy here will cause memory corruptions,
/freebsd-current/contrib/netbsd-tests/net/mcast/
H A Dmcast.c193 const char *cause = "?"; local
208 cause = "socket";
212 cause = "allow v4 mapped";
216 cause = f == bind ? "bind" : "connect";
220 cause = "join group";
233 ERRX(EXIT_FAILURE, "%s (%s)", cause, strerror(lasterrno));
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-csr.h593 #define CSR_MSIX_RX_IVAR(cause) (CSR_MSIX_RX_IVAR_AD_REG + (cause))
594 #define CSR_MSIX_IVAR(cause) (CSR_MSIX_IVAR_AD_REG + (cause))
/freebsd-current/contrib/wpa/src/ap/
H A Daccounting.c269 int cause = sta->acct_terminate_cause; local
343 cause = RADIUS_ACCT_TERMINATE_CAUSE_ADMIN_REBOOT;
345 if (stop && cause &&
347 cause)) {
/freebsd-current/sys/dev/malo/
H A Dif_malohal.c749 * Return the current ISR setting and clear the cause.
754 uint32_t cause; local
756 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
758 if (cause == 0xffffffff) { /* card removed */
759 cause = 0;
760 } else if (cause != 0) {
761 /* clear cause bits */
763 MALO_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask);
766 cause &= mh->mh_imask;
769 *status = cause;
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp102 uint64_t cause; member in struct:_GPR

Completed in 191 milliseconds

1234