/freebsd/sys/dev/usb/controller/ |
H A D | ehci_mv.c | 338 unsigned cause; in err_intr() local 340 cause = EREAD4(sc, USB_BRIDGE_INTR_CAUSE); in err_intr() 341 if (cause) { in err_intr() 343 if (cause & MV_USB_ADDR_DECODE_ERR) { in err_intr() 349 if (cause & MV_USB_HOST_UNDERFLOW) in err_intr() 351 if (cause & MV_USB_HOST_OVERFLOW) in err_intr() 353 if (cause & MV_USB_DEVICE_UNDERFLOW) in err_intr() 355 if (cause & ~(MV_USB_ADDR_DECODE_ERR | MV_USB_HOST_UNDERFLOW | in err_intr() 357 printf("unknown cause (cause in err_intr() [all...] |
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_aq100x.c | 169 unsigned int cause, v; in aq100x_vendor_intr() local 171 err = mdio_read(phy, MDIO_DEV_VEND1, 0xfc01, &cause); in aq100x_vendor_intr() 175 if (cause & AQBIT(2)) { in aq100x_vendor_intr() 190 cause &= ~4; in aq100x_vendor_intr() 193 if (cause) in aq100x_vendor_intr() 195 " (0x%x)\n", phy->addr, cause); in aq100x_vendor_intr() 205 unsigned int cause; in aq100x_intr_handler() local 207 err = mdio_read(phy, MDIO_DEV_VEND1, AQ_IFLAG_GLOBAL, &cause); in aq100x_intr_handler() 211 if (cause & AQBIT(0)) { in aq100x_intr_handler() 215 cause &= ~AQBIT(0); in aq100x_intr_handler() [all …]
|
H A D | cxgb_mc5.c | 431 u32 cause = t3_read_reg(adap, A_MC5_DB_INT_CAUSE); in t3_mc5_intr_handler() local 433 if ((cause & F_PARITYERR) && mc5->parity_enabled) { in t3_mc5_intr_handler() 438 if (cause & F_REQQPARERR) { in t3_mc5_intr_handler() 443 if (cause & F_DISPQPARERR) { in t3_mc5_intr_handler() 448 if (cause & F_ACTRGNFULL) in t3_mc5_intr_handler() 450 if (cause & F_NFASRCHFAIL) in t3_mc5_intr_handler() 452 if (cause & F_UNKNOWNCMD) in t3_mc5_intr_handler() 454 if (cause & F_DELACTEMPTY) in t3_mc5_intr_handler() 456 if (cause & MC5_INT_FATAL) in t3_mc5_intr_handler() 459 t3_write_reg(adap, A_MC5_DB_INT_CAUSE, cause); in t3_mc5_intr_handler()
|
H A D | cxgb_mv88e1xxx.c | 253 u32 cause; in mv88e1xxx_intr_handler() local 256 mdio_read(cphy, 0, MV88E1XXX_INTR_STATUS, &cause); in mv88e1xxx_intr_handler() 257 cause &= INTR_ENABLE_MASK; in mv88e1xxx_intr_handler() 258 if (cause & link_change_intrs) in mv88e1xxx_intr_handler() 260 if (cause & MV_INTR_FIFO_OVER_UNDER) in mv88e1xxx_intr_handler()
|
H A D | cxgb_t3_hw.c | 2101 u32 cause = t3_read_reg(adapter, mc7->offset + A_MC7_INT_CAUSE); in mc7_intr_handler() local 2103 if (cause & F_CE) { in mc7_intr_handler() 2113 if (cause & F_UE) { in mc7_intr_handler() 2123 if (G_PE(cause)) { in mc7_intr_handler() 2126 mc7->name, G_PE(cause)); in mc7_intr_handler() 2129 if (cause & F_AE) { in mc7_intr_handler() 2140 if (cause & MC7_INTR_FATAL) in mc7_intr_handler() 2143 t3_write_reg(adapter, mc7->offset + A_MC7_INT_CAUSE, cause); in mc7_intr_handler() 2153 u32 cause; in mac_intr_handler() local 2167 cause = (t3_read_reg(adap, A_XGM_INT_CAUSE + mac->offset) in mac_intr_handler() [all …]
|
H A D | cxgb_vsc8211.c | 305 unsigned int cause; in vsc8211_intr_handler() local 308 err = mdio_read(cphy, 0, VSC8211_INTR_STATUS, &cause); in vsc8211_intr_handler() 312 cause &= INTR_MASK; in vsc8211_intr_handler() 313 if (cause & CFG_CHG_INTR_MASK) in vsc8211_intr_handler() 315 if (cause & (VSC_INTR_RX_FIFO | VSC_INTR_TX_FIFO)) in vsc8211_intr_handler()
|
/freebsd/sys/netinet/ |
H A D | sctp.h | 398 struct sctp_error_cause cause; /* code=SCTP_CAUSE_INVALID_STREAM */ member 404 struct sctp_error_cause cause; /* code=SCTP_CAUSE_MISSING_PARAM */ member 410 struct sctp_error_cause cause; /* code=SCTP_CAUSE_STALE_COOKIE */ member 415 struct sctp_error_cause cause; /* code=SCTP_CAUSE_OUT_OF_RESOURCES */ member 419 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNRESOLVABLE_ADDR */ member 423 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNRECOG_CHUNK */ member 428 struct sctp_error_cause cause; /* code=SCTP_CAUSE_NO_USER_DATA */ member 433 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNSUPPORTED_HMACID */ member
|
/freebsd/sys/arm/mv/ |
H A D | mpic.c | 293 uint32_t cause, irqsrc; in mpic_intr() local 301 for (cause = MPIC_CPU_READ(sc, MPIC_PPI_CAUSE); cause > 0; in mpic_intr() 302 cause >>= 1, irq++) { in mpic_intr() 303 if (cause & 1) { in mpic_intr() 516 uint32_t cause; in mv_mpic_get_msi() local 520 cause = MPIC_DRBL_READ(mv_mpic_sc, 0); in mv_mpic_get_msi() 522 if (cause) in mv_mpic_get_msi() 523 bit_off = ffs(cause) - 1; in mv_mpic_get_msi() 527 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, cause); in mv_mpic_get_msi() 529 cause &= ~(1 << bit_off); in mv_mpic_get_msi() [all …]
|
H A D | mv_ap806_sei.c | 281 uint64_t cause; in mv_ap806_sei_intr() local 287 cause = RD4(sc, GICP_SECR1); in mv_ap806_sei_intr() 288 cause <<= 32; in mv_ap806_sei_intr() 289 cause |= RD4(sc, GICP_SECR0); in mv_ap806_sei_intr() 291 irq = ffsll(cause); in mv_ap806_sei_intr()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-greatlakes.dts | 252 /*C0-C7*/ "presence-ocp-nic","","","reset-cause-nic-primary", 253 "reset-cause-nic-secondary","","","", 267 /*M0-M7*/ "","power-nic-bmc-enable","","usb-bmc-enable","","reset-cause-usb-hub","","", 271 "reset-cause-pcie-slot1","reset-cause-pcie-slot2", 272 "reset-cause-pcie-slot3","reset-cause-pcie-slot4","","", 283 /*Y0-Y7*/ "","","","reset-cause-emmc","","","","",
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | men-a021-wdt.txt | 9 4: Watchdog reset cause bit 0 10 5: Watchdog reset cause bit 1 11 6: Watchdog reset cause bit 2
|
/freebsd/tools/tools/netrate/netblast/ |
H A D | netblast.c | 146 const char *cause = NULL; in main() local 196 cause = "socket"; in main() 201 cause = "connect"; in main() 210 perror(cause); in main()
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.h | 130 uint32_t cause; in mwl_hal_getisr() local 132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr() 134 if (cause == 0xffffffff) { /* card removed */ in mwl_hal_getisr() 135 cause = 0; in mwl_hal_getisr() 136 } else if (cause != 0) { in mwl_hal_getisr() 139 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask); in mwl_hal_getisr() 142 cause &= mh->mh_imask; in mwl_hal_getisr() 144 *status = cause; in mwl_hal_getisr()
|
/freebsd/tools/tools/netrate/netreceive/ |
H A D | netreceive.c | 201 const char *cause = NULL; in main() local 240 cause = "socket"; in main() 246 cause = "SO_RCVBUF"; in main() 251 cause = "bind"; in main() 259 perror(cause); in main()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_should_retry.pod | 33 If BIO_should_retry() is false then the cause is an error condition. 35 BIO_should_read() is true if the cause of the condition is that the BIO 39 BIO_should_write() is true if the cause of the condition is that the BIO 44 reason other than reading or writing is the cause of the condition. 46 BIO_retry_type() returns a mask of the cause of a retry condition 71 0 and BIO_should_retry() is false then the cause will be that the 95 For example if the cause is ultimately a socket and BIO_should_read() 122 BIO_retry_type() returns a flag combination presenting the cause of a retry
|
/freebsd/contrib/netbsd-tests/net/mcast/ |
H A D | mcast.c | 193 const char *cause = "?"; in getsocket() local 208 cause = "socket"; in getsocket() 212 cause = "allow v4 mapped"; in getsocket() 216 cause = f == bind ? "bind" : "connect"; in getsocket() 220 cause = "join group"; in getsocket() 233 ERRX(EXIT_FAILURE, "%s (%s)", cause, strerror(lasterrno)); in getsocket()
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-csr.h | 594 #define CSR_MSIX_RX_IVAR(cause) (CSR_MSIX_RX_IVAR_AD_REG + (cause)) argument 595 #define CSR_MSIX_IVAR(cause) (CSR_MSIX_IVAR_AD_REG + (cause)) 593 CSR_MSIX_RX_IVAR(cause) global() argument
|
/freebsd/sys/dev/malo/ |
H A D | if_malohal.c | 754 uint32_t cause; in malo_hal_getisr() local 756 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr() 758 if (cause == 0xffffffff) { /* card removed */ in malo_hal_getisr() 759 cause = 0; in malo_hal_getisr() 760 } else if (cause != 0) { in malo_hal_getisr() 763 MALO_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask); in malo_hal_getisr() 766 cause &= mh->mh_imask; in malo_hal_getisr() 769 *status = cause; in malo_hal_getisr()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | accounting.c | 269 int cause = sta->acct_terminate_cause; in accounting_sta_report() local 343 cause = RADIUS_ACCT_TERMINATE_CAUSE_ADMIN_REBOOT; in accounting_sta_report() 345 if (stop && cause && in accounting_sta_report() 347 cause)) { in accounting_sta_report()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/ |
H A D | tst.qstring.d.out | 2 %don't w%orry -- this won't cause a %segfault.
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | keystone-reset.txt | 8 block. The Reset Mux block can be configured to cause reset or not. 29 - ti,wdt-list: WDT list that can cause SoC reset. It's not related
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-dkms.templates | 8 likely to cause instability leading to possible data corruption. You 22 likely to cause instability leading to possible data corruption. You
|
/freebsd/tools/build/options/ |
H A D | WITH_DTRACE_TESTS | 4 amd64/amd64 and running it may cause system instability.
|
/freebsd/bin/sh/tests/execution/ |
H A D | func2.0 | 1 # The empty pairs of braces here are to test that this does not cause a crash.
|
/freebsd/lib/libregex/ |
H A D | Symbol.map | 7 * could cause linking headaches and make debugging more difficult than it needs
|