status 422 arch/i386/i386/esm.c es->es_sensor->status = SENSOR_S_CRIT; status 428 arch/i386/i386/esm.c es->es_sensor->status = SENSOR_S_WARN; status 432 arch/i386/i386/esm.c es->es_sensor->status = SENSOR_S_OK; status 437 arch/i386/i386/esm.c es->es_sensor[3].status = SENSOR_S_CRIT; status 441 arch/i386/i386/esm.c es->es_sensor[3].status = SENSOR_S_OK; status 495 arch/i386/i386/esm.c if (resp.status != 0) status 504 arch/i386/i386/esm.c printf(" status: %.2x\n", resp.status); status 513 arch/i386/i386/esm.c printf(" Stat : %.2x\n", resp.devmap[0].status); status 121 arch/i386/i386/esmreg.h u_int8_t status; status 136 arch/i386/i386/esmreg.h u_int8_t status; status 145 arch/i386/i386/powernow-k7.c int k7pnow_acpi_init(struct k7pnow_cpu_state * cstate, uint64_t status); status 147 arch/i386/i386/powernow-k7.c struct acpicpu_pss *pss, int nstates, uint64_t status); status 156 arch/i386/i386/powernow-k7.c uint64_t status, ctl; status 170 arch/i386/i386/powernow-k7.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 171 arch/i386/i386/powernow-k7.c cfid = PN7_STA_CFID(status); status 172 arch/i386/i386/powernow-k7.c cvid = PN7_STA_CVID(status); status 202 arch/i386/i386/powernow-k7.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 203 arch/i386/i386/powernow-k7.c cfid = PN7_STA_CFID(status); status 204 arch/i386/i386/powernow-k7.c cvid = PN7_STA_CVID(status); status 300 arch/i386/i386/powernow-k7.c int nstates, uint64_t status) status 308 arch/i386/i386/powernow-k7.c if (status == pss[n].pss_status) status 334 arch/i386/i386/powernow-k7.c uint64_t status; status 336 arch/i386/i386/powernow-k7.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 339 arch/i386/i386/powernow-k7.c curs = k7pnow_acpi_states(cstate, pss, npss, status); status 346 arch/i386/i386/powernow-k7.c k7pnow_acpi_init(struct k7pnow_cpu_state *cstate, uint64_t status) status 362 arch/i386/i386/powernow-k7.c mfid = PN7_STA_MFID(status); status 366 arch/i386/i386/powernow-k7.c curs = k7pnow_acpi_states(cstate, pss, cstate->n_states, status); status 381 arch/i386/i386/powernow-k7.c uint64_t status; status 413 arch/i386/i386/powernow-k7.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 414 arch/i386/i386/powernow-k7.c maxfid = PN7_STA_MFID(status); status 415 arch/i386/i386/powernow-k7.c startvid = PN7_STA_SVID(status); status 416 arch/i386/i386/powernow-k7.c currentfid = PN7_STA_CFID(status); status 422 arch/i386/i386/powernow-k7.c if (!k7pnow_acpi_init(cstate, status)) status 155 arch/i386/i386/powernow-k8.c k8pnow_read_pending_wait(uint64_t *status) status 160 arch/i386/i386/powernow-k8.c *status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 161 arch/i386/i386/powernow-k8.c if (!PN8_STA_PENDING(*status)) status 173 arch/i386/i386/powernow-k8.c uint64_t status; status 182 arch/i386/i386/powernow-k8.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 183 arch/i386/i386/powernow-k8.c if (PN8_STA_PENDING(status)) status 185 arch/i386/i386/powernow-k8.c cfid = PN8_STA_CFID(status); status 186 arch/i386/i386/powernow-k8.c cvid = PN8_STA_CVID(status); status 206 arch/i386/i386/powernow-k8.c if (k8pnow_read_pending_wait(&status)) status 208 arch/i386/i386/powernow-k8.c cvid = PN8_STA_CVID(status); status 218 arch/i386/i386/powernow-k8.c if (k8pnow_read_pending_wait(&status)) status 220 arch/i386/i386/powernow-k8.c cvid = PN8_STA_CVID(status); status 242 arch/i386/i386/powernow-k8.c if (k8pnow_read_pending_wait(&status)) status 244 arch/i386/i386/powernow-k8.c cfid = PN8_STA_CFID(status); status 251 arch/i386/i386/powernow-k8.c if (k8pnow_read_pending_wait(&status)) status 253 arch/i386/i386/powernow-k8.c cfid = PN8_STA_CFID(status); status 260 arch/i386/i386/powernow-k8.c if (k8pnow_read_pending_wait(&status)) status 262 arch/i386/i386/powernow-k8.c cvid = PN8_STA_CVID(status); status 351 arch/i386/i386/powernow-k8.c int nstates, uint64_t status) status 360 arch/i386/i386/powernow-k8.c if (status == pss[n].pss_status) status 387 arch/i386/i386/powernow-k8.c uint64_t status; status 389 arch/i386/i386/powernow-k8.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 392 arch/i386/i386/powernow-k8.c curs = k8pnow_acpi_states(cstate, pss, npss, status); status 403 arch/i386/i386/powernow-k8.c k8pnow_acpi_init(struct k8pnow_cpu_state * cstate, uint64_t status) status 414 arch/i386/i386/powernow-k8.c curs = k8pnow_acpi_states(cstate, pss, cstate->n_states, status); status 431 arch/i386/i386/powernow-k8.c uint64_t status; status 463 arch/i386/i386/powernow-k8.c status = rdmsr(MSR_AMDK7_FIDVID_STATUS); status 464 arch/i386/i386/powernow-k8.c maxfid = PN8_STA_MFID(status); status 465 arch/i386/i386/powernow-k8.c maxvid = PN8_STA_MVID(status); status 472 arch/i386/i386/powernow-k8.c if (PN8_STA_SFID(status) != PN8_STA_MFID(status)) status 479 arch/i386/i386/powernow-k8.c if (!k8pnow_acpi_init(cstate, status)) status 31 arch/i386/include/mouse.h unsigned char status; status 194 arch/i386/isa/mms.c u_char status; status 208 arch/i386/isa/mms.c status = bus_space_read_1(iot, ioh, MMS_DATA); status 210 arch/i386/isa/mms.c if (status & 0x40) { status 226 arch/i386/isa/mms.c buttons = ((status & 0x04) ? 0x1 : 0) | status 227 arch/i386/isa/mms.c ((status & 0x02) ? 0x2 : 0) | status 228 arch/i386/isa/mms.c ((status & 0x01) ? 0x4 : 0); status 229 arch/i386/isa/mms.c changed = status & 0x38; status 200 arch/i386/isa/npx.c int status; status 217 arch/i386/isa/npx.c status = 0x5a5a; status 218 arch/i386/isa/npx.c fnstsw(&status); status 219 arch/i386/isa/npx.c if ((status & 0xb8ff) == 0) { status 292 arch/i386/pci/glxsb.c uint32_t status, value; status 295 arch/i386/pci/glxsb.c status = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SB_RANDOM_NUM_STATUS); status 296 arch/i386/pci/glxsb.c if (status & SB_RNS_TRNG_VALID) { status 505 arch/i386/pci/glxsb.c uint32_t status; status 559 arch/i386/pci/glxsb.c status = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SB_CTL_A); status 561 arch/i386/pci/glxsb.c if ((status & SB_CTL_ST) == 0) /* Done */ status 393 arch/i386/pci/pci_addr_fixup.c pcireg_t class, status, rval; status 399 arch/i386/pci/pci_addr_fixup.c status = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG); status 400 arch/i386/pci/pci_addr_fixup.c if (status & PCI_STATUS_CAPLIST_SUPPORT) { status 42 arch/i386/stand/libsa/biosprobe.c u_int32_t status; status 47 arch/i386/stand/libsa/biosprobe.c : "=a" (status) status 52 arch/i386/stand/libsa/biosprobe.c if (status) status 63 arch/i386/stand/libsa/biosprobe.c u_int32_t status; status 73 arch/i386/stand/libsa/biosprobe.c : "=a" (status) status 77 arch/i386/stand/libsa/biosprobe.c if (status) status 132 arch/i386/stand/libsa/pxe.c uw->status = 0; status 144 arch/i386/stand/libsa/pxe.c if (uw->status != PXENV_STATUS_SUCCESS) { status 146 arch/i386/stand/libsa/pxe.c if (uw->status != PXENV_STATUS_FAILURE) status 148 arch/i386/stand/libsa/pxe.c uw->status); status 181 arch/i386/stand/libsa/pxe.c if (ur->status != PXENV_STATUS_SUCCESS) { status 183 arch/i386/stand/libsa/pxe.c if (ur->status != PXENV_STATUS_FAILURE) status 185 arch/i386/stand/libsa/pxe.c ur->status); status 228 arch/i386/stand/libsa/pxe.c if (uo->status != PXENV_STATUS_SUCCESS) { status 230 arch/i386/stand/libsa/pxe.c uo->status); status 257 arch/i386/stand/libsa/pxe.c uc->status = 0; status 261 arch/i386/stand/libsa/pxe.c if (uc->status != PXENV_STATUS_SUCCESS) status 263 arch/i386/stand/libsa/pxe.c uc->status); status 521 arch/i386/stand/libsa/pxe.c printf("pxe_shutdown: PXENV_UDP_CLOSE returned 0x%x\n", close->status); status 412 arch/i386/stand/libsa/pxe.h PXENV_STATUS_t status; status 418 arch/i386/stand/libsa/pxe.h PXENV_STATUS_t status; status 423 arch/i386/stand/libsa/pxe.h PXENV_STATUS_t status; status 436 arch/i386/stand/libsa/pxe.h PXENV_STATUS_t status; status 104 compat/common/kern_exit_43.c SCARG(&a, status) = stackgap_alloc(&sg, sizeof(SCARG(&a, status))); status 107 compat/common/kern_exit_43.c return copyin(SCARG(&a, status), &retval[1], sizeof(retval[1])); status 45 compat/hpux/hppa/hpux_syscallargs.h syscallarg(int *) status; status 208 compat/hpux/hppa/hpux_syscallargs.h syscallarg(int *) status; status 325 compat/hpux/hppa/hpux_syscallargs.h syscallarg(int *) status; status 186 compat/hpux/hpux_compat.c size_t sz = sizeof(*SCARG(&w4, status)); status 187 compat/hpux/hpux_compat.c int status; status 192 compat/hpux/hpux_compat.c if (SCARG(uap, status) == NULL) { status 194 compat/hpux/hpux_compat.c SCARG(&w4, status) = stackgap_alloc(&sg, sz); status 197 compat/hpux/hpux_compat.c SCARG(&w4, status) = SCARG(uap, status); status 211 compat/hpux/hpux_compat.c if ((error = copyin(SCARG(&w4, status), &status, sizeof(status))) != 0) status 214 compat/hpux/hpux_compat.c sig = status & 0xFF; status 216 compat/hpux/hpux_compat.c sig = (status >> 8) & 0xFF; status 219 compat/hpux/hpux_compat.c retval[1] = (status & 0xFF00) | status 222 compat/hpux/hpux_compat.c if (SCARG(uap, status) == NULL) status 226 compat/hpux/hpux_compat.c SCARG(uap, status), sizeof(retval[1])); status 249 compat/hpux/hpux_compat.c if (SCARG(uap, status)) { status 255 compat/hpux/hpux_compat.c if ((error = copyin((caddr_t)SCARG(uap, status), &rv, status 268 compat/hpux/hpux_compat.c error = copyout(&rv, (caddr_t)SCARG(uap, status), sizeof(int)); status 45 compat/hpux/m68k/hpux_syscallargs.h syscallarg(int *) status; status 223 compat/hpux/m68k/hpux_syscallargs.h syscallarg(int *) status; status 342 compat/hpux/m68k/hpux_syscallargs.h syscallarg(int *) status; status 174 compat/ibcs2/ibcs2_misc.c SCARG(&w4, status) = (int *)SCARG(uap, a2); status 179 compat/ibcs2/ibcs2_misc.c SCARG(&w4, status) = (int *)SCARG(uap, a1); status 184 compat/ibcs2/ibcs2_misc.c if (SCARG(&w4, status)) /* this is real iBCS brain-damage */ status 185 compat/ibcs2/ibcs2_misc.c return copyin((caddr_t)SCARG(&w4, status), (caddr_t)&retval[1], status 186 compat/ibcs2/ibcs2_misc.c sizeof(SCARG(&w4, status))); status 104 compat/linux/linux_misc.c bsd_to_linux_wstat(status) status 105 compat/linux/linux_misc.c int *status; status 108 compat/linux/linux_misc.c if (WIFSIGNALED(*status)) status 109 compat/linux/linux_misc.c *status = (*status & ~0177) | status 110 compat/linux/linux_misc.c bsd_to_linux_sig[WTERMSIG(*status)]; status 111 compat/linux/linux_misc.c else if (WIFSTOPPED(*status)) status 112 compat/linux/linux_misc.c *status = (*status & ~0xff00) | status 113 compat/linux/linux_misc.c (bsd_to_linux_sig[WSTOPSIG(*status)] << 8); status 133 compat/linux/linux_misc.c SCARG(&linux_w4a, status) = SCARG(uap, status); status 158 compat/linux/linux_misc.c int error, *status, tstat, linux_options, options; status 161 compat/linux/linux_misc.c if (SCARG(uap, status) != NULL) { status 163 compat/linux/linux_misc.c status = (int *) stackgap_alloc(&sg, sizeof status); status 165 compat/linux/linux_misc.c status = NULL; status 181 compat/linux/linux_misc.c SCARG(&w4a, status) = status; status 190 compat/linux/linux_misc.c if (status != NULL) { status 191 compat/linux/linux_misc.c if ((error = copyin(status, &tstat, sizeof tstat))) status 195 compat/linux/linux_misc.c return copyout(&tstat, SCARG(uap, status), sizeof tstat); status 299 compat/linux/linux_socket.c void *status, *statusl; status 311 compat/linux/linux_socket.c status = stackgap_alloc(&sg, sizeof stat); status 320 compat/linux/linux_socket.c SCARG(&bga, val) = status; status 326 compat/linux/linux_socket.c if ((error = copyin(status, &stat, sizeof stat))) status 34 compat/linux/linux_syscallargs.h syscallarg(int *) status; status 294 compat/linux/linux_syscallargs.h syscallarg(int *) status; status 326 compat/osf1/osf1_misc.c SCARG(&a, status) = SCARG(uap, status); status 28 compat/osf1/osf1_syscallargs.h syscallarg(int *) status; status 34 compat/sunos/sunos_syscallargs.h syscallarg(int *) status; status 118 compat/svr4/svr4_misc.c size_t sz = sizeof(*SCARG(&w4, status)); status 123 compat/svr4/svr4_misc.c if (SCARG(uap, status) == NULL) { status 125 compat/svr4/svr4_misc.c SCARG(&w4, status) = stackgap_alloc(&sg, sz); status 128 compat/svr4/svr4_misc.c SCARG(&w4, status) = SCARG(uap, status); status 140 compat/svr4/svr4_misc.c return copyin(SCARG(&w4, status), &retval[1], sz); status 33 compat/svr4/svr4_syscallargs.h syscallarg(int *) status; status 217 compat/ultrix/ultrix_misc.c SCARG(&ua, status) = SCARG(uap, status); status 234 compat/ultrix/ultrix_misc.c SCARG(&ua, status) = SCARG(uap, status); status 98 compat/ultrix/ultrix_syscallargs.h syscallarg(int *) status; status 172 compat/ultrix/ultrix_syscallargs.h syscallarg(int *) status; status 176 dev/acpi/acpibat.c sc->sc_sens[i].status = SENSOR_S_UNSPEC; status 195 dev/acpi/acpibat.c sc->sc_sens[0].status = SENSOR_S_UNKNOWN; status 199 dev/acpi/acpibat.c sc->sc_sens[0].status = SENSOR_S_UNSPEC; status 208 dev/acpi/acpibat.c sc->sc_sens[3].status = SENSOR_S_UNKNOWN; status 212 dev/acpi/acpibat.c sc->sc_sens[3].status = SENSOR_S_UNSPEC; status 217 dev/acpi/acpibat.c sc->sc_sens[4].status = SENSOR_S_OK; status 221 dev/acpi/acpibat.c sc->sc_sens[4].status = SENSOR_S_UNKNOWN; status 237 dev/acpi/acpibat.c sc->sc_sens[4].status = SENSOR_S_CRIT; status 245 dev/acpi/acpibat.c sc->sc_sens[5].status = SENSOR_S_UNKNOWN; status 249 dev/acpi/acpibat.c sc->sc_sens[5].status = SENSOR_S_UNSPEC; status 255 dev/acpi/acpibat.c sc->sc_sens[6].status = SENSOR_S_UNKNOWN; status 263 dev/acpi/acpibat.c sc->sc_sens[6].status = SENSOR_S_CRIT; status 265 dev/acpi/acpibat.c sc->sc_sens[6].status = SENSOR_S_WARN; status 267 dev/acpi/acpibat.c sc->sc_sens[6].status = SENSOR_S_OK; status 272 dev/acpi/acpibat.c sc->sc_sens[7].status = SENSOR_S_UNKNOWN; status 276 dev/acpi/acpibat.c sc->sc_sens[7].status = SENSOR_S_UNSPEC; status 540 dev/acpi/acpicpu.c u_int32_t status = 0; status 595 dev/acpi/acpicpu.c &status); status 596 dev/acpi/acpicpu.c dnprintf(20, "status: %u <- %u\n", status, pss->pss_status); status 599 dev/acpi/acpicpu.c if (status == pss->pss_status) status 611 dev/acpi/acpicpu.c &status); status 612 dev/acpi/acpicpu.c dnprintf(20, "3 status: %d\n", status); status 615 dev/acpi/acpicpu.c if (status == pss->pss_status) status 170 dev/ata/atascsi.h u_int8_t status; status 258 dev/cardbus/cardbus_map.c int status = 0; status 269 dev/cardbus/cardbus_map.c status = 1; status 275 dev/cardbus/cardbus_map.c status = 1; status 279 dev/cardbus/cardbus_map.c if (status == 0) { status 166 dev/cardbus/rbus.c int status = 1; status 169 dev/cardbus/rbus.c status = rbus_space_free(rbt->rb_parent, bsh, size, &addr); status 176 dev/cardbus/rbus.c status = 0; status 179 dev/cardbus/rbus.c status = 1; status 185 dev/cardbus/rbus.c return (status); status 183 dev/eisa/aha1742.c u_short status; status 240 dev/eisa/aha1742.c physaddr status; status 1017 dev/eisa/aha1742.c ecb->status = KVTOPHYS(&ecb->ecb_status); status 261 dev/eisa/cac_eisa.c u_int8_t status; status 269 dev/eisa/cac_eisa.c status = cac_inb(sc, CAC_EISAREG_LIST_STATUS); status 281 dev/eisa/cac_eisa.c ccb->ccb_req.error = status; status 255 dev/flash.c u_int8_t status; status 263 dev/flash.c status = flash_reg8_read(sc, FLASH_REG_DATA); status 264 dev/flash.c while ((status & STATUS_READY) == 0 && timo-- > 0) { status 268 dev/flash.c status = flash_reg8_read(sc, FLASH_REG_DATA); status 271 dev/flash.c status = flash_reg8_read(sc, FLASH_REG_DATA); status 272 dev/flash.c return ((status & STATUS_FAIL) != 0 ? EIO : 0); status 649 dev/hil/hil.c u_int8_t status; status 677 dev/hil/hil.c status = bus_space_read_1(sc->sc_bst, sc->sc_bsh, status 682 dev/hil/hil.c } while (((status >> HIL_SSHIFT) & HIL_SMASK) != HIL_68K); status 700 dev/hil/hil.c u_int8_t status, c; status 743 dev/hil/hil.c status = bus_space_read_1(sc->sc_bst, sc->sc_bsh, HILP_STAT); status 746 dev/hil/hil.c hil_process_int(sc, status, c); status 1464 dev/i2o/iop.c u_int off, ictx, tctx, status, size; status 1507 dev/i2o/iop.c status = I2O_STATUS_SUCCESS; status 1514 dev/i2o/iop.c status = rb->reqstatus; status 1552 dev/i2o/iop.c if (status != I2O_STATUS_SUCCESS) status 1555 dev/i2o/iop.c im->im_reqstatus = status; status 1581 dev/i2o/iop.c return (status); status 2028 dev/i2o/iop.c int s, status; status 2040 dev/i2o/iop.c status = iop_handle_reply(sc, rmfa); status 625 dev/i2o/iopsp.c xs->status = rb->scsistatus; status 1086 dev/ic/aac.c AAC_FSAStatus status; status 1095 dev/ic/aac.c status = brr->Status; status 1098 dev/ic/aac.c status = bwr->Status; status 1104 dev/ic/aac.c xs->error = status == ST_OK? XS_NOERROR : XS_DRIVER_STUFFUP; status 1729 dev/ic/aac.c u_int32_t status; status 1776 dev/ic/aac.c status = AAC_GET_MAILBOX(sc, 0); status 1779 dev/ic/aac.c *sp = status; status 2964 dev/ic/aac.c char *status; status 2965 dev/ic/aac.c switch(aif->data.PR[0].status) { status 2967 dev/ic/aac.c status = "success"; break; status 2969 dev/ic/aac.c status = "finished"; break; status 2971 dev/ic/aac.c status = "aborted"; break; status 2973 dev/ic/aac.c status = "failed"; break; status 2975 dev/ic/aac.c status = "suspended"; break; status 2977 dev/ic/aac.c status = "running"; break; status 2979 dev/ic/aac.c status = "unknown status"; break; status 2983 dev/ic/aac.c aif->seqNumber, status, status 715 dev/ic/aacreg.h AAC_AifJobStatus status; status 2610 dev/ic/acx.c uint16_t status; status 2659 dev/ic/acx.c status = (CMD_READ_4(sc) >> ACX_CMD_STATUS_SHIFT); status 2660 dev/ic/acx.c if (status != ACX_CMD_STATUS_OK) { status 1635 dev/ic/advlib.c int status; status 1676 dev/ic/advlib.c while (((status = AscIsrQDone(sc)) & 0x01) != 0); status 1679 dev/ic/advlib.c if ((status = AscIsrQDone(sc)) == 1) status 1681 dev/ic/advlib.c } while (status == 0x11); status 1684 dev/ic/advlib.c if (status & 0x80) status 2776 dev/ic/advlib.c scsiq->q1.status = ASC_QS_FREE; status 3184 dev/ic/advlib.c scsiq->q1.status = (u_char) ASC_QS_READY; status 446 dev/ic/advlib.h u_int8_t status; /* see below status values */ status 1222 dev/ic/adw.c xs->status = scsiq->scsi_status; status 1857 dev/ic/adwlib.c int status; status 1863 dev/ic/adwlib.c status = AdwSendIdleCmd(sc, (u_int16_t) IDLE_CMD_SCSI_RESET_START, 0L); status 1864 dev/ic/adwlib.c if (status != ADW_TRUE) { status 1865 dev/ic/adwlib.c return status; status 1880 dev/ic/adwlib.c status = AdwSendIdleCmd(sc, (u_int16_t) IDLE_CMD_SCSI_RESET_END, 0L); status 1881 dev/ic/adwlib.c if (status != ADW_TRUE) { status 1882 dev/ic/adwlib.c return status; status 1887 dev/ic/adwlib.c return status; status 1904 dev/ic/adwlib.c int status; status 1948 dev/ic/adwlib.c status = (AdwInitDriver(sc) == 0)? ADW_TRUE : ADW_FALSE; status 1969 dev/ic/adwlib.c return status; status 833 dev/ic/aic6360.c xs->status = acb->target_stat; status 203 dev/ic/aic79xx.c u_int lun, cam_status status, status 230 dev/ic/aic79xx.c role_t role, uint32_t status, status 1555 dev/ic/aic79xx.c u_int status; status 1566 dev/ic/aic79xx.c status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); status 1603 dev/ic/aic79xx.c } else if ((status & SCSIRSTI) != 0) { status 1607 dev/ic/aic79xx.c } else if ((status & SCSIPERR) != 0) { status 1619 dev/ic/aic79xx.c } else if ((status & SELTO) != 0) { status 1701 dev/ic/aic79xx.c } else if ((status & BUSFREE) != 0 status 1815 dev/ic/aic79xx.c ahd_name(ahd), status); status 5109 dev/ic/aic79xx.c u_int lun, cam_status status, char *message, status 5119 dev/ic/aic79xx.c status); status 5162 dev/ic/aic79xx.c if (status != CAM_SEL_TIMEOUT) status 7251 dev/ic/aic79xx.c ahd_done_with_status(struct ahd_softc *ahd, struct scb *scb, uint32_t status) status 7258 dev/ic/aic79xx.c aic_set_transaction_status(scb, status); status 7267 dev/ic/aic79xx.c int lun, u_int tag, role_t role, uint32_t status, status 7338 dev/ic/aic79xx.c ahd_done_with_status(ahd, scb, status); status 7415 dev/ic/aic79xx.c lun, tag, role, status, status 7434 dev/ic/aic79xx.c ahd_done_with_status(ahd, mk_msg_scb, status); status 7497 dev/ic/aic79xx.c int lun, u_int tag, role_t role, uint32_t status, status 7539 dev/ic/aic79xx.c ahd_done_with_status(ahd, scb, status); status 7653 dev/ic/aic79xx.c int lun, u_int tag, role_t role, uint32_t status) status 7732 dev/ic/aic79xx.c aic_set_transaction_status(scbp, status); status 7742 dev/ic/aic79xx.c ahd_platform_abort_scbs(ahd, target, channel, lun, tag, role, status); status 8084 dev/ic/aic79xx.c aic_set_scsi_status(scb, siu->status); status 8089 dev/ic/aic79xx.c SCB_GET_TAG(scb), siu->status); status 8124 dev/ic/aic79xx.c if (siu->status == SCSI_STATUS_OK) status 8419 dev/ic/aic79xx.c ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; status 8422 dev/ic/aic79xx.c ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; status 9496 dev/ic/aic79xx.c cam_status status; status 9503 dev/ic/aic79xx.c status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate, status 9506 dev/ic/aic79xx.c if (status != CAM_REQ_CMP) { status 9507 dev/ic/aic79xx.c ccb->ccb_h.status = status; status 9525 dev/ic/aic79xx.c status = CAM_TID_INVALID; status 9535 dev/ic/aic79xx.c status = CAM_TID_INVALID; status 9540 dev/ic/aic79xx.c if (status != CAM_REQ_CMP) { status 9541 dev/ic/aic79xx.c ccb->ccb_h.status = status; status 9556 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_BUSY; status 9583 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_LUN_ALRDY_ENA; status 9593 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 9607 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_RESRC_UNAVAIL; status 9615 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_RESRC_UNAVAIL; status 9619 dev/ic/aic79xx.c status = xpt_create_path(&lstate->path, /*periph*/NULL, status 9623 dev/ic/aic79xx.c if (status != CAM_REQ_CMP) { status 9627 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_RESRC_UNAVAIL; status 9692 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_REQ_CMP; status 9700 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_LUN_INVALID; status 9706 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_REQ_CMP; status 9714 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 9722 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 9727 dev/ic/aic79xx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 9730 dev/ic/aic79xx.c if (ccb->ccb_h.status != CAM_REQ_CMP) { status 9972 dev/ic/aic79xx.c atio->ccb_h.status |= CAM_CDB_RECVD; status 1460 dev/ic/aic79xx.h struct scb *scb, uint32_t status); status 1463 dev/ic/aic79xx.h role_t role, uint32_t status, status 1474 dev/ic/aic79xx.h role_t role, uint32_t status); status 201 dev/ic/aic79xx_openbsd.c switch (xs->status) { status 394 dev/ic/aic79xx_openbsd.c xs->status = 0; status 546 dev/ic/aic79xx_openbsd.c xs->resid = xs->status = 0; status 216 dev/ic/aic79xx_openbsd.h #define aic_set_transaction_status(scb, status) (scb)->xs->error = (status) status 217 dev/ic/aic79xx_openbsd.h #define aic_set_scsi_status(scb, status) (scb)->xs->xs_status = (status) status 224 dev/ic/aic79xx_openbsd.h #define aic_get_scsi_status(scb) ((scb)->xs->status) status 237 dev/ic/aic79xx_openbsd.h #define ahd_platform_abort_scbs(ahd, target, channel, lun, tag, role, status) status 205 dev/ic/aic7xxx.c cam_status status, char *message, status 527 dev/ic/aic7xxx.c ahc_set_scsi_status(scb, hscb->shared_data.status.scsi_status); status 528 dev/ic/aic7xxx.c switch (hscb->shared_data.status.scsi_status) { status 1035 dev/ic/aic7xxx.c u_int status; status 1051 dev/ic/aic7xxx.c status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); status 1052 dev/ic/aic7xxx.c if (status == 0 && status0 == 0) { status 1056 dev/ic/aic7xxx.c status = ahc_inb(ahc, SSTAT1) status 1060 dev/ic/aic7xxx.c if (status == 0) { status 1097 dev/ic/aic7xxx.c } else if ((status & SCSIRSTI) != 0) { status 1103 dev/ic/aic7xxx.c } else if ((status & SCSIPERR) != 0) { status 1216 dev/ic/aic7xxx.c } else if ((status & SELTO) != 0) { status 1275 dev/ic/aic7xxx.c } else if ((status & BUSFREE) != 0 status 1458 dev/ic/aic7xxx.c ahc_name(ahc), status); status 3804 dev/ic/aic7xxx.c cam_status status, char *message, int verbose_level) status 3814 dev/ic/aic7xxx.c status); status 3846 dev/ic/aic7xxx.c if (status != CAM_SEL_TIMEOUT) status 5184 dev/ic/aic7xxx.c int lun, u_int tag, role_t role, uint32_t status, status 5245 dev/ic/aic7xxx.c ahc_set_transaction_status(scb, status); status 5357 dev/ic/aic7xxx.c ahc_set_transaction_status(scb, status); status 5383 dev/ic/aic7xxx.c channel, lun, status, action); status 5392 dev/ic/aic7xxx.c int target, char channel, int lun, uint32_t status, status 5464 dev/ic/aic7xxx.c ahc_set_transaction_status(scb, status); status 5651 dev/ic/aic7xxx.c int lun, u_int tag, role_t role, uint32_t status) status 5766 dev/ic/aic7xxx.c ahc_set_transaction_status(scbp, status); status 5776 dev/ic/aic7xxx.c ahc_platform_abort_scbs(ahc, target, channel, lun, tag, role, status); status 6007 dev/ic/aic7xxx.c spkt = &hscb->shared_data.status; status 6125 dev/ic/aic7xxx.c ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; status 6128 dev/ic/aic7xxx.c ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; status 6719 dev/ic/aic7xxx.c cam_status status; status 6728 dev/ic/aic7xxx.c status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate, status 6731 dev/ic/aic7xxx.c if (status != CAM_REQ_CMP) { status 6732 dev/ic/aic7xxx.c ccb->ccb_h.status = status; status 6772 dev/ic/aic7xxx.c status = CAM_TID_INVALID; status 6782 dev/ic/aic7xxx.c status = CAM_TID_INVALID; status 6787 dev/ic/aic7xxx.c status = CAM_TID_INVALID; status 6791 dev/ic/aic7xxx.c if (status != CAM_REQ_CMP) { status 6792 dev/ic/aic7xxx.c ccb->ccb_h.status = status; status 6808 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_BUSY; status 6831 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_FUNC_NOTAVAIL; status 6852 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_LUN_ALRDY_ENA; status 6862 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 6876 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_RESRC_UNAVAIL; status 6884 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_RESRC_UNAVAIL; status 6888 dev/ic/aic7xxx.c status = xpt_create_path(&lstate->path, /*periph*/NULL, status 6892 dev/ic/aic7xxx.c if (status != CAM_REQ_CMP) { status 6896 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_RESRC_UNAVAIL; status 6968 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_REQ_CMP; status 6976 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_LUN_INVALID; status 6982 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_REQ_CMP; status 6990 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 6998 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 7003 dev/ic/aic7xxx.c ccb->ccb_h.status = CAM_REQ_INVALID; status 7006 dev/ic/aic7xxx.c if (ccb->ccb_h.status != CAM_REQ_CMP) { status 7277 dev/ic/aic7xxx.c atio->ccb_h.status |= CAM_CDB_RECVD; status 104 dev/ic/aic7xxx_cam.h #define xs_status status status 213 dev/ic/aic7xxx_openbsd.c switch (xs->status) { status 374 dev/ic/aic7xxx_openbsd.c xs->status = 0; status 580 dev/ic/aic7xxx_openbsd.c xs->resid = xs->status = 0; status 224 dev/ic/aic7xxx_openbsd.h void ahc_set_transaction_status(struct scb *scb, uint32_t status) status 226 dev/ic/aic7xxx_openbsd.h scb->xs->error = status; status 230 dev/ic/aic7xxx_openbsd.h void ahc_set_scsi_status(struct scb *scb, uint32_t status) status 232 dev/ic/aic7xxx_openbsd.h scb->xs->status = status; status 247 dev/ic/aic7xxx_openbsd.h return (scb->xs->status); status 311 dev/ic/aic7xxx_openbsd.h role_t role, uint32_t status) status 433 dev/ic/aic7xxxvar.h struct status_pkt status; status 638 dev/ic/ami.c u_int8_t nstat, status; status 681 dev/ic/ami.c if ((status = sc->sc_mbox->acc_status) == 0xff) status 691 dev/ic/ami.c mbox->acc_status = status; status 706 dev/ic/ami.c u_int8_t status; status 758 dev/ic/ami.c status = sc->sc_mbox->acc_status; status 794 dev/ic/ami.c return (status); status 864 dev/ic/ami.c u_int8_t status; status 908 dev/ic/ami.c status = bus_space_read_1(sc->sc_iot, sc->sc_ioh, AMI_ISTAT); status 909 dev/ic/ami.c if (status & AMI_ISTAT_PEND) status 921 dev/ic/ami.c bus_space_write_1(sc->sc_iot, sc->sc_ioh, AMI_ISTAT, status); status 2465 dev/ic/ami.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 2502 dev/ic/ami.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 2511 dev/ic/ami.c sc->sc_sensors[i].status = SENSOR_S_CRIT; status 2516 dev/ic/ami.c sc->sc_sensors[i].status = SENSOR_S_WARN; status 2521 dev/ic/ami.c sc->sc_sensors[i].status = SENSOR_S_OK; status 2526 dev/ic/ami.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 363 dev/ic/an.c u_int16_t status; status 378 dev/ic/an.c status = frmhdr.an_rx_status; status 379 dev/ic/an.c if ((status & AN_STAT_ERRSTAT) != 0 && status 383 dev/ic/an.c DPRINTF(("an_rxeof: fid %x status %x\n", fid, status)); status 492 dev/ic/an.c an_txeof(struct an_softc *sc, u_int16_t status) status 501 dev/ic/an.c CSR_WRITE_2(sc, AN_EVENT_ACK, status & (AN_EV_TX | AN_EV_TX_EXC)); status 503 dev/ic/an.c if (status & AN_EV_TX_EXC) status 536 dev/ic/an.c u_int16_t status; status 559 dev/ic/an.c status = CSR_READ_2(sc, AN_EVENT_STAT); status 560 dev/ic/an.c CSR_WRITE_2(sc, AN_EVENT_ACK, status & ~(AN_INTRS)); status 561 dev/ic/an.c if ((status & AN_INTRS) == 0) status 564 dev/ic/an.c if (status & AN_EV_RX) status 567 dev/ic/an.c if (status & (AN_EV_TX | AN_EV_TX_EXC)) status 568 dev/ic/an.c an_txeof(sc, status); status 570 dev/ic/an.c if (status & AN_EV_LINKSTAT) status 666 dev/ic/an.c u_int16_t status; status 668 dev/ic/an.c status = CSR_READ_2(sc, AN_LINKSTAT); status 670 dev/ic/an.c DPRINTF(("an_linkstat_intr: status 0x%x\n", status)); status 672 dev/ic/an.c if (status == AN_LINKSTAT_ASSOCIATED) { status 745 dev/ic/an.c int i, status; status 751 dev/ic/an.c status = CSR_READ_2(sc, AN_OFF0); status 752 dev/ic/an.c if ((status & AN_OFF_BUSY) == 0) status 762 dev/ic/an.c if (status & AN_OFF_ERR) { status 194 dev/ic/ar5210.c bus_space_handle_t sh, int *status) status 368 dev/ic/ar5210.c HAL_BOOL change_channel, HAL_STATUS *status) status 373 dev/ic/ar5210.c *status = HAL_OK; status 691 dev/ic/ar5210.c HAL_BOOL status = AH_FALSE; status 712 dev/ic/ar5210.c status = AH_TRUE; status 720 dev/ic/ar5210.c return (status); status 1510 dev/ic/ar5210.c HAL_STATUS *status) status 1518 dev/ic/ar5210.c *status = HAL_OK; status 1522 dev/ic/ar5210.c *status = EIO; status 2329 dev/ic/ar5210.c u_int32_t status, timeout; status 2341 dev/ic/ar5210.c status = AR5K_REG_READ(AR5K_AR5210_EEPROM_STATUS); status 2342 dev/ic/ar5210.c if (status & AR5K_AR5210_EEPROM_STAT_RDDONE) { status 2343 dev/ic/ar5210.c if (status & AR5K_AR5210_EEPROM_STAT_RDERR) status 2357 dev/ic/ar5210.c u_int32_t status, timeout; status 2369 dev/ic/ar5210.c status = AR5K_REG_READ(AR5K_AR5210_EEPROM_STATUS); status 2370 dev/ic/ar5210.c if (status & AR5K_AR5210_EEPROM_STAT_WRDONE) { status 2371 dev/ic/ar5210.c if (status & AR5K_AR5210_EEPROM_STAT_WRERR) status 198 dev/ic/ar5211.c bus_space_handle_t sh, int *status) status 418 dev/ic/ar5211.c HAL_BOOL change_channel, HAL_STATUS *status) status 765 dev/ic/ar5211.c HAL_BOOL status = AH_FALSE; status 787 dev/ic/ar5211.c status = AH_TRUE; status 795 dev/ic/ar5211.c return (status); status 1605 dev/ic/ar5211.c HAL_STATUS *status) status 1613 dev/ic/ar5211.c *status = HAL_OK; status 1617 dev/ic/ar5211.c *status = EIO; status 2461 dev/ic/ar5211.c u_int32_t status, i; status 2471 dev/ic/ar5211.c status = AR5K_REG_READ(AR5K_AR5211_EEPROM_STATUS); status 2472 dev/ic/ar5211.c if (status & AR5K_AR5211_EEPROM_STAT_RDDONE) { status 2473 dev/ic/ar5211.c if (status & AR5K_AR5211_EEPROM_STAT_RDERR) status 2488 dev/ic/ar5211.c u_int32_t status, timeout; status 2503 dev/ic/ar5211.c status = AR5K_REG_READ(AR5K_AR5211_EEPROM_STATUS); status 2504 dev/ic/ar5211.c if (status & AR5K_AR5211_EEPROM_STAT_WRDONE) { status 2505 dev/ic/ar5211.c if (status & AR5K_AR5211_EEPROM_STAT_WRERR) status 195 dev/ic/ar5212.c bus_space_handle_t sh, int *status) status 435 dev/ic/ar5212.c HAL_BOOL change_channel, HAL_STATUS *status) status 922 dev/ic/ar5212.c HAL_BOOL status = AH_FALSE; status 944 dev/ic/ar5212.c status = AH_TRUE; status 952 dev/ic/ar5212.c return (status); status 1887 dev/ic/ar5212.c HAL_STATUS *status) status 1895 dev/ic/ar5212.c *status = HAL_OK; status 1899 dev/ic/ar5212.c *status = EIO; status 2836 dev/ic/ar5212.c u_int32_t status, i; status 2846 dev/ic/ar5212.c status = AR5K_REG_READ(AR5K_AR5212_EEPROM_STATUS); status 2847 dev/ic/ar5212.c if (status & AR5K_AR5212_EEPROM_STAT_RDDONE) { status 2848 dev/ic/ar5212.c if (status & AR5K_AR5212_EEPROM_STAT_RDERR) status 2863 dev/ic/ar5212.c u_int32_t status, timeout; status 2878 dev/ic/ar5212.c status = AR5K_REG_READ(AR5K_AR5212_EEPROM_STATUS); status 2879 dev/ic/ar5212.c if (status & AR5K_AR5212_EEPROM_STAT_WRDONE) { status 2880 dev/ic/ar5212.c if (status & AR5K_AR5212_EEPROM_STAT_WRERR) status 151 dev/ic/ar5xxx.c bus_space_handle_t sh, u_int is_64bit, int *status) status 159 dev/ic/ar5xxx.c *status = EINVAL; status 171 dev/ic/ar5xxx.c *status = ENXIO; status 178 dev/ic/ar5xxx.c *status = ENOMEM; status 240 dev/ic/ar5xxx.c if ((attach)(device, hal, st, sh, status) == NULL) status 264 dev/ic/ar5xxx.c if ((*status = ar5k_eeprom_read_mac(hal, mac)) != 0) { status 301 dev/ic/ar5xxx.c *status = HAL_OK; status 945 dev/ic/ar5xxx.h HAL_CHANNEL *, HAL_BOOL change_channel, HAL_STATUS *status); \ status 211 dev/ic/ath.c HAL_STATUS status; status 221 dev/ic/ath.c &status); status 224 dev/ic/ath.c ifp->if_xname, status); status 561 dev/ic/ath.c HAL_INT status; status 576 dev/ic/ath.c ath_hal_get_isr(ah, &status); /* clear ISR */ status 580 dev/ic/ath.c ath_hal_get_isr(ah, &status); /* NB: clears ISR too */ status 581 dev/ic/ath.c DPRINTF(ATH_DEBUG_INTR, ("%s: status 0x%x\n", __func__, status)); status 582 dev/ic/ath.c status &= sc->sc_imask; /* discard unasked for bits */ status 583 dev/ic/ath.c if (status & HAL_INT_FATAL) { status 587 dev/ic/ath.c } else if (status & HAL_INT_RXORN) { status 591 dev/ic/ath.c } else if (status & HAL_INT_MIB) { status 597 dev/ic/ath.c if (status & HAL_INT_RXEOL) { status 606 dev/ic/ath.c if (status & HAL_INT_TXURN) { status 611 dev/ic/ath.c if (status & HAL_INT_RX) status 613 dev/ic/ath.c if (status & HAL_INT_TX) status 615 dev/ic/ath.c if (status & HAL_INT_SWBA) status 617 dev/ic/ath.c if (status & HAL_INT_BMISS) { status 705 dev/ic/ath.c HAL_STATUS status; status 737 dev/ic/ath.c if (!ath_hal_reset(ah, ic->ic_opmode, &hchan, AH_TRUE, &status)) { status 739 dev/ic/ath.c ifp->if_xname, status); status 858 dev/ic/ath.c HAL_STATUS status; status 874 dev/ic/ath.c full ? AH_TRUE : AH_FALSE, &status)) { status 876 dev/ic/ath.c ifp->if_xname, __func__, status); status 1897 dev/ic/ath.c HAL_STATUS status; status 1928 dev/ic/ath.c status = ath_hal_proc_rx_desc(ah, ds, status 1932 dev/ic/ath.c ath_printrxbuf(bf, status == HAL_OK); status 1934 dev/ic/ath.c if (status == HAL_EINPROGRESS) status 2496 dev/ic/ath.c HAL_STATUS status; status 2508 dev/ic/ath.c status = ath_hal_proc_tx_desc(ah, ds); status 2511 dev/ic/ath.c ath_printtxbuf(bf, status == HAL_OK); status 2513 dev/ic/ath.c if (status == HAL_EINPROGRESS) { status 2712 dev/ic/ath.c HAL_STATUS status; status 2733 dev/ic/ath.c &status)) { status 2801 dev/ic/atw.c u_int32_t status, rxstatus, txstatus, linkstatus; status 2818 dev/ic/atw.c status = ATW_READ(sc, ATW_STSR); status 2820 dev/ic/atw.c if (status) status 2821 dev/ic/atw.c ATW_WRITE(sc, ATW_STSR, status); status 2825 dev/ic/atw.c if ((status & flag) != 0) { \ status 2831 dev/ic/atw.c if (atw_debug > 1 && status) { status 2835 dev/ic/atw.c sc->sc_dev.dv_xname, status); status 2860 dev/ic/atw.c if ((status & sc->sc_inten) == 0) status 2865 dev/ic/atw.c rxstatus = status & sc->sc_rxint_mask; status 2866 dev/ic/atw.c txstatus = status & sc->sc_txint_mask; status 2867 dev/ic/atw.c linkstatus = status & sc->sc_linkint_mask; status 2927 dev/ic/atw.c if (status & (ATW_INTR_TPS|ATW_INTR_RPS)) { status 2928 dev/ic/atw.c if (status & ATW_INTR_TPS) status 2931 dev/ic/atw.c if (status & ATW_INTR_RPS) status 2938 dev/ic/atw.c if (status & ATW_INTR_FBE) { status 737 dev/ic/awi.c u_int16_t status; status 753 dev/ic/awi.c status = awi_read_1(sc, AWI_INTSTAT); status 756 dev/ic/awi.c status |= awi_read_1(sc, AWI_INTSTAT2) << 8; status 761 dev/ic/awi.c status &= ~AWI_INT_CMD; /* make sure */ status 762 dev/ic/awi.c if (status == 0) status 765 dev/ic/awi.c if (status & AWI_INT_RX) status 767 dev/ic/awi.c if (status & AWI_INT_TX) status 769 dev/ic/awi.c if (status & AWI_INT_CMD) status 771 dev/ic/awi.c if (status & AWI_INT_SCAN_CMPLT) { status 1447 dev/ic/awi.c u_int8_t status; status 1471 dev/ic/awi.c status = awi_read_1(sc, AWI_SELFTEST); status 1472 dev/ic/awi.c if ((status & 0xf0) == 0xf0) status 1482 dev/ic/awi.c if (status != AWI_SELFTEST_PASSED) { status 1484 dev/ic/awi.c sc->sc_dev.dv_xname, status); status 2165 dev/ic/awi.c u_int16_t status; status 2192 dev/ic/awi.c status = LE_READ_2(auth); status 2193 dev/ic/awi.c if (status != 0) { status 2195 dev/ic/awi.c sc->sc_dev.dv_xname, status); status 2284 dev/ic/awi.c u_int16_t status; status 2304 dev/ic/awi.c status = LE_READ_2(asresp); status 2305 dev/ic/awi.c if (status != 0) { status 2307 dev/ic/awi.c sc->sc_dev.dv_xname, status); status 2470 dev/ic/awi.c u_int8_t status; status 2481 dev/ic/awi.c status = awi_read_1(sc, AWI_CMD_STATUS); status 2483 dev/ic/awi.c switch (status) { status 2490 dev/ic/awi.c sc->sc_dev.dv_xname, cmd, status); status 2500 dev/ic/awi.c u_int8_t cmd, status; status 2502 dev/ic/awi.c status = awi_read_1(sc, AWI_CMD_STATUS); status 2503 dev/ic/awi.c if (status == AWI_STAT_IDLE) status 2514 dev/ic/awi.c if (status != AWI_STAT_OK) { status 2516 dev/ic/awi.c sc->sc_dev.dv_xname, cmd, status); status 2624 dev/ic/awi.c u_int8_t status; status 2627 dev/ic/awi.c status = 1; status 2630 dev/ic/awi.c status = awi_read_1(sc, AWI_LOCKOUT_HOST); status 2631 dev/ic/awi.c if (status == 0) status 2635 dev/ic/awi.c if (status != 0) status 2638 dev/ic/awi.c status = awi_read_1(sc, AWI_LOCKOUT_HOST); status 2639 dev/ic/awi.c if (status == 0) status 2643 dev/ic/awi.c if (status != 0) { status 433 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_UNKNOWN; status 1191 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_UNKNOWN; status 1198 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_OK; status 1203 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_WARN; status 1211 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_WARN; status 1220 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_CRIT; status 1225 dev/ic/ciss.c sc->sensors[i].status = SENSOR_S_UNKNOWN; status 2515 dev/ic/dc.c u_int32_t status; status 2535 dev/ic/dc.c while (((status = CSR_READ_4(sc, DC_ISR)) & DC_INTRS) && status 2536 dev/ic/dc.c status != 0xFFFFFFFF && status 2540 dev/ic/dc.c CSR_WRITE_4(sc, DC_ISR, status); status 2542 dev/ic/dc.c if (status & DC_ISR_RX_OK) { status 2552 dev/ic/dc.c if (status & (DC_ISR_TX_OK|DC_ISR_TX_NOBUF)) status 2555 dev/ic/dc.c if (status & DC_ISR_TX_IDLE) { status 2563 dev/ic/dc.c if (status & DC_ISR_TX_UNDERRUN) status 2566 dev/ic/dc.c if ((status & DC_ISR_RX_WATDOGTIMEO) status 2567 dev/ic/dc.c || (status & DC_ISR_RX_NOBUF)) { status 2577 dev/ic/dc.c if (status & DC_ISR_BUS_ERR) { status 865 dev/ic/dpt.c xs->status = ccb->ccb_scsi_status; status 1078 dev/ic/elink3.c u_int16_t status = bus_space_read_2(iot, ioh, EP_STATUS); status 1080 dev/ic/elink3.c if ((status & S_INTR_LATCH) == 0) { status 1221 dev/ic/elink3.c u_int16_t status; status 1227 dev/ic/elink3.c status = bus_space_read_2(iot, ioh, EP_STATUS); status 1229 dev/ic/elink3.c if ((status & (S_TX_COMPLETE | S_TX_AVAIL | status 1241 dev/ic/elink3.c bus_space_write_2(iot, ioh, EP_COMMAND, ACK_INTR | status); status 1243 dev/ic/elink3.c if (status & S_RX_COMPLETE) status 1245 dev/ic/elink3.c if (status & S_TX_AVAIL) { status 1249 dev/ic/elink3.c if (status & S_CARD_FAILURE) { status 1253 dev/ic/elink3.c if (status & S_TX_COMPLETE) { status 52 dev/ic/gdtvar.h u_int16_t status; status 144 dev/ic/gdtvar.h u_int16_t status; status 151 dev/ic/gdtvar.h u_int16_t status; status 1053 dev/ic/gem.c gem_eint(struct gem_softc *sc, u_int status) status 1055 dev/ic/gem.c if ((status & GEM_INTR_MIF) != 0) { status 1062 dev/ic/gem.c printf("%s: status=%b\n", sc->sc_dev.dv_xname, status, GEM_INTR_BITS); status 1071 dev/ic/gem.c u_int32_t status; status 1073 dev/ic/gem.c status = bus_space_read_4(t, seb, GEM_MII_INTERRUP_STATUS); status 1074 dev/ic/gem.c status |= bus_space_read_4(t, seb, GEM_MII_INTERRUP_STATUS); status 1076 dev/ic/gem.c if (status) status 1089 dev/ic/gem.c u_int32_t status; status 1092 dev/ic/gem.c status = bus_space_read_4(t, seb, GEM_STATUS); status 1094 dev/ic/gem.c sc->sc_dev.dv_xname, (status>>19), status, GEM_INTR_BITS)); status 1096 dev/ic/gem.c if ((status & GEM_INTR_PCS) != 0) status 1099 dev/ic/gem.c if ((status & (GEM_INTR_RX_TAG_ERR | GEM_INTR_BERR)) != 0) status 1100 dev/ic/gem.c r |= gem_eint(sc, status); status 1102 dev/ic/gem.c if ((status & (GEM_INTR_TX_EMPTY | GEM_INTR_TX_INTME)) != 0) status 1103 dev/ic/gem.c r |= gem_tint(sc, status); status 1105 dev/ic/gem.c if ((status & (GEM_INTR_RX_DONE | GEM_INTR_RX_NOBUF)) != 0) status 1109 dev/ic/gem.c if (status & GEM_INTR_TX_MAC) { status 1119 dev/ic/gem.c if (status & GEM_INTR_RX_MAC) { status 1659 dev/ic/gem.c gem_tint(struct gem_softc *sc, u_int32_t status) status 1665 dev/ic/gem.c hwcons = status >> 19; status 903 dev/ic/hme.c hme_eint(sc, status) status 905 dev/ic/hme.c u_int status; status 909 dev/ic/hme.c if (status & HME_SEB_STAT_MIFIRQ) { status 911 dev/ic/hme.c status &= ~HME_SEB_STAT_MIFIRQ; status 914 dev/ic/hme.c if (status & HME_SEB_STAT_DTIMEXP) { status 916 dev/ic/hme.c status &= ~HME_SEB_STAT_DTIMEXP; status 919 dev/ic/hme.c if (status & HME_SEB_STAT_NORXD) { status 921 dev/ic/hme.c status &= ~HME_SEB_STAT_NORXD; status 924 dev/ic/hme.c status &= ~(HME_SEB_STAT_RXTOHOST | HME_SEB_STAT_GOTFRAME | status 928 dev/ic/hme.c if (status == 0) status 932 dev/ic/hme.c printf("%s: status=%b\n", sc->sc_dev.dv_xname, status, HME_SEB_STAT_BITS); status 944 dev/ic/hme.c u_int32_t status; status 947 dev/ic/hme.c status = bus_space_read_4(t, seb, HME_SEBI_STAT); status 949 dev/ic/hme.c if ((status & HME_SEB_STAT_ALL_ERRORS) != 0) status 950 dev/ic/hme.c r |= hme_eint(sc, status); status 952 dev/ic/hme.c if ((status & (HME_SEB_STAT_TXALL | HME_SEB_STAT_HOSTTOTX)) != 0) status 955 dev/ic/hme.c if ((status & HME_SEB_STAT_RXTOHOST) != 0) status 441 dev/ic/i82596.c int status; status 453 dev/ic/i82596.c status = (sc->ie_bus_read16)(sc, off); status 454 dev/ic/i82596.c if (status & mask) { status 459 dev/ic/i82596.c status, IE_STAT_BITS); status 498 dev/ic/i82596.c i82596_rx_errors(struct ie_softc *sc, int fn, int status) status 501 dev/ic/i82596.c status, IE_FD_STATUSBITS); status 512 dev/ic/i82596.c register u_int status; status 517 dev/ic/i82596.c status = sc->ie_bus_read16(sc, off) /* & IE_ST_WHENCE */; status 519 dev/ic/i82596.c if ((status & IE_ST_WHENCE) == 0) { status 528 dev/ic/i82596.c i82596_start_cmd(sc, status & IE_ST_WHENCE, 0, 0, 1); status 530 dev/ic/i82596.c if (status & (IE_ST_FR | IE_ST_RNR)) { status 534 dev/ic/i82596.c if (i82596_rint(sc, status) != 0) status 538 dev/ic/i82596.c if (status & IE_ST_CX) { status 542 dev/ic/i82596.c if (i82596_tint(sc, status) != 0) status 547 dev/ic/i82596.c if ((status & IE_ST_CNA) && (sc->sc_debug & IED_CNA)) status 549 dev/ic/i82596.c status, IE_ST_BITS); status 565 dev/ic/i82596.c status = sc->ie_bus_read16(sc, off); status 566 dev/ic/i82596.c if ((status & IE_ST_WHENCE) != 0) status 589 dev/ic/i82596.c register int i, status, off; status 604 dev/ic/i82596.c status = sc->ie_bus_read16(sc, off); status 609 dev/ic/i82596.c sc->sc_dev.dv_xname, i, status, IE_ST_BITS); status 611 dev/ic/i82596.c if ((status & IE_FD_COMPLETE) == 0) { status 612 dev/ic/i82596.c if ((status & IE_FD_OK) != 0) { status 615 dev/ic/i82596.c i82596_rx_errors(sc, i, status); status 624 dev/ic/i82596.c } else if ((status & IE_FD_OK) == 0) { status 630 dev/ic/i82596.c i82596_rx_errors(sc, i, status); status 635 dev/ic/i82596.c if ((status & IE_FD_BUSY) != 0) status 637 dev/ic/i82596.c sc->sc_dev.dv_xname, i, status, IE_ST_BITS); status 668 dev/ic/i82596.c if ((status & IE_FD_RNR) != 0) status 744 dev/ic/i82596.c register int off, status; status 760 dev/ic/i82596.c status = sc->ie_bus_read16(sc, off); status 766 dev/ic/i82596.c status, IE_XS_BITS); status 769 dev/ic/i82596.c if ((status & (IE_STAT_COMPL|IE_STAT_BUSY)) == IE_STAT_BUSY) { status 772 dev/ic/i82596.c status, IE_XS_BITS, sc->xctail); status 776 dev/ic/i82596.c if (status & IE_STAT_OK) { status 778 dev/ic/i82596.c ifp->if_collisions += (status & IE_XS_MAXCOLL); status 785 dev/ic/i82596.c if (status & IE_STAT_ABORT) status 787 dev/ic/i82596.c else if (status & IE_XS_NOCARRIER) status 789 dev/ic/i82596.c else if (status & IE_XS_LOSTCTS) status 791 dev/ic/i82596.c else if (status & IE_XS_UNDERRUN) status 793 dev/ic/i82596.c else if (status & IE_XS_EXCMAX) { status 1643 dev/ic/i82596.c int cmdresult, status; status 1663 dev/ic/i82596.c status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd)); status 1666 dev/ic/i82596.c sc->sc_dev.dv_xname, status, IE_STAT_BITS); status 1669 dev/ic/i82596.c if ((status & IE_STAT_OK) == 0) { status 1671 dev/ic/i82596.c sc->sc_dev.dv_xname, status, IE_STAT_BITS); status 1685 dev/ic/i82596.c int cmdresult, status; status 1693 dev/ic/i82596.c status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf)); status 1696 dev/ic/i82596.c sc->sc_dev.dv_xname, status, IE_STAT_BITS); status 1699 dev/ic/i82596.c if ((status & IE_STAT_OK) == 0) { status 1701 dev/ic/i82596.c sc->sc_dev.dv_xname, status, IE_STAT_BITS); status 1719 dev/ic/i82596.c int cmdresult, status; status 1735 dev/ic/i82596.c status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf)); status 1738 dev/ic/i82596.c sc->sc_dev.dv_xname, status, IE_STAT_BITS); status 1741 dev/ic/i82596.c if ((status & IE_STAT_OK) == 0) { status 1743 dev/ic/i82596.c sc->sc_dev.dv_xname, status, IE_STAT_BITS); status 298 dev/ic/i82596var.h u_int status; status 302 dev/ic/i82596var.h status = (sc->ie_bus_read16)(sc, off); status 303 dev/ic/i82596var.h i82596_start_cmd(sc, status & mask, 0, 0, 0); status 476 dev/ic/if_wi.c u_int16_t status; status 491 dev/ic/if_wi.c status = CSR_READ_2(sc, WI_EVENT_STAT); status 494 dev/ic/if_wi.c if (status & WI_EV_RX) { status 499 dev/ic/if_wi.c if (status & WI_EV_TX) { status 500 dev/ic/if_wi.c wi_txeof(sc, status); status 504 dev/ic/if_wi.c if (status & WI_EV_ALLOC) { status 509 dev/ic/if_wi.c wi_txeof(sc, status); status 512 dev/ic/if_wi.c if (status & WI_EV_INFO) { status 517 dev/ic/if_wi.c if (status & WI_EV_TX_EXC) { status 518 dev/ic/if_wi.c wi_txeof(sc, status); status 522 dev/ic/if_wi.c if (status & WI_EV_INFO_DROP) { status 849 dev/ic/if_wi.c wi_txeof(struct wi_softc *sc, int status) status 858 dev/ic/if_wi.c if (status & WI_EV_TX_EXC) status 559 dev/ic/if_wi_hostap.c u_int16_t status; status 575 dev/ic/if_wi_hostap.c status = take_hword(&pkt, &len); status 587 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_CHALLENGE; status 598 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_OTHER; /* XXX */ status 605 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_TOOMANY; status 618 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_TOOMANY; status 630 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_ALG; status 634 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_SEQUENCE; status 642 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_ALG; status 666 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_CHALLENGE; status 672 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_CHALLENGE; status 682 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_SEQUENCE; status 690 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_ALG; status 694 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_SUCCESS; status 698 dev/ic/if_wi_hostap.c printf("wihap_auth_req: returns status=0x%x\n", status); status 711 dev/ic/if_wi_hostap.c put_hword(&pkt, status); status 738 dev/ic/if_wi_hostap.c u_int16_t status; status 793 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_BASIC_RATE; status 803 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_CAPINFO; status 837 dev/ic/if_wi_hostap.c status = IEEE80211_STATUS_SUCCESS; status 841 dev/ic/if_wi_hostap.c printf("wihap_assoc_req: returns status=0x%x\n", status); status 854 dev/ic/if_wi_hostap.c put_hword(&pkt, status); status 178 dev/ic/if_wivar.h void wi_txeof(struct wi_softc *sc, int status); status 2489 dev/ic/iha.c xs->status = pScb->SCB_TaStat; status 215 dev/ic/isp_openbsd.h #define XS_STSP(xs) (&(xs)->status) status 117 dev/ic/isp_target.c u_int16_t status, seqid; status 184 dev/ic/isp_target.c status = inot_fcp->in_status; status 189 dev/ic/isp_target.c status = inotp->in_status & 0xff; status 198 dev/ic/isp_target.c bus, status, seqid); status 203 dev/ic/isp_target.c isp_notify_ack(isp, (status == IN_RESET)? NULL : local); status 204 dev/ic/isp_target.c switch (status) { status 227 dev/ic/isp_target.c "bad status (0x%x) in isp_target_notify", status); status 564 dev/ic/isp_target.c u_int8_t status = inp->in_status & ~QLTM_SVALID; status 566 dev/ic/isp_target.c if (status == IN_IDE_RECEIVED || status == IN_MSG_RECEIVED) { status 234 dev/ic/lpt.c lpt_not_ready(status, sc) status 235 dev/ic/lpt.c u_int8_t status; status 240 dev/ic/lpt.c status = (status ^ LPS_INVERT) & LPS_MASK; status 241 dev/ic/lpt.c new = status & ~sc->sc_laststatus; status 242 dev/ic/lpt.c sc->sc_laststatus = status; status 251 dev/ic/lpt.c return status; status 85 dev/ic/malo.c uint8_t status; status 98 dev/ic/malo.c uint32_t status; status 318 dev/ic/malo.c uint32_t status; status 320 dev/ic/malo.c status = malo_ctl_read4(sc, 0x0c30); status 321 dev/ic/malo.c if (status == 0xffffffff || status == 0) status 325 dev/ic/malo.c if (status & 0x1) status 327 dev/ic/malo.c if (status & 0x2) status 329 dev/ic/malo.c if (status & 0x4) { status 348 dev/ic/malo.c if (status & ~0x7) status 350 dev/ic/malo.c status)); status 650 dev/ic/malo.c desc->status = htole16(1); status 671 dev/ic/malo.c ring->desc[i].status = 0; status 815 dev/ic/malo.c desc->status = 0; status 1369 dev/ic/malo.c if ((letoh32(desc->status) & 0x80000000) || status 1378 dev/ic/malo.c switch (letoh32(desc->status) & 0x1) { status 1401 dev/ic/malo.c desc->status = 0; status 1654 dev/ic/malo.c desc->status = htole32(0x00000001 | 0x80000000); status 1684 dev/ic/malo.c sc->sc_rxring.cur, desc->rxctrl, desc->rssi, desc->status, status 582 dev/ic/mfi.c uint32_t status, frames; status 594 dev/ic/mfi.c status = mfi_read(sc, MFI_OMSG0); status 595 dev/ic/mfi.c sc->sc_max_cmds = status & MFI_STATE_MAXCMD_MASK; status 596 dev/ic/mfi.c sc->sc_max_sgl = (status & MFI_STATE_MAXSGL_MASK) >> 16; status 751 dev/ic/mfi.c uint32_t status, producer, consumer, ctx; status 754 dev/ic/mfi.c status = mfi_read(sc, MFI_OSTS); status 755 dev/ic/mfi.c if ((status & MFI_OSTS_INTR_VALID) == 0) status 758 dev/ic/mfi.c mfi_write(sc, MFI_OSTS, status); status 1812 dev/ic/mfi.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 1850 dev/ic/mfi.c sc->sc_sensors[i].status = SENSOR_S_CRIT; status 1855 dev/ic/mfi.c sc->sc_sensors[i].status = SENSOR_S_WARN; status 1861 dev/ic/mfi.c sc->sc_sensors[i].status = SENSOR_S_OK; status 1868 dev/ic/mfi.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 1115 dev/ic/mpi.c xs->status = SCSI_OK; status 1148 dev/ic/mpi.c xs->status = sie->scsi_status; status 1159 dev/ic/mpi.c switch (xs->status) { status 1199 dev/ic/mpi.c xs->error, xs->status); status 844 dev/ic/mtd8xx.c u_int32_t status; status 857 dev/ic/mtd8xx.c while((status = CSR_READ_4(MTD_ISR)) & ISR_INTRS) { status 860 dev/ic/mtd8xx.c CSR_WRITE_4(MTD_ISR, status); status 863 dev/ic/mtd8xx.c if (status & ISR_RI) { status 873 dev/ic/mtd8xx.c if (status & (ISR_RXERI | ISR_RBU)) status 877 dev/ic/mtd8xx.c if (status & (ISR_TI | ISR_ETI | ISR_TBU)) status 881 dev/ic/mtd8xx.c if (status & ISR_FBE) { status 2165 dev/ic/ncr5380sbc.c u_char status; status 2171 dev/ic/ncr5380sbc.c len = ncr5380_pio_in(sc, PHASE_STATUS, 1, &status); status 2173 dev/ic/ncr5380sbc.c sr->sr_status = status; status 1114 dev/ic/ncr53c9x.c xs->status = ecb->stat; status 548 dev/ic/oosiop.c offsetof(struct oosiop_xfer, status)); status 780 dev/ic/oosiop.c xfer->status = SCSI_OOSIOP_NOSTATUS; status 911 dev/ic/oosiop.c xs->status = cb->xfer->status; status 917 dev/ic/oosiop.c else switch (xs->status) { status 1097 dev/ic/oosiop.c sc->sc_tgt[i].nexus->xfer->status = status 42 dev/ic/oosiopvar.h u_int8_t status; status 319 dev/ic/osiop.c acb->ds->status.count = 1; status 320 dev/ic/osiop.c acb->ds->status.addr = dsa + OSIOP_DSSTATOFF; status 413 dev/ic/osiop.c acb->status = ACB_S_READY; status 475 dev/ic/osiop.c int status, i, s, to; status 515 dev/ic/osiop.c if (osiop_checkintr(sc, istat, dstat, sstat0, &status)) { status 524 dev/ic/osiop.c osiop_scsidone(sc->sc_nexus, status); status 588 dev/ic/osiop.c osiop_scsidone(acb, status) status 590 dev/ic/osiop.c int status; status 619 dev/ic/osiop.c if (acb->status != ACB_S_DONE) status 621 dev/ic/osiop.c sc->sc_dev.dv_xname, acb->status); status 632 dev/ic/osiop.c xs->status = status; status 634 dev/ic/osiop.c switch (status) { status 665 dev/ic/osiop.c sc->sc_dev.dv_xname, status); status 683 dev/ic/osiop.c OSIOP_TRACE('d', 'a', status, 0); status 686 dev/ic/osiop.c OSIOP_TRACE('d', 'r', status, 0); status 712 dev/ic/osiop.c OSIOP_TRACE('d', 'n', status, 0); status 718 dev/ic/osiop.c acb->status = ACB_S_FREE; status 756 dev/ic/osiop.c acb->status = ACB_S_READY; status 921 dev/ic/osiop.c sc->sc_nexus->status = ACB_S_DONE; status 927 dev/ic/osiop.c acb->status = ACB_S_DONE; status 992 dev/ic/osiop.c if (acb->status != ACB_S_READY) status 1061 dev/ic/osiop.c acb->status = ACB_S_ACTIVE; status 1106 dev/ic/osiop.c osiop_checkintr(sc, istat, dstat, sstat0, status) status 1111 dev/ic/osiop.c int *status; status 1156 dev/ic/osiop.c if (acb->status != ACB_S_ACTIVE) status 1158 dev/ic/osiop.c acb->status); status 1210 dev/ic/osiop.c *status = ds->stat[0]; status 1211 dev/ic/osiop.c acb->status = ACB_S_DONE; status 1355 dev/ic/osiop.c *status = SCSI_OSIOP_NOSTATUS; status 1372 dev/ic/osiop.c acb->status = ACB_S_DONE; status 1373 dev/ic/osiop.c *status = SCSI_OSIOP_NOSTATUS; status 1395 dev/ic/osiop.c *status = SCSI_CHECK; status 1683 dev/ic/osiop.c *status = SCSI_OSIOP_NOSTATUS; status 1722 dev/ic/osiop.c *status = SCSI_OSIOP_NOSTATUS; status 1724 dev/ic/osiop.c acb->status = ACB_S_DONE; status 1775 dev/ic/osiop.c int status, s; status 1820 dev/ic/osiop.c if (osiop_checkintr(sc, istat, dstat, sstat0, &status)) { status 1822 dev/ic/osiop.c if (status == SCSI_OSIOP_NOSTATUS) status 1843 dev/ic/osiop.c osiop_scsidone(sc->sc_nexus, status); status 2027 dev/ic/osiop.c acb->status, status 104 dev/ic/osiopvar.h buf_table_t status; /* Status */ status 158 dev/ic/osiopvar.h int status; /* status of this acb */ status 60 dev/ic/pckbc.c int status, responselen, responseidx; status 575 dev/ic/pckbc.c cmd->status = EIO; status 599 dev/ic/pckbc.c cmd->status = EIO; status 607 dev/ic/pckbc.c cmd->status = EIO; status 630 dev/ic/pckbc.c cmd->status = ETIMEDOUT; status 660 dev/ic/pckbc.c if (nc.status == 0 && respbuf) status 663 dev/ic/pckbc.c return (nc.status); status 735 dev/ic/pckbc.c if (cmd->status) status 786 dev/ic/pckbc.c cmd->status = EIO; status 869 dev/ic/pckbc.c res = (sync ? nc->status : 0); status 875 dev/ic/pckbc.c res = nc->status; status 666 dev/ic/pdq.c pdq_rxstatus_t status; status 672 dev/ic/pdq.c status = *(pdq_rxstatus_t *) dataptr; status 673 dev/ic/pdq.c if ((status.rxs_status & 0x200000) == 0) { status 674 dev/ic/pdq.c datalen = status.rxs_status & 0x1FFF; status 738 dev/ic/pdq.c PDQ_PRINTF(("discard: bad pdu 0x%x(%d.%d.%d.%d.%d)\n", status.rxs_status, status 739 dev/ic/pdq.c status.rxs_rcc_badpdu, status.rxs_rcc_badcrc, status 740 dev/ic/pdq.c status.rxs_rcc_reason, status.rxs_fsc, status.rxs_fsb_e)); status 741 dev/ic/pdq.c if (status.rxs_rcc_reason == 7) status 743 dev/ic/pdq.c if (status.rxs_rcc_reason != 0) { status 746 dev/ic/pdq.c if (status.rxs_rcc_badcrc) { status 756 dev/ic/pdq.c } else if (status.rxs_fsc == 0 || status.rxs_fsb_e == 1) { status 644 dev/ic/re.c u_int16_t status; status 679 dev/ic/re.c status = re_miibus_readreg((struct device *)sc, status 681 dev/ic/re.c if (!(status & BMCR_RESET)) status 716 dev/ic/re.c status = CSR_READ_2(sc, RL_ISR); status 717 dev/ic/re.c CSR_WRITE_2(sc, RL_ISR, status); status 718 dev/ic/re.c if ((status & (RL_ISR_TIMEOUT_EXPIRED|RL_ISR_RX_OK)) == status 1477 dev/ic/re.c u_int16_t status; status 1487 dev/ic/re.c status = CSR_READ_2(sc, RL_ISR); status 1489 dev/ic/re.c if (status == 0xffff) status 1491 dev/ic/re.c if (status) status 1492 dev/ic/re.c CSR_WRITE_2(sc, RL_ISR, status); status 1494 dev/ic/re.c if ((status & RL_INTRS_CPLUS) == 0) status 1497 dev/ic/re.c if (status & (RL_ISR_RX_OK | RL_ISR_RX_ERR)) { status 1502 dev/ic/re.c if (status & (RL_ISR_TIMEOUT_EXPIRED | RL_ISR_TX_ERR | status 1508 dev/ic/re.c if (status & RL_ISR_SYSTEM_ERR) { status 1514 dev/ic/re.c if (status & RL_ISR_LINKCHG) { status 208 dev/ic/rlnreg.h u_int8_t status; status 210 dev/ic/rlnreg.h status = rln_status_rx_read(sc); status 211 dev/ic/rlnreg.h return (status == RLN_STATUS_RX_LOLEN_AVAIL || status 212 dev/ic/rlnreg.h status == RLN_STATUS_RX_HILEN_AVAIL || status 213 dev/ic/rlnreg.h status == RLN_STATUS_RX_ERROR); status 83 dev/ic/rlnsubr.c int status; status 117 dev/ic/rlnsubr.c if ((status = rln_status_read(sc)) == 0x5a) status 123 dev/ic/rlnsubr.c if (status != 0x5a) { status 231 dev/ic/rlnsubr.c u_int8_t status; status 244 dev/ic/rlnsubr.c status = rln_status_tx_read(sc); status 245 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_HILEN_ACCEPT || status 246 dev/ic/rlnsubr.c status == RLN_STATUS_TX_ERROR) status 252 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_HILEN_ACCEPT) status 254 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_ERROR) status 262 dev/ic/rlnsubr.c status = rln_status_tx_read(sc); status 263 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_LOLEN_ACCEPT) status 269 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_LOLEN_ACCEPT) { status 274 dev/ic/rlnsubr.c status = rln_status_tx_read(sc); status 275 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_HILEN_ACCEPT || status 276 dev/ic/rlnsubr.c status == RLN_STATUS_TX_ERROR) status 282 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_HILEN_ACCEPT) status 284 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_ERROR) status 294 dev/ic/rlnsubr.c sc->sc_dev.dv_xname, status); status 325 dev/ic/rlnsubr.c u_int8_t status; status 330 dev/ic/rlnsubr.c status = rln_status_tx_read(sc); status 331 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_XFR_COMPLETE) status 336 dev/ic/rlnsubr.c if (status == RLN_STATUS_TX_XFR_COMPLETE) { status 342 dev/ic/rlnsubr.c status); status 364 dev/ic/rlnsubr.c u_int8_t status; status 368 dev/ic/rlnsubr.c status = rln_status_rx_read(sc); status 373 dev/ic/rlnsubr.c if (status == RLN_STATUS_RX_LOLEN_AVAIL || status 374 dev/ic/rlnsubr.c status == RLN_STATUS_RX_HILEN_AVAIL || status 375 dev/ic/rlnsubr.c status == RLN_STATUS_RX_ERROR) status 378 dev/ic/rlnsubr.c status = rln_status_rx_read(sc); status 384 dev/ic/rlnsubr.c if (status != RLN_STATUS_RX_HILEN_AVAIL) status 389 dev/ic/rlnsubr.c if (status != RLN_STATUS_RX_LOLEN_AVAIL) status 397 dev/ic/rlnsubr.c status = rln_status_rx_read(sc); status 398 dev/ic/rlnsubr.c if (status == RLN_STATUS_RX_HILEN_AVAIL) status 403 dev/ic/rlnsubr.c if (status != RLN_STATUS_RX_HILEN_AVAIL) status 419 dev/ic/rlnsubr.c sc->sc_dev.dv_xname, status); status 421 dev/ic/rlnsubr.c if (status == RLN_STATUS_RX_ERROR) status 495 dev/ic/rlnsubr.c u_int8_t status; status 502 dev/ic/rlnsubr.c status = rln_status_rx_read(sc); status 503 dev/ic/rlnsubr.c if (status == RLN_STATUS_RX_XFR) status 508 dev/ic/rlnsubr.c if (status != RLN_STATUS_RX_XFR) { status 805 dev/ic/rtl81x9.c u_int16_t status; status 814 dev/ic/rtl81x9.c status = CSR_READ_2(sc, RL_ISR); status 816 dev/ic/rtl81x9.c if (status == 0xffff) status 818 dev/ic/rtl81x9.c if (status != 0) status 819 dev/ic/rtl81x9.c CSR_WRITE_2(sc, RL_ISR, status); status 820 dev/ic/rtl81x9.c if ((status & RL_INTRS) == 0) status 822 dev/ic/rtl81x9.c if (status & RL_ISR_RX_OK) status 824 dev/ic/rtl81x9.c if (status & RL_ISR_RX_ERR) status 826 dev/ic/rtl81x9.c if ((status & RL_ISR_TX_OK) || (status & RL_ISR_TX_ERR)) status 828 dev/ic/rtl81x9.c if (status & RL_ISR_SYSTEM_ERR) { status 404 dev/ic/siop.c if (siop_cmd->cmd_c.status != CMDST_ACTIVE && status 405 dev/ic/siop.c siop_cmd->cmd_c.status != CMDST_SENSE_ACTIVE) { status 408 dev/ic/siop.c siop_cmd->cmd_c.status); status 476 dev/ic/siop.c siop_cmd->cmd_tables->status)); status 584 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_DONE; status 600 dev/ic/siop.c siop_cmd->cmd_tables->status = status 637 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_DONE; status 669 dev/ic/siop.c if (siop_cmd->cmd_c.status != CMDST_ACTIVE && status 670 dev/ic/siop.c siop_cmd->cmd_c.status != CMDST_SENSE_ACTIVE) { status 674 dev/ic/siop.c irqcode, siop_cmd->cmd_c.status); status 770 dev/ic/siop.c siop_target->target_c.status = status 778 dev/ic/siop.c siop_target->target_c.status = status 793 dev/ic/siop.c siop_target->target_c.status = TARST_OK; status 804 dev/ic/siop.c siop_target->target_c.status = TARST_ASYNC; status 1016 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_FREE; status 1027 dev/ic/siop.c siop_cmd->cmd_tables->status)); status 1043 dev/ic/siop.c if (siop_cmd->cmd_c.status == CMDST_SENSE_ACTIVE) status 1044 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_SENSE_DONE; status 1046 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_DONE; status 1073 dev/ic/siop.c xs->status = siop_ctoh32(&sc->sc_c, siop_cmd->cmd_tables->status); status 1074 dev/ic/siop.c if (xs->status == SCSI_OK) status 1080 dev/ic/siop.c if (freetarget && siop_target->target_c.status == TARST_PROBING) status 1103 dev/ic/siop.c switch(xs->status) { status 1105 dev/ic/siop.c xs->error = (siop_cmd->cmd_c.status == CMDST_DONE) ? status 1112 dev/ic/siop.c if (siop_cmd->cmd_c.status == CMDST_SENSE_DONE) { status 1118 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_SENSE; status 1137 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_READY; status 1157 dev/ic/siop.c if (siop_cmd->cmd_c.status != CMDST_SENSE_DONE && status 1165 dev/ic/siop.c if (siop_cmd->cmd_c.status == CMDST_SENSE) { status 1197 dev/ic/siop.c } else if (siop_cmd->cmd_c.status == CMDST_SENSE_DONE) { status 1206 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_FREE; status 1233 dev/ic/siop.c siop_cmd->cmd_c.status); status 1239 dev/ic/siop.c target, lun, siop_lun->siop_tag[0].active->cmd_c.status); status 1308 dev/ic/siop.c if (sc->sc_c.targets[target]->status != TARST_PROBING) { status 1309 dev/ic/siop.c sc->sc_c.targets[target]->status = TARST_ASYNC; status 1344 dev/ic/siop.c siop_cmd->cmd_c.xs->status = SCSI_SIOP_NOCHECK; status 1347 dev/ic/siop.c siop_cmd, siop_cmd->cmd_c.status); status 1348 dev/ic/siop.c if (siop_cmd->cmd_c.status == CMDST_SENSE || status 1349 dev/ic/siop.c siop_cmd->cmd_c.status == CMDST_SENSE_ACTIVE) status 1350 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_SENSE_DONE; status 1352 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_DONE; status 1354 dev/ic/siop.c siop_cmd->cmd_c.status, siop_cmd->cmd_c.xs->error); status 1386 dev/ic/siop.c if (siop_cmd->cmd_c.status != CMDST_FREE) status 1408 dev/ic/siop.c siop_target->target_c.status = TARST_PROBING; status 1443 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_READY; status 1480 dev/ic/siop.c siop_target->target_c.status == TARST_PROBING) status 1481 dev/ic/siop.c siop_target->target_c.status = TARST_ASYNC; status 1584 dev/ic/siop.c if (siop_cmd->cmd_c.status != CMDST_READY && status 1585 dev/ic/siop.c siop_cmd->cmd_c.status != CMDST_SENSE) status 1600 dev/ic/siop.c siop_cmd->cmd_c.status == CMDST_READY) status 1618 dev/ic/siop.c if (siop_cmd->cmd_c.status != CMDST_SENSE) { status 1667 dev/ic/siop.c if (siop_cmd->cmd_c.status == CMDST_READY) { status 1668 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_ACTIVE; status 1669 dev/ic/siop.c } else if (siop_cmd->cmd_c.status == CMDST_SENSE) { status 1670 dev/ic/siop.c siop_cmd->cmd_c.status = CMDST_SENSE_ACTIVE; status 1697 dev/ic/siop.c if (siop_cmd->cmd_c.status == CMDST_ACTIVE) { status 1869 dev/ic/siop.c newcbd->cmds[i].cmd_c.status = CMDST_FREE; status 1882 dev/ic/siop.c dsa + offsetof(struct siop_common_xfer, status) + off); status 255 dev/ic/siop_common.c if (siop_cmd->status == CMDST_SENSE) status 271 dev/ic/siop_common.c if (sc->targets[target]->status == TARST_ASYNC) { status 296 dev/ic/siop_common.c sc->targets[target]->status = TARST_PPR_NEG; status 300 dev/ic/siop_common.c sc->targets[target]->status = TARST_WIDE_NEG; status 304 dev/ic/siop_common.c sc->targets[target]->status = TARST_SYNC_NEG; status 308 dev/ic/siop_common.c sc->targets[target]->status = TARST_OK; status 311 dev/ic/siop_common.c } else if (sc->targets[target]->status == TARST_OK && status 313 dev/ic/siop_common.c siop_cmd->status != CMDST_SENSE) { status 316 dev/ic/siop_common.c siop_cmd->siop_tables->status = status 320 dev/ic/siop_common.c siop_cmd->status == CMDST_SENSE) { status 343 dev/ic/siop_common.c if (siop_target->status == TARST_WIDE_NEG) { status 363 dev/ic/siop_common.c siop_target->status = TARST_OK; status 379 dev/ic/siop_common.c siop_target->status = TARST_SYNC_NEG; status 384 dev/ic/siop_common.c siop_target->status = TARST_OK; status 405 dev/ic/siop_common.c siop_target->status = TARST_OK; status 432 dev/ic/siop_common.c if (siop_target->status == TARST_PPR_NEG) { status 441 dev/ic/siop_common.c siop_target->status = TARST_ASYNC; status 454 dev/ic/siop_common.c siop_target->status = TARST_ASYNC; status 481 dev/ic/siop_common.c siop_target->status = TARST_ASYNC; status 493 dev/ic/siop_common.c siop_target->status = TARST_ASYNC; status 508 dev/ic/siop_common.c siop_target->status = TARST_OK; status 545 dev/ic/siop_common.c if (siop_target->status == TARST_SYNC_NEG) { status 547 dev/ic/siop_common.c siop_target->status = TARST_OK; status 645 dev/ic/siop_common.c if (siop_target->status == TARST_OK) status 489 dev/ic/siopreg.h u_int16_t status; status 59 dev/ic/siopvar_common.h u_int32_t status; /* 32 */ status 89 dev/ic/siopvar_common.h int status; status 110 dev/ic/siopvar_common.h int status; /* target status, see below */ status 738 dev/ic/smc91cxx.c u_int8_t mask, interrupts, status; status 757 dev/ic/smc91cxx.c status = interrupts & mask; status 760 dev/ic/smc91cxx.c if (status == 0) status 771 dev/ic/smc91cxx.c if (status & IM_RX_OVRN_INT) { status 779 dev/ic/smc91cxx.c if (status & IM_RCV_INT) { status 794 dev/ic/smc91cxx.c if (status & IM_ALLOC_INT) { status 815 dev/ic/smc91cxx.c if (status & IM_TX_INT) { status 874 dev/ic/smc91cxx.c if (status & IM_TX_EMPTY_INT) { status 897 dev/ic/smc91cxx.c if (status & IM_EPH_INT) { status 930 dev/ic/smc91cxx.c u_int16_t status, packetno, packetlen; status 945 dev/ic/smc91cxx.c status = bus_space_read_2(bst, bsh, DATA_REG_W); status 957 dev/ic/smc91cxx.c if (status & RS_ERRORS) { status 965 dev/ic/smc91cxx.c if (status & RS_ODDFRAME) status 391 dev/ic/trm.c xs->status = SCSI_OK; status 1967 dev/ic/trm.c xs->status = pSRB->TargetStatus; status 1969 dev/ic/trm.c switch (xs->status) { status 1992 dev/ic/trm.c xs->status = SCSI_CHECK; status 2040 dev/ic/trm.c xs->status = SCSI_OK; status 2045 dev/ic/trm.c xs->status = SCSI_OK; status 2050 dev/ic/trm.c xs->status = SCSI_OK; status 2091 dev/ic/trm.c if ((xs->error != 0) || (xs->status != 0) || ((xs->flags & SCSI_POLL) != 0)) status 2093 dev/ic/trm.c sc->sc_device.dv_xname, target, lun, xs->cmd->opcode, xs->error, xs->status); status 140 dev/ic/twe.c u_int32_t status; status 216 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 217 dev/ic/twe.c if (status & TWE_STAT_CPURDY) status 221 dev/ic/twe.c if (!(status & TWE_STAT_CPURDY)) { status 234 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 235 dev/ic/twe.c if (status & TWE_STAT_ATTNI) status 239 dev/ic/twe.c if (!(status & TWE_STAT_ATTNI)) { status 280 dev/ic/twe.c if (status & TWE_STAT_CPUERR) { status 285 dev/ic/twe.c if (status & TWE_STAT_PCIPAR) { status 290 dev/ic/twe.c if (status & TWE_STAT_QUEUEE ) { status 295 dev/ic/twe.c if (status & TWE_STAT_PCIABR) { status 300 dev/ic/twe.c while (!(status & TWE_STAT_RQE)) { status 302 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 339 dev/ic/twe.c printf(": Escalade V%d.%d\n", TWE_MAJV(status), TWE_MINV(status)); status 439 dev/ic/twe.c u_int32_t status; status 454 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 456 dev/ic/twe.c status & TWE_STAT_FLAGS, TWE_STAT_BITS)); status 457 dev/ic/twe.c while (!(status & TWE_STAT_CQF) && status 468 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 470 dev/ic/twe.c status & TWE_STAT_FLAGS, TWE_STAT_BITS)); status 603 dev/ic/twe.c u_int32_t status; status 619 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 620 dev/ic/twe.c if (!(status & TWE_STAT_CQF)) status 623 dev/ic/twe.c status & TWE_STAT_FLAGS, TWE_STAT_BITS)); status 626 dev/ic/twe.c if (!(status & TWE_STAT_CQF)) { status 653 dev/ic/twe.c u_int32_t status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 658 dev/ic/twe.c while (!(status & TWE_STAT_RQE)) { status 675 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 959 dev/ic/twe.c u_int32_t status; status 963 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 965 dev/ic/twe.c status & TWE_STAT_FLAGS, TWE_STAT_BITS)); status 967 dev/ic/twe.c if (status & TWE_STAT_HOSTI) { status 974 dev/ic/twe.c if (status & TWE_STAT_RDYI) { status 976 dev/ic/twe.c while (!(status & TWE_STAT_RQE)) { status 995 dev/ic/twe.c status = bus_space_read_4(sc->iot, sc->ioh, TWE_STATUS); status 997 dev/ic/twe.c status & TWE_STAT_FLAGS, TWE_STAT_BITS)); status 1001 dev/ic/twe.c if (status & TWE_STAT_CMDI) { status 1010 dev/ic/twe.c if (status & TWE_STAT_ATTNI) { status 472 dev/ic/wdc.c u_int8_t cumulative_status, status; status 484 dev/ic/wdc.c status = CHP_READ_REG(chp, wdr_status); status 487 dev/ic/wdc.c if (status & WDCS_BSY) status 490 dev/ic/wdc.c cumulative_status |= status; status 1135 dev/ic/wdc.c u_char status; status 1145 dev/ic/wdc.c chp->ch_status = status = CHP_READ_REG(chp, wdr_status); status 1148 dev/ic/wdc.c if (status == 0xff && (chp->ch_flags & WDCF_ONESLAVE)) { status 1150 dev/ic/wdc.c chp->ch_status = status = status 1154 dev/ic/wdc.c if ((status & WDCS_BSY) == 0 && (status & mask) == bits) status 1158 dev/ic/wdc.c "error 0x%x\n", status, WDCS_BITS, status 1165 dev/ic/wdc.c if (status & WDCS_ERR) { status 51 dev/ic/wdcevent.h u_int8_t status) { status 52 dev/ic/wdcevent.h if (chp->ch_prev_log_status == status) status 55 dev/ic/wdcevent.h chp->ch_prev_log_status = status; status 56 dev/ic/wdcevent.h wdc_log(chp, WDCEVENT_STATUS, 1, &status); status 300 dev/ic/wdcvar.h #define wdcwait(chp, status, mask, timeout) ((wdc_wait_for_status((chp), (status), (mask), (timeout)) >= 0) ? 0 : -1) status 1497 dev/ic/xl.c u_int16_t status; status 1503 dev/ic/xl.c while ((status = CSR_READ_2(sc, XL_STATUS)) & XL_INTRS && status != 0xFFFF) { status 1508 dev/ic/xl.c XL_CMD_INTR_ACK|(status & XL_INTRS)); status 1513 dev/ic/xl.c if (status & XL_STAT_UP_COMPLETE) { status 1524 dev/ic/xl.c if (status & XL_STAT_DOWN_COMPLETE) { status 1531 dev/ic/xl.c if (status & XL_STAT_TX_COMPLETE) { status 1536 dev/ic/xl.c if (status & XL_STAT_ADFAIL) { status 1541 dev/ic/xl.c if (status & XL_STAT_STATSOFLOW) { status 1611 dev/ic/xl.c u_int32_t status; status 1689 dev/ic/xl.c status = XL_TXSTAT_RND_DEFEAT; status 1694 dev/ic/xl.c status |= XL_TXSTAT_IPCKSUM; status 1696 dev/ic/xl.c status |= XL_TXSTAT_TCPCKSUM; status 1698 dev/ic/xl.c status |= XL_TXSTAT_UDPCKSUM; status 1701 dev/ic/xl.c c->xl_ptr->xl_status = htole32(status); status 2198 dev/ic/xl.c u_int16_t status = 0; status 2206 dev/ic/xl.c status = CSR_READ_2(sc, XL_W4_MEDIA_STATUS); status 2215 dev/ic/xl.c if ((status & XL_MEDIASTAT_CARRIER) == 0) status 2359 dev/ic/xl.c u_int16_t status = 0; status 2365 dev/ic/xl.c status = CSR_READ_2(sc, XL_W4_MEDIA_STATUS); status 2368 dev/ic/xl.c if (status & XL_MEDIASTAT_CARRIER) status 628 dev/ic/xlreg.h u_int16_t status; status 1406 dev/ipmi.c psensor->i_sensor.status = ipmi_sensor_status(sc, psensor, data); status 1612 dev/isa/ad1848.c u_char status; status 1615 dev/isa/ad1848.c status = ADREAD(sc, AD1848_STATUS); status 1619 dev/isa/ad1848.c printf("ad1848_intr: intr=%p status=%x\n", sc->sc_intr, status); status 1625 dev/isa/ad1848.c if (sc->sc_intr && (status & INTERRUPT_STATUS)) { status 1635 dev/isa/ad1848.c if (status & INTERRUPT_STATUS) status 492 dev/isa/fd.c u_char status; status 496 dev/isa/fd.c status = fd->sc_drive; status 498 dev/isa/fd.c status = 0; status 500 dev/isa/fd.c status |= FDO_FRST | FDO_FDMAEN; status 504 dev/isa/fd.c status |= FDO_MOEN(n); status 505 dev/isa/fd.c bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout, status); status 940 dev/isa/gus.c unsigned char intr, status; status 980 dev/isa/gus.c status = bus_space_read_1(iot, ioh2, GUS_DATA_HIGH); status 981 dev/isa/gus.c if (status & GUSMASK_VOICE_STOPPED) { status 540 dev/isa/if_ef_isapnp.c u_int16_t status; status 543 dev/isa/if_ef_isapnp.c status = bus_space_read_2(iot, ioh, EP_STATUS); status 546 dev/isa/if_ef_isapnp.c if (status & S_RX_COMPLETE) { status 551 dev/isa/if_ef_isapnp.c if (status & S_TX_AVAIL) { status 557 dev/isa/if_ef_isapnp.c if (status & S_CARD_FAILURE) { status 561 dev/isa/if_ef_isapnp.c sc->sc_dv.dv_xname, status); status 566 dev/isa/if_ef_isapnp.c if (status & S_TX_COMPLETE) { status 573 dev/isa/if_ef_isapnp.c } while ((status = bus_space_read_2(iot, ioh, EP_STATUS)) & status 826 dev/isa/if_ie.c register u_short status; status 836 dev/isa/if_ie.c status = sc->scb->ie_status & IE_ST_WHENCE; status 837 dev/isa/if_ie.c if (status == 0) status 842 dev/isa/if_ie.c ie_ack(sc, status); status 844 dev/isa/if_ie.c if (status & (IE_ST_FR | IE_ST_RNR)) { status 856 dev/isa/if_ie.c if (status & IE_ST_CX) { status 868 dev/isa/if_ie.c if (status & IE_ST_RNR) { status 875 dev/isa/if_ie.c if ((status & IE_ST_CNA) && (sc->sc_debug & IED_CNA)) status 883 dev/isa/if_ie.c status = sc->scb->ie_status & IE_ST_WHENCE; status 884 dev/isa/if_ie.c if (status == 0) { status 902 dev/isa/if_ie.c int i, status; status 907 dev/isa/if_ie.c status = sc->rframes[i]->ie_fd_status; status 909 dev/isa/if_ie.c if ((status & IE_FD_COMPLETE) && (status & IE_FD_OK)) { status 921 dev/isa/if_ie.c if ((status & IE_FD_RNR) != 0 && status 944 dev/isa/if_ie.c int status; status 949 dev/isa/if_ie.c status = sc->xmit_cmds[sc->xctail]->ie_xmit_status; status 951 dev/isa/if_ie.c if (!(status & IE_STAT_COMPL) || (status & IE_STAT_BUSY)) status 954 dev/isa/if_ie.c if (status & IE_STAT_OK) { status 956 dev/isa/if_ie.c ifp->if_collisions += status & IE_XS_MAXCOLL; status 964 dev/isa/if_ie.c if (status & IE_STAT_ABORT) status 966 dev/isa/if_ie.c else if (status & IE_XS_LATECOLL) status 968 dev/isa/if_ie.c else if (status & IE_XS_NOCARRIER) status 970 dev/isa/if_ie.c else if (status & IE_XS_LOSTCTS) status 972 dev/isa/if_ie.c else if (status & IE_XS_UNDERRUN) status 974 dev/isa/if_ie.c else if (status & IE_XS_EXCMAX) { status 1351 dev/isa/if_ie.c int status; status 1358 dev/isa/if_ie.c status = sc->rframes[num]->ie_fd_status; status 1367 dev/isa/if_ie.c if (status & IE_FD_OK) { status 88 dev/isa/mcd.c #define MCD_TRACE(fmt,a,b,c,d) {if (sc->debug) {printf("%s: st=%02x: ", sc->sc_dev.dv_xname, sc->status); printf(fmt,a,b,c,d);}} status 128 dev/isa/mcd.c short status; status 992 dev/isa/mcd.c sc->status = x; status 995 dev/isa/mcd.c if ((sc->status & MCD_ST_CMDCHECK) != 0) status 1035 dev/isa/mcd.c (sc->status & (MCD_ST_DSKCHNG | MCD_ST_DSKIN | MCD_ST_DOOROPEN)) != status 1037 dev/isa/mcd.c if ((sc->status & MCD_ST_DOOROPEN) != 0) status 1039 dev/isa/mcd.c else if ((sc->status & MCD_ST_DSKIN) == 0) status 1041 dev/isa/mcd.c else if ((sc->status & MCD_ST_DSKCHNG) != 0) status 1046 dev/isa/mcd.c if ((sc->status & MCD_ST_AUDIOBSY) != 0) status 1175 dev/isa/mcd.c sc->status = bus_space_read_1(iot, ioh, MCD_STATUS); status 1217 dev/isa/mcd.c sc->status = bus_space_read_1(iot, ioh, MCD_STATUS); status 1223 dev/isa/mcd.c sc->sc_dev.dv_xname, (u_int)sc->status); status 399 dev/isa/nsclpcsio_isa.c u_int8_t status; status 405 dev/isa/nsclpcsio_isa.c status = TMS_READ(sc, SIO_TCHCFST); status 406 dev/isa/nsclpcsio_isa.c if (!(status & 0x01)) { status 408 dev/isa/nsclpcsio_isa.c sc->sensors[i].desc, status)); status 414 dev/isa/nsclpcsio_isa.c status, sdata)); status 469 dev/isa/nsclpcsio_isa.c u_int8_t status; status 475 dev/isa/nsclpcsio_isa.c status = VLM_READ(sc, SIO_VCHCFST); status 476 dev/isa/nsclpcsio_isa.c if (!(status & 0x01)) { status 478 dev/isa/nsclpcsio_isa.c sc->sensors[SIO_VLM_OFF + i].desc, status)); status 484 dev/isa/nsclpcsio_isa.c sc->sensors[SIO_VLM_OFF + i].desc, status, data)); status 1404 dev/isa/seagate.c scb->xs->status = tmp; status 597 dev/midi.c #define MIDI_EVLEN(status) (midi_evlen[((status) >> 4) & 7]) status 247 dev/midisyn.c u_int8_t status, chan; status 266 dev/midisyn.c status = ms->buf[0]; status 267 dev/midisyn.c if (ms->pos < MIDI_LENGTH(status)) status 270 dev/midisyn.c chan = MIDI_GET_CHAN(status); status 275 dev/midisyn.c switch (MIDI_GET_STATUS(status)) { status 318 dev/midisyn.c fs->sysex(ms, status); status 322 dev/mii/ciphy.c uint16_t status, speed; status 325 dev/mii/ciphy.c status = PHY_READ(sc, CIPHY_MII_AUXCSR); status 326 dev/mii/ciphy.c speed = status & CIPHY_AUXCSR_SPEED; status 345 dev/mii/ciphy.c (status & CIPHY_AUXCSR_FDX)) { status 364 dev/mii/ciphy.c (status & CIPHY_AUXCSR_FDX)) { status 225 dev/mii/sqphy.c int bmsr, bmcr, status; status 256 dev/mii/sqphy.c status = PHY_READ(sc, MII_SQPHY_STATUS); status 257 dev/mii/sqphy.c if (status & STATUS_SPD_DET) status 262 dev/mii/sqphy.c if (status & STATUS_DPLX_DET) status 164 dev/pci/arc.c u_int8_t status; status 792 dev/pci/arc.c switch (cmd->status) { status 796 dev/pci/arc.c xs->status = SCSI_OK; status 805 dev/pci/arc.c xs->status = SCSI_CHECK; status 813 dev/pci/arc.c xs->status = SCSI_BUSY; status 817 dev/pci/arc.c xs->status = SCSI_OK; status 1183 dev/pci/arc.c u_int32_t status; status 1198 dev/pci/arc.c status = letoh32(volinfo->volume_status); status 1199 dev/pci/arc.c if (status == 0x0) { status 1204 dev/pci/arc.c } else if (status & ARC_FW_VOL_STATUS_NEED_REGEN) status 1206 dev/pci/arc.c else if (status & ARC_FW_VOL_STATUS_FAILED) status 1208 dev/pci/arc.c else if (status & ARC_FW_VOL_STATUS_INITTING) { status 1211 dev/pci/arc.c } else if (status & ARC_FW_VOL_STATUS_REBUILDING) { status 1566 dev/pci/arc.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 1603 dev/pci/arc.c sc->sc_sensors[i].status = SENSOR_S_CRIT; status 1608 dev/pci/arc.c sc->sc_sensors[i].status = SENSOR_S_WARN; status 1614 dev/pci/arc.c sc->sc_sensors[i].status = SENSOR_S_OK; status 1621 dev/pci/arc.c sc->sc_sensors[i].status = SENSOR_S_UNKNOWN; status 354 dev/pci/auich.c u_int32_t status; status 503 dev/pci/auich.c status = bus_space_read_4(sc->iot, sc->aud_ioh, AUICH_GSTS); status 504 dev/pci/auich.c if (!(status & AUICH_PCR)) { /* reset failure */ status 764 dev/pci/auixp.c caddr_v->status = htole16(0); status 1047 dev/pci/auixp.c u_int32_t status, enable, detected_codecs; status 1055 dev/pci/auixp.c status = bus_space_read_4(iot, ioh, ATI_REG_ISR); status 1057 dev/pci/auixp.c if (status == 0) status 1060 dev/pci/auixp.c DPRINTF(("%s: (status = %x)\n", sc->sc_dev.dv_xname, status)); status 1063 dev/pci/auixp.c if (status & ATI_REG_ISR_IN_STATUS) { status 1067 dev/pci/auixp.c if (status & ATI_REG_ISR_OUT_STATUS) { status 1074 dev/pci/auixp.c if (status & ATI_REG_ISR_IN_XRUN) { status 1078 dev/pci/auixp.c if (status & ATI_REG_ISR_OUT_XRUN) { status 1084 dev/pci/auixp.c if (status & CODEC_CHECK_BITS) { status 1087 dev/pci/auixp.c detected_codecs = status & CODEC_CHECK_BITS; status 1097 dev/pci/auixp.c bus_space_write_4(iot, ioh, ATI_REG_ISR, status); status 48 dev/pci/auixpreg.h u_int16_t status; /* status bits; function unknown */ status 260 dev/pci/autri.c u_int32_t status, addr, cmd, busy; status 313 dev/pci/autri.c status = TREAD4(sc, addr); status 314 dev/pci/autri.c if ((status & busy) == 0) status 325 dev/pci/autri.c *data = (status >> 16) & 0x0000ffff; status 573 dev/pci/bktr/bktr_card.c int status; status 777 dev/pci/bktr/bktr_card.c if ( (status = i2cRead( bktr, PFC8582_RADDR )) != ABSENT ) { status 808 dev/pci/bktr/bktr_card.c if ( (status = i2cRead( bktr, X24C01_RADDR )) != ABSENT ) { status 994 dev/pci/bktr/bktr_core.c int status; status 1027 dev/pci/bktr/bktr_core.c status = tsleep(BKTR_SLEEP, BKTRPRI, "captur", 0); status 1028 dev/pci/bktr/bktr_core.c if (!status) /* successful capture */ status 1029 dev/pci/bktr/bktr_core.c status = uiomove((caddr_t)bktr->bigbuf, count, uio); status 1032 dev/pci/bktr/bktr_core.c bktr_name(bktr), status); status 1036 dev/pci/bktr/bktr_core.c return( status ); status 1050 dev/pci/bktr/bktr_core.c int status; status 1059 dev/pci/bktr/bktr_core.c if ((status = tsleep(VBI_SLEEP, VBIPRI, "vbi", 0))) { status 1060 dev/pci/bktr/bktr_core.c return status; status 1079 dev/pci/bktr/bktr_core.c status = uiomove((caddr_t)bktr->vbibuffer + bktr->vbistart, readsize2, uio); status 1080 dev/pci/bktr/bktr_core.c status += uiomove((caddr_t)bktr->vbibuffer, (readsize - readsize2), uio); status 1083 dev/pci/bktr/bktr_core.c status = uiomove((caddr_t)bktr->vbibuffer + bktr->vbistart, readsize, uio); status 1093 dev/pci/bktr/bktr_core.c return( status ); status 3692 dev/pci/bktr/bktr_core.c int status; status 3717 dev/pci/bktr/bktr_core.c status = INL(bktr, BKTR_I2C_DATA_CTL) & 1; /* read the ACK bit */ status 3720 dev/pci/bktr/bktr_core.c return( status ); status 3865 dev/pci/bktr/bktr_core.c int x, status; status 3898 dev/pci/bktr/bktr_core.c status = INL(bktr, BKTR_I2C_DATA_CTL) & 1; /* read the ACK bit */ status 3906 dev/pci/bktr/bktr_core.c return( status ); status 553 dev/pci/bktr/bktr_os.c int status; status 555 dev/pci/bktr/bktr_os.c status = get_tuner_status(sc); status 560 dev/pci/bktr/bktr_os.c ri->info = (status & STATUSBIT_STEREO) ? RADIO_INFO_STEREO : 0; status 899 dev/pci/bktr/bktr_tuner.c int status; status 907 dev/pci/bktr/bktr_tuner.c if ( (status = i2cRead( bktr, addr + 1 )) < 0 ) status 911 dev/pci/bktr/bktr_tuner.c printf( "%s: Original freq: %d, status: 0x%02x\n", bktr_name(bktr), frequency, status ); status 914 dev/pci/bktr/bktr_tuner.c if ( (status = i2cRead( bktr, addr + 1 )) < 0 ) status 916 dev/pci/bktr/bktr_tuner.c if ( !(status & 0x40) ) { status 923 dev/pci/bktr/bktr_tuner.c switch( status & AFC_BITS ) { status 926 dev/pci/bktr/bktr_tuner.c printf( "%s: Centered, freq: %d, status: 0x%02x\n", bktr_name(bktr), frequency, status ); status 933 dev/pci/bktr/bktr_tuner.c printf( "%s: Low, freq: %d, status: 0x%02x\n", bktr_name(bktr), frequency, status ); status 941 dev/pci/bktr/bktr_tuner.c printf( "%s: Hi, freq: %d, status: 0x%02x\n", bktr_name(bktr), frequency, status ); status 797 dev/pci/bt8370.c int status = 1; status 820 dev/pci/bt8370.c status = 0; status 824 dev/pci/bt8370.c status = -1; status 826 dev/pci/bt8370.c return (status); status 859 dev/pci/esa.c u_int8_t status, ctl; status 866 dev/pci/esa.c status = bus_space_read_1(iot, ioh, ESA_HOST_INT_STATUS); status 867 dev/pci/esa.c if (status == 0xff) status 871 dev/pci/esa.c bus_space_write_1(iot, ioh, ESA_HOST_INT_STATUS, status); status 873 dev/pci/esa.c if (status & ESA_HV_INT_PENDING) { status 893 dev/pci/esa.c if (status & ESA_ASSP_INT_PENDING) { status 183 dev/pci/gdt_pci.c u_int32_t status = 0; status 272 dev/pci/gdt_pci.c status |= DPMEM_MAPPED; status 287 dev/pci/gdt_pci.c status |= IOMEM_MAPPED; status 294 dev/pci/gdt_pci.c status |= IO_MAPPED; status 554 dev/pci/gdt_pci.c status |= INTR_ESTABLISHED; status 566 dev/pci/gdt_pci.c if (status & DPMEM_MAPPED) status 568 dev/pci/gdt_pci.c if (status & IOMEM_MAPPED) status 570 dev/pci/gdt_pci.c if (status & IO_MAPPED) status 572 dev/pci/gdt_pci.c if (status & INTR_ESTABLISHED) status 3351 dev/pci/if_bge.c u_int32_t link, status; status 3373 dev/pci/if_bge.c status = CSR_READ_4(sc, BGE_MAC_STS); status 3374 dev/pci/if_bge.c if (status & BGE_MACSTAT_MI_INTERRUPT) { status 3399 dev/pci/if_bge.c status = CSR_READ_4(sc, BGE_MAC_STS); status 3400 dev/pci/if_bge.c if (status & BGE_MACSTAT_TBI_PCS_SYNCHED) { status 3407 dev/pci/if_bge.c status = CSR_READ_4(sc, BGE_MAC_MODE); status 3409 dev/pci/if_bge.c (status & BGE_MACMODE_HALF_DUPLEX) ? status 3777 dev/pci/if_bnx.c u_int32_t status; status 3830 dev/pci/if_bnx.c status = l2fhdr->l2_fhdr_status; status 3834 dev/pci/if_bnx.c status = status | L2_FHDR_ERRORS_PHY_DECODE); status 3849 dev/pci/if_bnx.c if (status & (L2_FHDR_ERRORS_BAD_CRC | status 3911 dev/pci/if_bnx.c if (status & L2_FHDR_STATUS_IP_DATAGRAM) { status 3927 dev/pci/if_bnx.c if (status & (L2_FHDR_STATUS_TCP_SEGMENT | status 3930 dev/pci/if_bnx.c if ((status & status 3949 dev/pci/if_bnx.c if ((status & L2_FHDR_STATUS_L2_VLAN_TAG) && status 1283 dev/pci/if_cas.c cas_eint(struct cas_softc *sc, u_int status) status 1285 dev/pci/if_cas.c if ((status & CAS_INTR_MIF) != 0) { status 1292 dev/pci/if_cas.c printf("%s: status=%b\n", sc->sc_dev.dv_xname, status, CAS_INTR_BITS); status 1301 dev/pci/if_cas.c u_int32_t status; status 1303 dev/pci/if_cas.c status = bus_space_read_4(t, seb, CAS_MII_INTERRUP_STATUS); status 1304 dev/pci/if_cas.c status |= bus_space_read_4(t, seb, CAS_MII_INTERRUP_STATUS); status 1306 dev/pci/if_cas.c if (status) status 1319 dev/pci/if_cas.c u_int32_t status; status 1322 dev/pci/if_cas.c status = bus_space_read_4(t, seb, CAS_STATUS); status 1324 dev/pci/if_cas.c sc->sc_dev.dv_xname, (status>>19), status, CAS_INTR_BITS)); status 1326 dev/pci/if_cas.c if ((status & CAS_INTR_PCS) != 0) status 1329 dev/pci/if_cas.c if ((status & (CAS_INTR_TX_TAG_ERR | CAS_INTR_RX_TAG_ERR | status 1331 dev/pci/if_cas.c r |= cas_eint(sc, status); status 1333 dev/pci/if_cas.c if ((status & (CAS_INTR_TX_EMPTY | CAS_INTR_TX_INTME)) != 0) status 1334 dev/pci/if_cas.c r |= cas_tint(sc, status); status 1336 dev/pci/if_cas.c if ((status & (CAS_INTR_RX_DONE | CAS_INTR_RX_NOBUF)) != 0) status 1340 dev/pci/if_cas.c if (status & CAS_INTR_TX_MAC) { status 1350 dev/pci/if_cas.c if (status & CAS_INTR_RX_MAC) { status 1894 dev/pci/if_cas.c cas_tint(struct cas_softc *sc, u_int32_t status) status 1900 dev/pci/if_cas.c hwcons = status >> 19; status 501 dev/pci/if_de.c u_int32_t status; status 505 dev/pci/if_de.c status = tulip_mii_readreg(sc, sc->tulip_phyaddr, PHYREG_STATUS) status 507 dev/pci/if_de.c if (status & PHYSTS_AUTONEG_DONE) { status 514 dev/pci/if_de.c abilities = (abilities << 6) & status; status 537 dev/pci/if_de.c if ((status & (PHYSTS_LINK_UP|PHYSTS_REMOTE_FAULT)) == PHYSTS_LINK_UP) status 1246 dev/pci/if_de.c unsigned status = tulip_mii_readreg(sc, phyaddr, PHYREG_STATUS); status 1247 dev/pci/if_de.c if (status == 0 || status == 0xFFFF || status < PHYSTS_10BASET) status 1254 dev/pci/if_de.c unsigned status = tulip_mii_readreg(sc, 0, PHYREG_STATUS); status 1255 dev/pci/if_de.c if (status == 0 || status == 0xFFFF || status < PHYSTS_10BASET) status 1298 dev/pci/if_de.c u_int32_t status; status 1314 dev/pci/if_de.c status = tulip_mii_readreg(sc, phyaddr, PHYREG_STATUS) status 1316 dev/pci/if_de.c if ((status & PHYSTS_CAN_AUTONEG) == 0) { status 1325 dev/pci/if_de.c if (tulip_mii_readreg(sc, phyaddr, PHYREG_AUTONEG_ADVERTISEMENT) != ((status >> 6) | 0x01)) status 1326 dev/pci/if_de.c tulip_mii_writereg(sc, phyaddr, PHYREG_AUTONEG_ADVERTISEMENT, (status >> 6) | 0x01); status 1344 dev/pci/if_de.c u_int32_t status = tulip_mii_readreg(sc, phyaddr, PHYREG_STATUS) status 1347 dev/pci/if_de.c if ((status & PHYSTS_AUTONEG_DONE) == 0) { status 1354 dev/pci/if_de.c TULIP_PRINTF_ARGS, phyaddr, status, status 1365 dev/pci/if_de.c TULIP_PRINTF_ARGS, phyaddr, data, status); status 1367 dev/pci/if_de.c data = (data << 6) & status; status 2147 dev/pci/if_em.c while (eop_desc->upper.fields.status & E1000_TXD_STAT_DD) { status 2502 dev/pci/if_em.c u_int8_t status; status 2510 dev/pci/if_em.c if (!((current_desc->status) & E1000_RXD_STAT_DD)) status 2513 dev/pci/if_em.c while ((current_desc->status & E1000_RXD_STAT_DD) && status 2530 dev/pci/if_em.c status = current_desc->status; status 2531 dev/pci/if_em.c if (status & E1000_RXD_STAT_EOP) { status 2552 dev/pci/if_em.c if (TBI_ACCEPT(&sc->hw, status, current_desc->errors, status 2670 dev/pci/if_em.c current_desc->status = 0; status 2718 dev/pci/if_em.c (rx_desc->status & E1000_RXD_STAT_IXSM)) { status 2723 dev/pci/if_em.c if (rx_desc->status & E1000_RXD_STAT_IPCS) { status 2733 dev/pci/if_em.c if (rx_desc->status & E1000_RXD_STAT_TCPCS) { status 495 dev/pci/if_em_hw.c uint32_t status; status 526 dev/pci/if_em_hw.c status = E1000_READ_REG(hw, STATUS); status 527 dev/pci/if_em_hw.c if (status & E1000_STATUS_TBIMODE) { status 1258 dev/pci/if_em_hw.c uint32_t status; status 1369 dev/pci/if_em_hw.c status = E1000_READ_REG(hw, STATUS); status 1370 dev/pci/if_em_hw.c if (status & E1000_STATUS_LU) break; status 2921 dev/pci/if_em_hw.c uint32_t status; status 2931 dev/pci/if_em_hw.c status = E1000_READ_REG(hw, STATUS); status 2943 dev/pci/if_em_hw.c if (status & E1000_STATUS_LU) status 3084 dev/pci/if_em_hw.c (!(status & E1000_STATUS_LU)) && status 3157 dev/pci/if_em_hw.c uint32_t status; status 3164 dev/pci/if_em_hw.c status = E1000_READ_REG(hw, STATUS); status 3165 dev/pci/if_em_hw.c if (status & E1000_STATUS_SPEED_1000) { status 3168 dev/pci/if_em_hw.c } else if (status & E1000_STATUS_SPEED_100) { status 3176 dev/pci/if_em_hw.c if (status & E1000_STATUS_FD) { status 5021 dev/pci/if_em_hw.c int32_t status = 0; status 5050 dev/pci/if_em_hw.c status = em_write_eeprom_microwire(hw, offset, words, data); status 5052 dev/pci/if_em_hw.c status = em_write_eeprom_spi(hw, offset, words, data); status 5059 dev/pci/if_em_hw.c return status; status 6069 dev/pci/if_em_hw.c uint32_t status; status 6099 dev/pci/if_em_hw.c status = E1000_READ_REG(hw, STATUS); status 6100 dev/pci/if_em_hw.c hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ? status 6107 dev/pci/if_em_hw.c hw->bus_speed = (status & E1000_STATUS_PCI66) ? status 6110 dev/pci/if_em_hw.c switch (status & E1000_STATUS_PCIX_SPEED) { status 6125 dev/pci/if_em_hw.c hw->bus_width = (status & E1000_STATUS_BUS64) ? status 7042 dev/pci/if_em_hw.c if (hdr->status & status 7946 dev/pci/if_em_hw.c int32_t status = E1000_SUCCESS; status 7949 dev/pci/if_em_hw.c status = em_read_ich8_data(hw, index, 1, &word); status 7950 dev/pci/if_em_hw.c if (status == E1000_SUCCESS) { status 7954 dev/pci/if_em_hw.c return status; status 8002 dev/pci/if_em_hw.c int32_t status = E1000_SUCCESS; status 8005 dev/pci/if_em_hw.c status = em_write_ich8_data(hw, index, 1, word); status 8007 dev/pci/if_em_hw.c return status; status 8020 dev/pci/if_em_hw.c int32_t status = E1000_SUCCESS; status 8021 dev/pci/if_em_hw.c status = em_read_ich8_data(hw, index, 2, data); status 8022 dev/pci/if_em_hw.c return status; status 365 dev/pci/if_em_hw.h uint8_t status; status 588 dev/pci/if_em_hw.h uint8_t status; /* Descriptor status */ status 715 dev/pci/if_em_hw.h uint8_t status; /* Descriptor status */ status 766 dev/pci/if_em_hw.h uint8_t status; /* Descriptor status */ status 787 dev/pci/if_em_hw.h uint8_t status; /* Descriptor status */ status 2511 dev/pci/if_em_hw.h #define TBI_ACCEPT(sc, status, errors, length, last_byte) \ status 2515 dev/pci/if_em_hw.h (((status) & E1000_RXD_STAT_VP) ? \ status 768 dev/pci/if_ipw.c letoh32(cmd->len), letoh32(cmd->status))); status 816 dev/pci/if_ipw.c ipw_data_intr(struct ipw_softc *sc, struct ipw_status *status, status 826 dev/pci/if_ipw.c DPRINTFN(5, ("RX!DATA!%u!%u\n", letoh32(status->len), status->rssi)); status 847 dev/pci/if_ipw.c bus_dmamap_sync(sc->sc_dmat, sbuf->map, 0, letoh32(status->len), status 874 dev/pci/if_ipw.c m->m_pkthdr.len = m->m_len = letoh32(status->len); status 882 dev/pci/if_ipw.c tap->wr_antsignal = status->rssi; status 901 dev/pci/if_ipw.c ieee80211_input(ifp, m, ni, status->rssi, 0); status 915 dev/pci/if_ipw.c struct ipw_status *status; status 932 dev/pci/if_ipw.c status = &sc->status_list[i]; status 936 dev/pci/if_ipw.c switch (letoh16(status->code) & 0xf) { status 947 dev/pci/if_ipw.c ipw_data_intr(sc, status, sbd, sbuf); status 956 dev/pci/if_ipw.c sc->sc_dev.dv_xname, letoh16(status->code)); status 200 dev/pci/if_ipwreg.h uint32_t status; status 1009 dev/pci/if_iwi.c scan->status)); status 1045 dev/pci/if_iwi.c assoc->status)); status 1071 dev/pci/if_iwi.c if (letoh32(beacon->status) == IWI_BEACON_MISSED) { status 169 dev/pci/if_iwireg.h uint16_t status; status 183 dev/pci/if_iwireg.h uint8_t status; status 189 dev/pci/if_iwireg.h uint32_t status; status 199 dev/pci/if_iwireg.h uint8_t status; status 1407 dev/pci/if_ixgb.c while (tx_desc->status & IXGB_TX_DESC_STATUS_DD) { status 1409 dev/pci/if_ixgb.c tx_desc->status = 0; status 1761 dev/pci/if_ixgb.c if (!((current_desc->status) & IXGB_RX_DESC_STATUS_DD)) status 1764 dev/pci/if_ixgb.c while ((current_desc->status & IXGB_RX_DESC_STATUS_DD) && status 1775 dev/pci/if_ixgb.c if (current_desc->status & IXGB_RX_DESC_STATUS_EOP) { status 1835 dev/pci/if_ixgb.c current_desc->status = 0; status 1904 dev/pci/if_ixgb.c if (rx_desc->status & IXGB_RX_DESC_STATUS_IXSM) { status 1909 dev/pci/if_ixgb.c if (rx_desc->status & IXGB_RX_DESC_STATUS_IPCS) { status 1919 dev/pci/if_ixgb.c if (rx_desc->status & IXGB_RX_DESC_STATUS_TCPCS) { status 1054 dev/pci/if_lge.c u_int32_t status; status 1072 dev/pci/if_lge.c status = CSR_READ_4(sc, LGE_ISR); status 1074 dev/pci/if_lge.c if ((status & LGE_INTRS) == 0) status 1079 dev/pci/if_lge.c if ((status & (LGE_ISR_TXCMDFIFO_EMPTY|LGE_ISR_TXDMA_DONE))) status 1082 dev/pci/if_lge.c if (status & LGE_ISR_RXDMA_DONE) status 1083 dev/pci/if_lge.c lge_rxeof(sc, LGE_RX_DMACNT(status)); status 1085 dev/pci/if_lge.c if (status & LGE_ISR_RXCMDFIFO_EMPTY) status 1088 dev/pci/if_lge.c if (status & LGE_ISR_PHY_INTR) { status 500 dev/pci/if_lmc.c u_int32_t status; status 528 dev/pci/if_lmc.c status = letoh32(((volatile lmc_desc_t *) eop)->d_status); status 529 dev/pci/if_lmc.c if ((status & status 538 dev/pci/if_lmc.c if (status & TULIP_DSTS_OWNER) status 547 dev/pci/if_lmc.c while ((status & TULIP_DSTS_RxLASTDESC) == 0) { status 551 dev/pci/if_lmc.c status = letoh32(((volatile lmc_desc_t *) status 554 dev/pci/if_lmc.c (status & TULIP_DSTS_OWNER)) { status 592 dev/pci/if_lmc.c total_len = ((status >> 16) & 0x7FFF); status 599 dev/pci/if_lmc.c && ((status & LMC_DSTS_ERRSUM) == 0 status 602 dev/pci/if_lmc.c && (status & TULIP_DSTS_RxOVERFLOW) == 0) status 629 dev/pci/if_lmc.c if (status & TULIP_DSTS_RxOVERFLOW) { status 1746 dev/pci/if_msk.c u_int8_t status; status 1748 dev/pci/if_msk.c status = SK_IF_READ_1(sc_if, 0, SK_GMAC_ISR); status 1750 dev/pci/if_msk.c if ((status & SK_GMAC_INT_RX_OVER) != 0) { status 1755 dev/pci/if_msk.c if ((status & SK_GMAC_INT_TX_UNDER) != 0) { status 1760 dev/pci/if_msk.c DPRINTFN(2, ("msk_intr_yukon status=%#x\n", status)); status 1771 dev/pci/if_msk.c u_int32_t status; status 1774 dev/pci/if_msk.c status = CSR_READ_4(sc, SK_Y2_ISSR2); status 1775 dev/pci/if_msk.c if (status == 0) { status 1780 dev/pci/if_msk.c status = CSR_READ_4(sc, SK_ISR); status 1787 dev/pci/if_msk.c if (sc_if0 && (status & SK_Y2_IMR_MAC1) && status 1792 dev/pci/if_msk.c if (sc_if1 && (status & SK_Y2_IMR_MAC2) && status 1829 dev/pci/if_msk.c if (status & SK_Y2_IMR_BMU) { status 634 dev/pci/if_myx.c u_int32_t *status; status 645 dev/pci/if_myx.c status = (u_int32_t *)sc->sc_cmddma.mxm_kva; status 646 dev/pci/if_myx.c *status = 0; status 654 dev/pci/if_myx.c if (*status == 0xffffffff) status 660 dev/pci/if_myx.c DEVNAME(sc), __func__, i, betoh32(*status)); status 662 dev/pci/if_myx.c if (*status != 0xffffffff) status 674 dev/pci/if_myx.c u_int32_t *status; status 688 dev/pci/if_myx.c status = (u_int32_t *)sc->sc_cmddma.mxm_kva; status 689 dev/pci/if_myx.c *status = 0; status 697 dev/pci/if_myx.c if (*status == 0xffffffff) status 704 dev/pci/if_myx.c do_enable ? "enabled" : "disabled", i, betoh32(*status)); status 706 dev/pci/if_myx.c if (*status != 0xffffffff) status 1510 dev/pci/if_nge.c u_int32_t status; status 1532 dev/pci/if_nge.c status = CSR_READ_4(sc, NGE_ISR); status 1534 dev/pci/if_nge.c if ((status & NGE_INTRS) == 0) status 1539 dev/pci/if_nge.c if ((status & NGE_ISR_TX_DESC_OK) || status 1540 dev/pci/if_nge.c (status & NGE_ISR_TX_ERR) || status 1541 dev/pci/if_nge.c (status & NGE_ISR_TX_OK) || status 1542 dev/pci/if_nge.c (status & NGE_ISR_TX_IDLE)) status 1545 dev/pci/if_nge.c if ((status & NGE_ISR_RX_DESC_OK) || status 1546 dev/pci/if_nge.c (status & NGE_ISR_RX_ERR) || status 1547 dev/pci/if_nge.c (status & NGE_ISR_RX_OFLOW) || status 1548 dev/pci/if_nge.c (status & NGE_ISR_RX_FIFO_OFLOW) || status 1549 dev/pci/if_nge.c (status & NGE_ISR_RX_IDLE) || status 1550 dev/pci/if_nge.c (status & NGE_ISR_RX_OK)) status 1553 dev/pci/if_nge.c if ((status & NGE_ISR_RX_IDLE)) status 1556 dev/pci/if_nge.c if (status & NGE_ISR_SYSERR) { status 1568 dev/pci/if_nge.c if (status & NGE_IMR_PHY_INTR) { status 1659 dev/pci/if_nxe.c sc->sc_sensor.status = SENSOR_S_UNSPEC; status 1662 dev/pci/if_nxe.c sc->sc_sensor.status = SENSOR_S_OK; status 1665 dev/pci/if_nxe.c sc->sc_sensor.status = SENSOR_S_WARN; status 1669 dev/pci/if_nxe.c sc->sc_sensor.status = SENSOR_S_CRIT; status 171 dev/pci/if_san_common.h unsigned char status; status 2557 dev/pci/if_san_te1.c unsigned long status = 0x00; status 2568 dev/pci/if_san_te1.c status |= BIT_ALOS_ALARM; status 2577 dev/pci/if_san_te1.c status |= BIT_LOS_ALARM; status 2584 dev/pci/if_san_te1.c status |= BIT_ALTLOS_ALARM; status 2592 dev/pci/if_san_te1.c status |= BIT_OOF_ALARM; status 2597 dev/pci/if_san_te1.c status |= BIT_OOSMF_ALARM; status 2602 dev/pci/if_san_te1.c status |= BIT_OOCMF_ALARM; status 2607 dev/pci/if_san_te1.c status |= BIT_OOOF_ALARM; status 2612 dev/pci/if_san_te1.c status |= BIT_RAI_ALARM; status 2619 dev/pci/if_san_te1.c status |= BIT_RED_ALARM; status 2629 dev/pci/if_san_te1.c status |= BIT_AIS_ALARM; status 2637 dev/pci/if_san_te1.c status |= BIT_OOF_ALARM; status 2647 dev/pci/if_san_te1.c status |= BIT_AIS_ALARM; status 2654 dev/pci/if_san_te1.c status |= BIT_RED_ALARM; status 2664 dev/pci/if_san_te1.c status |= BIT_YEL_ALARM; status 2668 dev/pci/if_san_te1.c sdla_te_set_status(card, status); status 2670 dev/pci/if_san_te1.c return status; status 2849 dev/pci/if_san_te1.c unsigned char status = 0x00; status 2863 dev/pci/if_san_te1.c status = READ_REG(REG_PDVD_INT_EN_STATUS); status 2864 dev/pci/if_san_te1.c if ((status & BIT_PDVD_INT_EN_STATUS_PDVE) && status 2865 dev/pci/if_san_te1.c (status & BIT_PDVD_INT_EN_STATUS_PDVI)) { status 2866 dev/pci/if_san_te1.c if (status & BIT_PDVD_INT_EN_STATUS_PDV) { status 2871 dev/pci/if_san_te1.c if ((status & BIT_PDVD_INT_EN_STATUS_Z16DE) && status 2872 dev/pci/if_san_te1.c (status & BIT_PDVD_INT_EN_STATUS_Z16DI)) { status 2880 dev/pci/if_san_te1.c status = READ_REG(REG_T1_ALMI_INT_STATUS); status 2881 dev/pci/if_san_te1.c if (status & BIT_T1_ALMI_INT_STATUS_YELI) { status 2882 dev/pci/if_san_te1.c if (status & BIT_T1_ALMI_INT_STATUS_YEL) { status 2896 dev/pci/if_san_te1.c if (status & BIT_T1_ALMI_INT_STATUS_REDI) { status 2897 dev/pci/if_san_te1.c if (status & BIT_T1_ALMI_INT_STATUS_RED) { status 2911 dev/pci/if_san_te1.c if (status & BIT_T1_ALMI_INT_STATUS_AISI) { status 2912 dev/pci/if_san_te1.c if (status & BIT_T1_ALMI_INT_STATUS_AIS) { status 2928 dev/pci/if_san_te1.c if (status & status 2932 dev/pci/if_san_te1.c if (status & (BIT_T1_ALMI_INT_STATUS_YEL | status 2938 dev/pci/if_san_te1.c (status & BIT_T1_ALMI_INT_STATUS_YEL)) { status 2944 dev/pci/if_san_te1.c (status & BIT_T1_ALMI_INT_STATUS_RED)) { status 2950 dev/pci/if_san_te1.c (status & BIT_T1_ALMI_INT_STATUS_AIS)) { status 2958 dev/pci/if_san_te1.c !(status & BIT_T1_ALMI_INT_STATUS_YEL)) { status 2964 dev/pci/if_san_te1.c !(status & BIT_T1_ALMI_INT_STATUS_RED)) { status 2970 dev/pci/if_san_te1.c !(status & BIT_T1_ALMI_INT_STATUS_AIS)) { status 2982 dev/pci/if_san_te1.c status = READ_REG(REG_T1_RBOC_CODE_STATUS); status 2983 dev/pci/if_san_te1.c if (status & BIT_T1_RBOC_CODE_STATUS_BOCI) { status 2989 dev/pci/if_san_te1.c status &= MASK_T1_RBOC_CODE_STATUS; status 2990 dev/pci/if_san_te1.c switch (status) { status 3006 dev/pci/if_san_te1.c (status == LINELB_ACTIVATE_CODE) ? status 3008 dev/pci/if_san_te1.c card->fe_te.te_rx_lb_cmd = status; status 3103 dev/pci/if_san_te1.c channel = status & LINELB_DS1LINE_MASK; status 3119 dev/pci/if_san_te1.c card->devname, status); status 3127 dev/pci/if_san_te1.c status = READ_REG(REG_T1_FRMR_INT_STATUS); status 3129 dev/pci/if_san_te1.c (status & BIT_T1_FRMR_INT_STATUS_INFRI)) { status 3130 dev/pci/if_san_te1.c if (status & BIT_T1_FRMR_INT_STATUS_INFR) { status 3148 dev/pci/if_san_te1.c status = READ_REG(REG_RLPS_CFG_STATUS); status 3149 dev/pci/if_san_te1.c if ((status & BIT_RLPS_CFG_STATUS_ALOSE) && status 3150 dev/pci/if_san_te1.c (status & BIT_RLPS_CFG_STATUS_ALOSI)) { status 3151 dev/pci/if_san_te1.c if (status & BIT_RLPS_CFG_STATUS_ALOSV) { status 3169 dev/pci/if_san_te1.c status = READ_REG(REG_CDRC_INT_STATUS); status 3171 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_LOSI)) { status 3172 dev/pci/if_san_te1.c if (status & BIT_CDRC_INT_STATUS_LOSV) { status 3187 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_LCVI)) { status 3192 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_LCSDI)) { status 3197 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_ZNDI)) { status 3201 dev/pci/if_san_te1.c status = READ_REG(REG_ALTLOS_STATUS); status 3202 dev/pci/if_san_te1.c if ((status & BIT_ALTLOS_STATUS_ALTLOSI) && status 3203 dev/pci/if_san_te1.c (status & BIT_ALTLOS_STATUS_ALTLOSE)) { status 3204 dev/pci/if_san_te1.c if (status & BIT_ALTLOS_STATUS_ALTLOS) { status 3225 dev/pci/if_san_te1.c status = READ_REG(REG_PMON_INT_EN_STATUS); status 3226 dev/pci/if_san_te1.c if (status & BIT_PMON_INT_EN_STATUS_XFER) { status 3250 dev/pci/if_san_te1.c status = READ_REG(REG_IBCD_INT_EN_STATUS); status 3251 dev/pci/if_san_te1.c if (status & BIT_IBCD_INT_EN_STATUS_LBAI) { status 3254 dev/pci/if_san_te1.c if (status & BIT_IBCD_INT_EN_STATUS_LBDI) { status 3290 dev/pci/if_san_te1.c unsigned char int_status = 0x00, status = 0x00; status 3305 dev/pci/if_san_te1.c status = READ_REG(REG_E1_FRMR_FR_STATUS); status 3309 dev/pci/if_san_te1.c if (status & BIT_E1_FRMR_FR_STATUS_OOFV) { status 3327 dev/pci/if_san_te1.c if (status & BIT_E1_FRMR_FR_STATUS_OOSMFV) { status 3341 dev/pci/if_san_te1.c if (status & BIT_E1_FRMR_FR_STATUS_OOCMFV) { status 3353 dev/pci/if_san_te1.c status = READ_REG(REG_E1_FRMR_P_A_INT_STAT); status 3356 dev/pci/if_san_te1.c (status & BIT_E1_FRMR_P_A_INT_STAT_OOOFI)) { status 3373 dev/pci/if_san_te1.c status = READ_REG(REG_E1_FRMR_MAINT_STATUS); status 3377 dev/pci/if_san_te1.c if (status & BIT_E1_FRMR_MAINT_STATUS_RED) { status 3390 dev/pci/if_san_te1.c if (status & BIT_E1_FRMR_MAINT_STATUS_AIS) { status 3403 dev/pci/if_san_te1.c if (status & BIT_E1_FRMR_MAINT_STATUS_RAIV) { status 3418 dev/pci/if_san_te1.c status = READ_REG(REG_RLPS_CFG_STATUS); status 3419 dev/pci/if_san_te1.c if ((status & BIT_RLPS_CFG_STATUS_ALOSE) && status 3420 dev/pci/if_san_te1.c (status & BIT_RLPS_CFG_STATUS_ALOSI)) { status 3421 dev/pci/if_san_te1.c if (status & BIT_RLPS_CFG_STATUS_ALOSV) { status 3440 dev/pci/if_san_te1.c status = READ_REG(REG_CDRC_INT_STATUS); status 3442 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_LOSI)) { status 3443 dev/pci/if_san_te1.c if (status & BIT_CDRC_INT_STATUS_LOSV) { status 3458 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_LCVI)) { status 3463 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_LCSDI)) { status 3468 dev/pci/if_san_te1.c (status & BIT_CDRC_INT_STATUS_ZNDI)) { status 3472 dev/pci/if_san_te1.c status = READ_REG(REG_ALTLOS_STATUS); status 3473 dev/pci/if_san_te1.c if ((status & BIT_ALTLOS_STATUS_ALTLOSI) && status 3474 dev/pci/if_san_te1.c (status & BIT_ALTLOS_STATUS_ALTLOSE)) { status 3475 dev/pci/if_san_te1.c if (status & BIT_ALTLOS_STATUS_ALTLOS) { status 3495 dev/pci/if_san_te1.c status = READ_REG(REG_PMON_INT_EN_STATUS); status 3496 dev/pci/if_san_te1.c if (status & BIT_PMON_INT_EN_STATUS_XFER) { status 134 dev/pci/if_sandrv.c u_int16_t status; status 820 dev/pci/if_sandrv.c if (hw->status & SDLA_MEM_MAPPED) { status 824 dev/pci/if_sandrv.c hw->status &= ~SDLA_MEM_MAPPED; status 1157 dev/pci/if_sandrv.c hw->status |= SDLA_MEM_MAPPED; status 1351 dev/pci/if_sandrv.c if (!(hw->status & SDLA_MEM_MAPPED)) status 1364 dev/pci/if_sandrv.c if (!(hw->status & SDLA_MEM_MAPPED)) status 1377 dev/pci/if_sandrv.c if (!(hw->status & SDLA_MEM_MAPPED)) status 1390 dev/pci/if_sandrv.c if (!(hw->status & SDLA_MEM_MAPPED)) status 1403 dev/pci/if_sandrv.c if (!(hw->status & SDLA_MEM_MAPPED)) status 1417 dev/pci/if_sandrv.c if (!(hw->status & SDLA_MEM_MAPPED)) status 1478 dev/pci/if_sis.c u_int32_t status; status 1492 dev/pci/if_sis.c status = CSR_READ_4(sc, SIS_ISR); status 1494 dev/pci/if_sis.c if ((status & SIS_INTRS) == 0) status 1499 dev/pci/if_sis.c if (status & status 1504 dev/pci/if_sis.c if (status & status 1509 dev/pci/if_sis.c if (status & (SIS_ISR_RX_ERR | SIS_ISR_RX_OFLOW)) status 1513 dev/pci/if_sis.c if (status & (SIS_ISR_RX_IDLE)) status 1517 dev/pci/if_sis.c if (status & SIS_ISR_SYSERR) { status 2022 dev/pci/if_sk.c int status; status 2032 dev/pci/if_sk.c status = sk_xmac_miibus_readreg((struct device *)sc_if, status 2040 dev/pci/if_sk.c if (status & (BRGPHY_ISR_LNK_CHG|BRGPHY_ISR_AN_PR)) { status 2051 dev/pci/if_sk.c } else if (status & BRGPHY_ISR_LNK_CHG) { status 2072 dev/pci/if_sk.c u_int16_t status = SK_XM_READ_2(sc_if, XM_ISR); status 2077 dev/pci/if_sk.c if (status & XM_ISR_GP0_SET) { status 2082 dev/pci/if_sk.c if (status & XM_ISR_AUTONEG_DONE) { status 2087 dev/pci/if_sk.c if (status & XM_IMR_TX_UNDERRUN) status 2090 dev/pci/if_sk.c if (status & XM_IMR_RX_OVERRUN) status 2097 dev/pci/if_sk.c u_int8_t status; status 2099 dev/pci/if_sk.c status = SK_IF_READ_1(sc_if, 0, SK_GMAC_ISR); status 2101 dev/pci/if_sk.c if ((status & SK_GMAC_INT_RX_OVER) != 0) { status 2106 dev/pci/if_sk.c if ((status & SK_GMAC_INT_TX_UNDER) != 0) { status 2111 dev/pci/if_sk.c DPRINTFN(2, ("sk_intr_yukon status=%#x\n", status)); status 2121 dev/pci/if_sk.c u_int32_t status; status 2124 dev/pci/if_sk.c status = CSR_READ_4(sc, SK_ISSR); status 2125 dev/pci/if_sk.c if (status == 0 || status == 0xffffffff) status 2133 dev/pci/if_sk.c for (; (status &= sc->sk_intrmask) != 0;) { status 2137 dev/pci/if_sk.c if (sc_if0 && (status & SK_ISR_RX1_EOF)) { status 2142 dev/pci/if_sk.c if (sc_if1 && (status & SK_ISR_RX2_EOF)) { status 2149 dev/pci/if_sk.c if (sc_if0 && (status & SK_ISR_TX1_S_EOF)) { status 2154 dev/pci/if_sk.c if (sc_if1 && (status & SK_ISR_TX2_S_EOF)) { status 2161 dev/pci/if_sk.c if (sc_if0 && (status & SK_ISR_MAC1) && status 2169 dev/pci/if_sk.c if (sc_if1 && (status & SK_ISR_MAC2) && status 2178 dev/pci/if_sk.c if (status & SK_ISR_EXTERNAL_REG) { status 2187 dev/pci/if_sk.c status = CSR_READ_4(sc, SK_ISSR); status 559 dev/pci/if_ste.c u_int16_t status; status 570 dev/pci/if_ste.c status = CSR_READ_2(sc, STE_ISR_ACK); status 572 dev/pci/if_ste.c if (!(status & STE_INTRS)) status 577 dev/pci/if_ste.c if (status & STE_ISR_RX_DMADONE) { status 582 dev/pci/if_ste.c if (status & STE_ISR_TX_DMADONE) status 585 dev/pci/if_ste.c if (status & STE_ISR_TX_DONE) status 588 dev/pci/if_ste.c if (status & STE_ISR_STATS_OFLOW) { status 593 dev/pci/if_ste.c if (status & STE_ISR_LINKEVENT) status 596 dev/pci/if_ste.c if (status & STE_ISR_HOSTERR) { status 939 dev/pci/if_stge.c uint64_t status; status 948 dev/pci/if_stge.c status = letoh64(sc->sc_rxdescs[i].rfd_status); status 950 dev/pci/if_stge.c if ((status & RFD_RFDDone) == 0) status 955 dev/pci/if_stge.c if (status & RFD_FrameEnd) { status 979 dev/pci/if_stge.c if ((status & RFD_FrameEnd) == 0) status 988 dev/pci/if_stge.c if (status & RFD_FrameStart) { status 1000 dev/pci/if_stge.c if ((status & RFD_FrameEnd) == 0) { status 1018 dev/pci/if_stge.c if (status & (RFD_RxFIFOOverrun | RFD_RxRuntFrame | status 1031 dev/pci/if_stge.c len = RFD_RxDMAFrameLen(status); status 1059 dev/pci/if_stge.c if (status & RFD_IPDetected) { status 1060 dev/pci/if_stge.c if (!(status & RFD_IPError)) status 1062 dev/pci/if_stge.c if ((status & RFD_TCPDetected) && status 1063 dev/pci/if_stge.c (!(status & RFD_TCPError))) status 1065 dev/pci/if_stge.c else if ((status & RFD_UDPDetected) && status 1066 dev/pci/if_stge.c (!(status & RFD_UDPError))) status 383 dev/pci/if_tht.c u_int32_t status; status 1222 dev/pci/if_vge.c u_int32_t status; status 1234 dev/pci/if_vge.c status = CSR_READ_4(sc, VGE_ISR); status 1235 dev/pci/if_vge.c DPRINTFN(3, ("vge_intr: status=%#x\n", status)); status 1238 dev/pci/if_vge.c if (status == 0xFFFFFFFF) status 1241 dev/pci/if_vge.c if (status) { status 1242 dev/pci/if_vge.c CSR_WRITE_4(sc, VGE_ISR, status); status 1245 dev/pci/if_vge.c if ((status & VGE_INTRS) == 0) status 1250 dev/pci/if_vge.c if (status & (VGE_ISR_RXOK|VGE_ISR_RXOK_HIPRIO)) status 1253 dev/pci/if_vge.c if (status & (VGE_ISR_RXOFLOW|VGE_ISR_RXNODESC)) { status 1260 dev/pci/if_vge.c if (status & (VGE_ISR_TXOK0|VGE_ISR_TIMER0)) status 1263 dev/pci/if_vge.c if (status & (VGE_ISR_TXDMA_STALL|VGE_ISR_RXDMA_STALL)) { status 1268 dev/pci/if_vge.c if (status & VGE_ISR_LINKSTS) { status 680 dev/pci/if_vic.c u_int32_t status; status 683 dev/pci/if_vic.c status = vic_read(sc, VIC_STATUS); status 684 dev/pci/if_vic.c if (status & VIC_STATUS_CONNECTED) status 1165 dev/pci/if_vr.c u_int16_t status; status 1182 dev/pci/if_vr.c status = CSR_READ_2(sc, VR_ISR); status 1183 dev/pci/if_vr.c if (status) status 1184 dev/pci/if_vr.c CSR_WRITE_2(sc, VR_ISR, status); status 1186 dev/pci/if_vr.c if ((status & VR_INTRS) == 0) status 1191 dev/pci/if_vr.c if (status & VR_ISR_RX_OK) status 1194 dev/pci/if_vr.c if (status & VR_ISR_RX_DROPPED) { status 1201 dev/pci/if_vr.c if ((status & VR_ISR_RX_ERR) || (status & VR_ISR_RX_NOBUF) || status 1202 dev/pci/if_vr.c (status & VR_ISR_RX_OFLOW)) { status 1205 dev/pci/if_vr.c sc->sc_dev.dv_xname, status); status 1206 dev/pci/if_vr.c if (status & VR_ISR_RX_NOBUF) status 1208 dev/pci/if_vr.c if (status & VR_ISR_RX_OFLOW) status 1215 dev/pci/if_vr.c if ((status & VR_ISR_BUSERR) || (status & VR_ISR_TX_UNDERRUN)) { status 1217 dev/pci/if_vr.c if (status & VR_ISR_BUSERR) status 1220 dev/pci/if_vr.c if (status & VR_ISR_TX_UNDERRUN) status 1229 dev/pci/if_vr.c if ((status & VR_ISR_TX_OK) || (status & VR_ISR_TX_ABRT) || status 1230 dev/pci/if_vr.c (status & VR_ISR_TX_ABRT2) || (status & VR_ISR_UDFI)) { status 1232 dev/pci/if_vr.c if ((status & VR_ISR_UDFI) || status 1233 dev/pci/if_vr.c (status & VR_ISR_TX_ABRT2) || status 1234 dev/pci/if_vr.c (status & VR_ISR_TX_ABRT)) { status 1236 dev/pci/if_vr.c if (status & (VR_ISR_TX_ABRT | VR_ISR_TX_ABRT2)) status 1239 dev/pci/if_vr.c if (status & VR_ISR_UDFI) status 1181 dev/pci/if_wb.c u_int32_t status; status 1195 dev/pci/if_wb.c status = CSR_READ_4(sc, WB_ISR); status 1196 dev/pci/if_wb.c if (status) status 1197 dev/pci/if_wb.c CSR_WRITE_4(sc, WB_ISR, status); status 1199 dev/pci/if_wb.c if ((status & WB_INTRS) == 0) status 1204 dev/pci/if_wb.c if ((status & WB_ISR_RX_NOBUF) || (status & WB_ISR_RX_ERR)) { status 1207 dev/pci/if_wb.c if (status & WB_ISR_RX_ERR) status 1213 dev/pci/if_wb.c if (status & WB_ISR_RX_OK) status 1216 dev/pci/if_wb.c if (status & WB_ISR_RX_IDLE) status 1219 dev/pci/if_wb.c if (status & WB_ISR_TX_OK) status 1222 dev/pci/if_wb.c if (status & WB_ISR_TX_NOBUF) status 1225 dev/pci/if_wb.c if (status & WB_ISR_TX_IDLE) { status 1233 dev/pci/if_wb.c if (status & WB_ISR_TX_UNDERRUN) { status 1244 dev/pci/if_wb.c if (status & WB_ISR_BUS_ERR) { status 1330 dev/pci/if_wpi.c letoh32(stat->status))); status 1343 dev/pci/if_wpi.c if ((letoh32(stat->status) & 0xff) != 1) status 1430 dev/pci/if_wpi.c uint32_t *status = (uint32_t *)(desc + 1); status 1433 dev/pci/if_wpi.c DPRINTF(("state changed to %x\n", letoh32(*status))); status 1435 dev/pci/if_wpi.c if (letoh32(*status) & 1) { status 1452 dev/pci/if_wpi.c scan->chan, letoh32(scan->status))); status 1464 dev/pci/if_wpi.c scan->nchan, scan->status, scan->chan)); status 1466 dev/pci/if_wpi.c if (scan->status == 1 && scan->chan <= 14) { status 194 dev/pci/if_wpireg.h uint32_t status; status 563 dev/pci/if_wpireg.h uint32_t status; status 569 dev/pci/if_wpireg.h uint8_t status; status 710 dev/pci/ips.c u_int32_t status; status 715 dev/pci/ips.c if ((status = ips_status(sc)) == 0xffffffff) status 717 dev/pci/ips.c id = IPS_REG_STAT_ID(status); status 730 dev/pci/ips.c ccb->c_stat = IPS_REG_STAT_GSC(status); status 731 dev/pci/ips.c ccb->c_estat = IPS_REG_STAT_EXT(status); status 791 dev/pci/ips.c u_int32_t status; status 798 dev/pci/ips.c while ((status = ips_status(sc)) != 0xffffffff) { status 800 dev/pci/ips.c sc->sc_dev.dv_xname, status)); status 802 dev/pci/ips.c id = IPS_REG_STAT_ID(status); status 809 dev/pci/ips.c ccb->c_stat = IPS_REG_STAT_GSC(status); status 810 dev/pci/ips.c ccb->c_estat = IPS_REG_STAT_EXT(status); status 301 dev/pci/ixgb_hw.c boolean_t status; status 363 dev/pci/ixgb_hw.c status = ixgb_setup_fc(hw); status 368 dev/pci/ixgb_hw.c return (status); status 651 dev/pci/ixgb_hw.c boolean_t status = TRUE; status 724 dev/pci/ixgb_hw.c return (status); status 572 dev/pci/ixgb_hw.h uint8_t status; status 605 dev/pci/ixgb_hw.h uint8_t status; status 638 dev/pci/ixgb_hw.h uint8_t status; status 1543 dev/pci/maestro.c maestro_power(sc, status) status 1545 dev/pci/maestro.c int status; status 1553 dev/pci/maestro.c pci_conf_write(sc->pc, sc->pt, data + PM_CTRL, status); status 1610 dev/pci/maestro.c u_int16_t status; status 1612 dev/pci/maestro.c status = bus_space_read_1(sc->iot, sc->ioh, PORT_HOSTINT_STAT); status 1613 dev/pci/maestro.c if (status == 0) status 1618 dev/pci/maestro.c bus_space_write_1(sc->iot, sc->ioh, PORT_HOSTINT_STAT, status); status 1621 dev/pci/maestro.c if (status & HOSTINT_STAT_HWVOL && sc->codec_if != NULL) { status 59 dev/pci/mbg.c u_int8_t status; status 185 dev/pci/mbg.c if (tframe.status & MBG_FREERUN) status 187 dev/pci/mbg.c else if (tframe.status & MBG_SYNC) status 189 dev/pci/mbg.c else if (tframe.status & MBG_INVALID) status 191 dev/pci/mbg.c sc->sc_status = tframe.status; status 198 dev/pci/mbg.c sc->sc_timedelta.status = SENSOR_S_UNKNOWN; status 204 dev/pci/mbg.c sc->sc_signal.status = SENSOR_S_UNKNOWN; status 230 dev/pci/mbg.c if (tframe.status & MBG_INVALID) { status 245 dev/pci/mbg.c sc->sc_timedelta.status = SENSOR_S_OK; status 256 dev/pci/mbg.c sc->sc_signal.status = SENSOR_S_OK; status 260 dev/pci/mbg.c if (tframe.status != sc->sc_status) { status 261 dev/pci/mbg.c if (tframe.status & MBG_SYNC) status 264 dev/pci/mbg.c else if (tframe.status & MBG_FREERUN) status 267 dev/pci/mbg.c sc->sc_status = tframe.status; status 281 dev/pci/mbg.c u_int8_t status; status 302 dev/pci/mbg.c status = bus_space_read_1(sc->sc_iot, sc->sc_ioh, status 304 dev/pci/mbg.c } while ((status & MBG_BUSY) && timer++ < tmax); status 306 dev/pci/mbg.c if (status & MBG_BUSY) status 335 dev/pci/mbg.c u_int8_t status; status 355 dev/pci/mbg.c status = bus_space_read_1(sc->sc_iot, sc->sc_ioh, ASIC_STATUS); status 356 dev/pci/mbg.c } while ((status & MBG_BUSY) && timer++ < tmax); status 358 dev/pci/mbg.c if (status & MBG_BUSY) status 765 dev/pci/musycc.c dd->status = 0 /* MUSYCC_STATUS_NOPOLL */; status 972 dev/pci/musycc.c c->status = htole32(MUSYCC_STATUS_NOPOLL | status 992 dev/pci/musycc.c u_int32_t status; status 1016 dev/pci/musycc.c status = /* MUSYCC_STATUS_NOPOLL | */ status 1019 dev/pci/musycc.c status |= MUSYCC_STATUS_OWNER; status 1021 dev/pci/musycc.c cur->status = htole32(status); status 1039 dev/pci/musycc.c cur->status |= htole32(MUSYCC_STATUS_EOM); status 1050 dev/pci/musycc.c tmp->status |= htole32(MUSYCC_STATUS_OWNER); status 1172 dev/pci/musycc.c rxstat = letoh32(cur_rx->status); status 1264 dev/pci/musycc.c if (letoh32(dd->status) & MUSYCC_STATUS_OWNER) status 1270 dev/pci/musycc.c dd->status = 0; /* reinit dma status flags */ status 1983 dev/pci/musycc.c dd, addr, dd->next, dd->status, status 2002 dev/pci/musycc.c dd->next, dd->status, dd->data, dd->mbuf); status 43 dev/pci/musyccvar.h u_int32_t status; status 441 dev/pci/neo.c int status, x; status 444 dev/pci/neo.c status = nm_rd(sc, NM_INT_REG, sc->irsz); status 446 dev/pci/neo.c if (status & sc->playint) { status 447 dev/pci/neo.c status &= ~sc->playint; status 461 dev/pci/neo.c if (status & sc->recint) { status 462 dev/pci/neo.c status &= ~sc->recint; status 473 dev/pci/neo.c if (status & sc->misc1int) { status 474 dev/pci/neo.c status &= ~sc->misc1int; status 481 dev/pci/neo.c if (status & sc->misc2int) { status 482 dev/pci/neo.c status &= ~sc->misc2int; status 489 dev/pci/neo.c if (status) { status 490 dev/pci/neo.c status &= ~sc->misc2int; status 1149 dev/pci/pccbb.c int status = cb_detect_voltage(sc); status 1150 dev/pci/pccbb.c if (PCCARD_VCC_5V & status) { status 1153 dev/pci/pccbb.c if (PCCARD_VCC_3V & status) { status 1156 dev/pci/pccbb.c if (PCCARD_VCC_XV & status) { status 1159 dev/pci/pccbb.c if (PCCARD_VCC_YV & status) { status 1195 dev/pci/pccbb.c u_int32_t status, sock_ctrl; status 1213 dev/pci/pccbb.c status = bus_space_read_4(memt, memh, CB_SOCKET_STAT); status 1220 dev/pci/pccbb.c if (CB_SOCKET_STAT_5VCARD & status) { /* check 5 V card */ status 1229 dev/pci/pccbb.c if (CB_SOCKET_STAT_3VCARD & status) { status 1265 dev/pci/pccbb.c status = bus_space_read_4(memt, memh, CB_SOCKET_STAT); status 1267 dev/pci/pccbb.c if (status & CB_SOCKET_STAT_BADVCC) { /* bad Vcc request */ status 1270 dev/pci/pccbb.c sc->sc_dev.dv_xname, sock_ctrl, status); status 1471 dev/pci/pciide.c int status; status 1475 dev/pci/pciide.c status = PCIIDE_DMACTL_READ(sc, chan); status 1476 dev/pci/pciide.c if (status & IDEDMA_CTL_INTR) { status 1772 dev/pci/pciide.c u_int8_t status; status 1777 dev/pci/pciide.c status = PCIIDE_DMACTL_READ(sc, channel); status 1778 dev/pci/pciide.c WDCDEBUG_PRINT(("pciide_dma_finish: status 0x%x\n", status), status 1781 dev/pci/pciide.c if (force == 0 && (status & IDEDMA_CTL_INTR) == 0) { status 1799 dev/pci/pciide.c PCIIDE_DMACTL_WRITE(sc, channel, status); status 1801 dev/pci/pciide.c if ((status & IDEDMA_CTL_ERR) != 0) { status 1803 dev/pci/pciide.c sc->sc_wdcdev.sc_dev.dv_xname, channel, drive, status); status 1807 dev/pci/pciide.c if ((status & IDEDMA_CTL_INTR) == 0) { status 1810 dev/pci/pciide.c drive, status); status 1814 dev/pci/pciide.c if ((status & IDEDMA_CTL_ACT) != 0) { status 6624 dev/pci/pciide.c u_int32_t scr, status; status 6630 dev/pci/pciide.c status = bus_space_read_4(ps->ba5_st, ps->ba5_sh, 0x60); status 6631 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh, 0x60, status & 0x000000ff); status 36 dev/pci/wdt50x.h int status; /* see WDT_SR_xxx flags */ status 933 dev/pci/yds.c u_int status; status 935 dev/pci/yds.c status = YREAD4(sc, YDS_STATUS); status 936 dev/pci/yds.c DPRINTFN(1, ("yds_intr: status=%08x\n", status)); status 937 dev/pci/yds.c if ((status & (YDS_STAT_INT|YDS_STAT_TINT)) == 0) { status 945 dev/pci/yds.c if (status & YDS_STAT_TINT) { status 950 dev/pci/yds.c if (status & YDS_STAT_INT) { status 1601 dev/pci/yds.c sc->pbankp[0]->status = status 1602 dev/pci/yds.c sc->pbankp[1]->status = status 1603 dev/pci/yds.c sc->pbankp[2]->status = status 1604 dev/pci/yds.c sc->pbankp[3]->status = 1; status 272 dev/pci/ydsreg.h u_int32_t status; status 700 dev/pcmcia/if_cnw.c int ret, status, rser, tser; status 717 dev/pcmcia/if_cnw.c status = bus_space_read_1(sc->sc_iot, sc->sc_ioh, CNW_REG_ASR); status 720 dev/pcmcia/if_cnw.c if (status & CNW_ASR_RXRDY) status 724 dev/pcmcia/if_cnw.c if (status & CNW_ASR_RXERR) { status 746 dev/pcmcia/if_cnw.c if (status & CNW_ASR_TXDN) { status 880 dev/pcmcia/if_malo.c rxdesc->status = letoh16(rxdesc->status); status 885 dev/pcmcia/if_malo.c rxdesc->status, rxdesc->pkglen, rxdesc->pkgoffset); status 887 dev/pcmcia/if_malo.c if (rxdesc->status != MALO_RX_STATUS_OK) status 987 dev/pcmcia/if_malo.c sc->sc_dev.dv_xname, txdesc->status, letoh16(txdesc->pkglen), status 1742 dev/pcmcia/if_malo.c if (body->status) { status 1744 dev/pcmcia/if_malo.c sc->sc_dev.dv_xname, body->status); status 1748 dev/pcmcia/if_malo.c sc->sc_dev.dv_xname, body->status); status 177 dev/pcmcia/if_malovar.h uint16_t status; status 288 dev/pcmcia/if_malovar.h uint16_t status; status 302 dev/pcmcia/if_malovar.h uint32_t status; status 74 dev/raidframe/rf_aselect.c (*hdr)->status = rf_enable; status 287 dev/raidframe/rf_chaindecluster.c if ((raidPtr->status[0] == rf_rs_degraded) || status 288 dev/raidframe/rf_chaindecluster.c (raidPtr->status[0] == rf_rs_reconstructing)) status 110 dev/raidframe/rf_copyback.c if (raidPtr->Disks[frow][fcol].status == status 112 dev/raidframe/rf_copyback.c raidPtr->Disks[frow][fcol].status == status 226 dev/raidframe/rf_copyback.c desc->status = 0; status 247 dev/raidframe/rf_copyback.c raidPtr->Disks[desc->frow][desc->fcol].status = rf_ds_optimal; status 248 dev/raidframe/rf_copyback.c raidPtr->status[desc->frow] = rf_rs_optimal; status 350 dev/raidframe/rf_copyback.c if (desc->status) { status 425 dev/raidframe/rf_copyback.c rf_CopybackReadDoneProc(RF_CopybackDesc_t *desc, int status) status 427 dev/raidframe/rf_copyback.c if (status) { /* Invoke the callback with bad status. */ status 447 dev/raidframe/rf_copyback.c rf_CopybackWriteDoneProc(RF_CopybackDesc_t *desc, int status) status 449 dev/raidframe/rf_copyback.c if (status && status != -100) { status 452 dev/raidframe/rf_copyback.c desc->status = status; status 460 dev/raidframe/rf_copyback.c rf_CopybackComplete(RF_CopybackDesc_t *desc, int status) status 465 dev/raidframe/rf_copyback.c if (!status) { status 471 dev/raidframe/rf_copyback.c raidPtr->Disks[desc->spRow][desc->spCol].status = status 45 dev/raidframe/rf_copyback.h int status; status 109 dev/raidframe/rf_dag.h RF_NodeStatus_t status; /* Current status of this node. */ status 114 dev/raidframe/rf_dag.h int (*wakeFunc) (RF_DagNode_t *, int status); status 221 dev/raidframe/rf_dag.h RF_DagStatus_t status; /* Status of this DAG. */ status 325 dev/raidframe/rf_dag.h (_n_)->status = rf_wait; \ status 335 dev/raidframe/rf_dag.h (_h_)->status = rf_enable; \ status 854 dev/raidframe/rf_dagdegrd.c if (RF_DEAD_DISK(raidPtr->Disks[pda_p->row][pda_p->col].status)) status 1072 dev/raidframe/rf_dagdegrd.c if (RF_DEAD_DISK(raidPtr->Disks[pda_p->row][pda_p->col].status)) status 662 dev/raidframe/rf_dagdegwr.c if (RF_DEAD_DISK(raidPtr->Disks[pda_p->row][pda_p->col].status)) status 111 dev/raidframe/rf_dagfuncs.c node->status = rf_good; status 180 dev/raidframe/rf_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 211 dev/raidframe/rf_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 260 dev/raidframe/rf_dagfuncs.c node->status = rf_good; status 267 dev/raidframe/rf_dagfuncs.c node->status = rf_undone; status 287 dev/raidframe/rf_dagfuncs.c RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? status 329 dev/raidframe/rf_dagfuncs.c RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? status 414 dev/raidframe/rf_dagfuncs.c rf_GenericWakeupFunc(RF_DagNode_t *node, int status) status 416 dev/raidframe/rf_dagfuncs.c switch (node->status) { status 418 dev/raidframe/rf_dagfuncs.c node->status = rf_bwd2; status 425 dev/raidframe/rf_dagfuncs.c if (status) status 426 dev/raidframe/rf_dagfuncs.c node->status = rf_bad; status 428 dev/raidframe/rf_dagfuncs.c node->status = rf_good; status 432 dev/raidframe/rf_dagfuncs.c if (status) status 433 dev/raidframe/rf_dagfuncs.c node->status = rf_panic; status 435 dev/raidframe/rf_dagfuncs.c node->status = rf_undone; status 439 dev/raidframe/rf_dagfuncs.c printf("node->status is %d,", node->status); status 440 dev/raidframe/rf_dagfuncs.c printf("status is %d \n", status); status 486 dev/raidframe/rf_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 514 dev/raidframe/rf_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 558 dev/raidframe/rf_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 95 dev/raidframe/rf_dagutils.c node->status = initstatus; status 282 dev/raidframe/rf_dagutils.c switch (node->status) { status 410 dev/raidframe/rf_dagutils.c char *status; status 413 dev/raidframe/rf_dagutils.c switch (dag_h->status) { status 415 dev/raidframe/rf_dagutils.c status = "enable"; status 418 dev/raidframe/rf_dagutils.c status = "rollForward"; status 421 dev/raidframe/rf_dagutils.c status = "rollBackward"; status 424 dev/raidframe/rf_dagutils.c status = "illegal !"; status 434 dev/raidframe/rf_dagutils.c status, dag_h->numSuccedents, dag_h->numCommitNodes, status 535 dev/raidframe/rf_dagutils.c if (node->status != rf_wait) { status 657 dev/raidframe/rf_dagutils.c if (dag_h->status != rf_enable) { status 766 dev/raidframe/rf_dagutils.c RF_ASSERT(raidPtr->status[row] == rf_rs_reconstructing); status 1199 dev/raidframe/rf_dagutils.c for (f = 0; ((!RF_DEAD_DISK(raidPtr->Disks[row][f].status)) && status 1297 dev/raidframe/rf_dagutils.c if (RF_DEAD_DISK(disks[rowMirror][colMirror].status)) { status 1300 dev/raidframe/rf_dagutils.c if (RF_DEAD_DISK(disks[rowData][colData].status)) { status 1364 dev/raidframe/rf_dagutils.c if (RF_DEAD_DISK(disks[rowMirror][colMirror].status)) { status 1367 dev/raidframe/rf_dagutils.c if (RF_DEAD_DISK(disks[rowData][colData].status)) { status 429 dev/raidframe/rf_decluster.c RF_ASSERT(raidPtr->Disks[*row][*col].status == status 431 dev/raidframe/rf_decluster.c raidPtr->Disks[*row][*col].status == rf_ds_dist_spared || status 433 dev/raidframe/rf_decluster.c raidPtr->Disks[*row][*col].status == rf_ds_optimal)); status 516 dev/raidframe/rf_decluster.c RF_ASSERT(raidPtr->Disks[*row][*col].status == status 518 dev/raidframe/rf_decluster.c raidPtr->Disks[*row][*col].status == rf_ds_dist_spared || status 520 dev/raidframe/rf_decluster.c raidPtr->Disks[*row][*col].status == rf_ds_optimal)); status 101 dev/raidframe/rf_desc.h int status; /* status 420 dev/raidframe/rf_diskqueue.c rf_DiskIOComplete(RF_DiskQueue_t *queue, RF_DiskQueueData_t *req, int status) status 431 dev/raidframe/rf_diskqueue.c if (RF_UNLOCKING_REQ(req) || (RF_LOCKING_REQ(req) && status)) { status 145 dev/raidframe/rf_disks.c if (disks[r][c].status == rf_ds_optimal) { status 152 dev/raidframe/rf_disks.c if (disks[r][c].status != rf_ds_optimal) { status 172 dev/raidframe/rf_disks.c raidPtr->status[r] = rf_rs_degraded; status 181 dev/raidframe/rf_disks.c if (disks[r][c].status == rf_ds_optimal) { status 216 dev/raidframe/rf_disks.c if (disks[r][c].status == rf_ds_optimal) { status 274 dev/raidframe/rf_disks.c if (disks[i].status != rf_ds_optimal) { status 279 dev/raidframe/rf_disks.c disks[i].status = rf_ds_spare; status 573 dev/raidframe/rf_disks.c disks[r][c].status = rf_ds_failed; status 586 dev/raidframe/rf_disks.c disks[r][c].status = rf_ds_failed; status 599 dev/raidframe/rf_disks.c raidPtr->status[r] = rf_rs_degraded; status 661 dev/raidframe/rf_disks.c diskPtr->status = rf_ds_optimal; status 671 dev/raidframe/rf_disks.c diskPtr->status = rf_ds_failed; status 676 dev/raidframe/rf_disks.c if (diskPtr->status == rf_ds_optimal) { status 722 dev/raidframe/rf_disks.c ci_label->clean ? "Yes" : "No", ci_label->status); status 894 dev/raidframe/rf_disks.c raidPtr->Disks[hosed_row][hosed_column].status status 897 dev/raidframe/rf_disks.c raidPtr->status[hosed_row] = rf_rs_degraded; status 973 dev/raidframe/rf_disks.c ->Disks[hosed_row][hosed_column].status != status 976 dev/raidframe/rf_disks.c [hosed_column].status = status 979 dev/raidframe/rf_disks.c raidPtr->status[hosed_row] = status 1086 dev/raidframe/rf_disks.c if (disks[spare_number].status != rf_ds_optimal) { status 1092 dev/raidframe/rf_disks.c disks[spare_number].status = rf_ds_spare; status 78 dev/raidframe/rf_disks.h RF_DiskStatus_t status; /* Whether it is up or down. */ status 457 dev/raidframe/rf_driver.c RF_CallocAndAdd(raidPtr->status, raidPtr->numRow, status 459 dev/raidframe/rf_driver.c if (raidPtr->status == NULL) { status 470 dev/raidframe/rf_driver.c raidPtr->status[i] = rf_rs_optimal; status 645 dev/raidframe/rf_driver.c desc->status = 0; status 767 dev/raidframe/rf_driver.c raidPtr->Disks[row][col].status = rf_ds_dist_spared; status 768 dev/raidframe/rf_driver.c raidPtr->status[row] = rf_rs_reconfigured; status 789 dev/raidframe/rf_driver.c raidPtr->Disks[frow][fcol].status = rf_ds_failed; status 790 dev/raidframe/rf_driver.c raidPtr->status[frow] = rf_rs_degraded; status 222 dev/raidframe/rf_engine.c switch (node->status) { status 267 dev/raidframe/rf_engine.c switch (node->dagHdr->status) { status 270 dev/raidframe/rf_engine.c if ((node->status == rf_wait) && status 280 dev/raidframe/rf_engine.c if ((node->status == rf_good) && status 307 dev/raidframe/rf_engine.c switch (node->status) { status 372 dev/raidframe/rf_engine.c dstat = node->dagHdr->status; status 373 dev/raidframe/rf_engine.c RF_ASSERT((node->status == rf_wait) || status 374 dev/raidframe/rf_engine.c (node->status == rf_good)); status 377 dev/raidframe/rf_engine.c RF_ASSERT(node->status == rf_wait); status 380 dev/raidframe/rf_engine.c node->status = rf_fired; status 385 dev/raidframe/rf_engine.c RF_ASSERT(node->status == rf_good); status 388 dev/raidframe/rf_engine.c node->status = rf_recover; status 394 dev/raidframe/rf_engine.c if ((nodeList[i]->status == rf_fired) || status 395 dev/raidframe/rf_engine.c (nodeList[i]->status == rf_recover)) status 417 dev/raidframe/rf_engine.c dstat = node->dagHdr->status; status 418 dev/raidframe/rf_engine.c RF_ASSERT((node->status == rf_wait) || status 419 dev/raidframe/rf_engine.c (node->status == rf_good)); status 423 dev/raidframe/rf_engine.c RF_ASSERT(node->status == rf_wait); status 426 dev/raidframe/rf_engine.c node->status = rf_fired; status 433 dev/raidframe/rf_engine.c RF_ASSERT(node->status == rf_good); status 436 dev/raidframe/rf_engine.c node->status = rf_recover; status 443 dev/raidframe/rf_engine.c if ((node->status == rf_fired) || status 444 dev/raidframe/rf_engine.c (node->status == rf_recover)) status 494 dev/raidframe/rf_engine.c switch (node->dagHdr->status) { status 499 dev/raidframe/rf_engine.c RF_ASSERT(s->status == rf_wait); status 519 dev/raidframe/rf_engine.c (s->antecedents[j]->status status 582 dev/raidframe/rf_engine.c skiplist->status = rf_skipped; status 594 dev/raidframe/rf_engine.c finishlist->status = rf_good; status 620 dev/raidframe/rf_engine.c RF_ASSERT(a->status == rf_good); status 676 dev/raidframe/rf_engine.c finishlist->status = rf_good; status 713 dev/raidframe/rf_engine.c switch (node->status) { status 721 dev/raidframe/rf_engine.c node->dagHdr->status = rf_rollForward; status 729 dev/raidframe/rf_engine.c node->dagHdr->status = rf_rollBackward; status 812 dev/raidframe/rf_engine.c dag->status = rf_enable; status 902 dev/raidframe/rf_engine.c switch (nd->dagHdr->status) { status 546 dev/raidframe/rf_evenodd.c if (rd_dag_h->status != rf_enable) { status 617 dev/raidframe/rf_evenodd.c if (wr_dag_h->status != rf_enable) { status 650 dev/raidframe/rf_evenodd.c if (wr_dag_h->status != rf_enable) { status 198 dev/raidframe/rf_evenodd_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 458 dev/raidframe/rf_evenodd_dagfuncs.c if (node->dagHdr->status == rf_enable) { status 800 dev/raidframe/rf_evenodd_dagfuncs.c ->Disks[npda.row][npda.col].status)) status 1020 dev/raidframe/rf_evenodd_dagfuncs.c if (RF_DEAD_DISK(raidPtr->Disks[npda.row][npda.col].status)) status 322 dev/raidframe/rf_map.c if (RF_DEAD_DISK(disks[pda->row][pda->col].status)) { status 329 dev/raidframe/rf_map.c if (pda && RF_DEAD_DISK(disks[pda->row][pda->col].status)) { status 335 dev/raidframe/rf_map.c if (pda && RF_DEAD_DISK(disks[pda->row][pda->col].status)) { status 706 dev/raidframe/rf_map.c ->Disks[testrow][diskids[i]].status)) { status 707 dev/raidframe/rf_map.c if (raidPtr->status[testrow] != status 759 dev/raidframe/rf_map.c if (RF_DEAD_DISK(raidPtr->Disks[trow][tcol].status)) status 953 dev/raidframe/rf_map.c dstatus = disks[pda_p->row][pda_p->col].status; status 113 dev/raidframe/rf_openbsd.h int status; /* status 1124 dev/raidframe/rf_openbsdkintf.c printf("Status: %d\n", clabel->status); status 1160 dev/raidframe/rf_openbsdkintf.c if (!RF_DEAD_DISK(diskPtr->status)) { status 1383 dev/raidframe/rf_openbsdkintf.c if (raidPtr->status[row] != rf_rs_reconstructing) status 1393 dev/raidframe/rf_openbsdkintf.c if (raidPtr->status[row] != rf_rs_reconstructing) { status 2024 dev/raidframe/rf_openbsdkintf.c if (queue->raidPtr->Disks[queue->row][queue->col].status == status 2030 dev/raidframe/rf_openbsdkintf.c queue->raidPtr->Disks[queue->row][queue->col].status = status 2032 dev/raidframe/rf_openbsdkintf.c queue->raidPtr->status[queue->row] = rf_rs_degraded; status 2373 dev/raidframe/rf_openbsdkintf.c if (!RF_DEAD_DISK(raidPtr->Disks[r][c].status)) { status 2377 dev/raidframe/rf_openbsdkintf.c if (clabel.status == rf_ds_spared) { status 2385 dev/raidframe/rf_openbsdkintf.c clabel.status = status 2386 dev/raidframe/rf_openbsdkintf.c raidPtr->Disks[r][c].status; status 2404 dev/raidframe/rf_openbsdkintf.c if (raidPtr->Disks[r][sparecol].status == rf_ds_used_spare) { status 2441 dev/raidframe/rf_openbsdkintf.c clabel.status = rf_ds_optimal; status 2475 dev/raidframe/rf_openbsdkintf.c if (raidPtr->Disks[r][c].status == rf_ds_optimal) { status 2481 dev/raidframe/rf_openbsdkintf.c clabel.status = rf_ds_optimal; status 2506 dev/raidframe/rf_openbsdkintf.c if (raidPtr->Disks[0][sparecol].status == rf_ds_used_spare) { status 2538 dev/raidframe/rf_openbsdkintf.c clabel.status = rf_ds_optimal; status 2892 dev/raidframe/rf_openbsdkintf.c clabel->status ); status 3308 dev/raidframe/rf_openbsdkintf.c if (raidPtr->Disks[row][column].status == status 3332 dev/raidframe/rf_openbsdkintf.c if (raidPtr->Disks[row][column].status == status 3394 dev/raidframe/rf_openbsdkintf.c clabel->status = rf_ds_optimal; /* "It's good !" */ status 303 dev/raidframe/rf_paritylog.c int (*wakeFunc) (RF_DagNode_t * node, int status), status 755 dev/raidframe/rf_paritylog.c int (*wakeFunc) (RF_DagNode_t * node, int status); status 359 dev/raidframe/rf_paritylogDiskMgr.c if (fwr_dag_h->status != rf_enable) { status 430 dev/raidframe/rf_paritylogDiskMgr.c if (prd_dag_h->status != rf_enable) { status 443 dev/raidframe/rf_paritylogDiskMgr.c if (rrd_dag_h->status != rf_enable) { status 470 dev/raidframe/rf_paritylogDiskMgr.c if (pwr_dag_h->status != rf_enable) { status 979 dev/raidframe/rf_paritylogging.c rstat = raidPtr->status[failedPDA->row]; status 75 dev/raidframe/rf_parityscan.c if (raidPtr->status[0] != rf_rs_optimal) { status 264 dev/raidframe/rf_parityscan.c if (rd_dag_h->status != rf_enable) { status 314 dev/raidframe/rf_parityscan.c if (wr_dag_h->status != rf_enable) { status 334 dev/raidframe/rf_parityscan.c if (raidPtr->Disks[pda->row][pda->col].status == rf_ds_reconstructing) { status 375 dev/raidframe/rf_parityscan.c if (RF_DEAD_DISK(raidPtr->Disks[pda->row][pda->col].status)) status 440 dev/raidframe/rf_parityscan.c dag_h->status = rf_enable; status 276 dev/raidframe/rf_pqdegdags.c .status)) status 377 dev/raidframe/rf_pqdegdags.c if (RF_DEAD_DISK(raidPtr->Disks[npda.row][npda.col].status)) status 199 dev/raidframe/rf_raid.h RF_RowStatus_t *status; /* status 222 dev/raidframe/rf_raid1.c rstat = raidPtr->status[frow]; status 415 dev/raidframe/rf_raid1.c if (rd_dag_h->status != rf_enable) { status 529 dev/raidframe/rf_raid1.c if (wr_dag_h->status != rf_enable) { status 211 dev/raidframe/rf_raid5.c rstat = raidPtr->status[failedPDA->row]; status 101 dev/raidframe/rf_reconmap.c RF_Malloc(p->status, num_rus * sizeof(RF_ReconMapListElem_t *), status 103 dev/raidframe/rf_reconmap.c RF_ASSERT(p->status != (RF_ReconMapListElem_t **) NULL); status 105 dev/raidframe/rf_reconmap.c (void) bzero((char *) p->status, num_rus * status 116 dev/raidframe/rf_reconmap.c RF_Free(p->status, num_rus * sizeof(RF_ReconMapListElem_t *)); status 155 dev/raidframe/rf_reconmap.c p = mapPtr->status[i]; status 160 dev/raidframe/rf_reconmap.c mapPtr->status[i] = status 205 dev/raidframe/rf_reconmap.c RF_ReconMapListElem_t *p = mapPtr->status[i]; status 212 dev/raidframe/rf_reconmap.c mapPtr->status[i] = RU_ALL; status 301 dev/raidframe/rf_reconmap.c p = mapPtr->status[i]; status 309 dev/raidframe/rf_reconmap.c RF_Free(mapPtr->status, mapPtr->totalRUs * status 328 dev/raidframe/rf_reconmap.c l = mapPtr->status[i]; status 371 dev/raidframe/rf_reconmap.c p = mapPtr->status[i]; status 70 dev/raidframe/rf_reconmap.h RF_ReconMapListElem_t **status; /* status 384 dev/raidframe/rf_reconstruct.c RF_ASSERT(raidPtr->Disks[row][col].status == rf_ds_failed); status 387 dev/raidframe/rf_reconstruct.c if (raidPtr->status[row] != rf_rs_degraded) { status 399 dev/raidframe/rf_reconstruct.c if (raidPtr->Disks[srow][scol].status == rf_ds_spare) { status 401 dev/raidframe/rf_reconstruct.c spareDiskPtr->status = rf_ds_used_spare; status 442 dev/raidframe/rf_reconstruct.c c_label.status = rf_ds_optimal; status 488 dev/raidframe/rf_reconstruct.c if ((raidPtr->Disks[row][col].status == rf_ds_optimal) && status 504 dev/raidframe/rf_reconstruct.c if (raidPtr->Disks[row][col].status == rf_ds_reconstructing) { status 516 dev/raidframe/rf_reconstruct.c if (raidPtr->Disks[row][col].status != rf_ds_failed) { status 519 dev/raidframe/rf_reconstruct.c raidPtr->Disks[row][col].status = rf_ds_failed; status 520 dev/raidframe/rf_reconstruct.c raidPtr->status[row] = rf_rs_degraded; status 644 dev/raidframe/rf_reconstruct.c spareDiskPtr->status = rf_ds_used_spare; status 682 dev/raidframe/rf_reconstruct.c raidPtr->Disks[row][col].status = rf_ds_optimal; status 683 dev/raidframe/rf_reconstruct.c raidPtr->status[row] = rf_rs_optimal; status 756 dev/raidframe/rf_reconstruct.c raidPtr->status[row] = rf_rs_reconstructing; status 757 dev/raidframe/rf_reconstruct.c raidPtr->Disks[row][col].status = rf_ds_reconstructing; status 882 dev/raidframe/rf_reconstruct.c raidPtr->Disks[row][col].status = (ds) ? rf_ds_dist_spared : status 884 dev/raidframe/rf_reconstruct.c raidPtr->status[row] = (ds) ? rf_rs_reconfigured : status 1103 dev/raidframe/rf_reconstruct.c int do_new_check = 0, retcode = 0, status; status 1136 dev/raidframe/rf_reconstruct.c status = rf_ComputePSDiskOffsets(raidPtr, status 1140 dev/raidframe/rf_reconstruct.c if (status) { status 1194 dev/raidframe/rf_reconstruct.c int status, created = 0; status 1213 dev/raidframe/rf_reconstruct.c status = rf_CheckForcedOrBlockedReconstruction(raidPtr, pssPtr, ctrl, status 1215 dev/raidframe/rf_reconstruct.c if (status == RF_PSS_RECON_BLOCKED) { status 1220 dev/raidframe/rf_reconstruct.c if (status == RF_PSS_FORCED_ON_WRITE) { status 1508 dev/raidframe/rf_reconstruct.c rf_ReconReadDoneProc(void *arg, int status) status 1513 dev/raidframe/rf_reconstruct.c if (status) { status 1540 dev/raidframe/rf_reconstruct.c rf_ReconWriteDoneProc(void *arg, int status) status 1546 dev/raidframe/rf_reconstruct.c if (status) { status 1917 dev/raidframe/rf_reconstruct.c rf_ForceReconReadDoneProc(void *arg, int status) status 1921 dev/raidframe/rf_reconstruct.c if (status) { status 132 dev/raidframe/rf_revent.c int status; status 146 dev/raidframe/rf_revent.c status = tsleep(&reconDesc->reconExecTicks, status 148 dev/raidframe/rf_revent.c RF_ASSERT(status == EWOULDBLOCK); status 179 dev/raidframe/rf_states.c if (dag_h->status == rf_rollBackward) { status 185 dev/raidframe/rf_states.c desc->status = 1; /* Bad status. */ status 383 dev/raidframe/rf_states.c raidPtr->status[asm_p->physInfo->row] == status 483 dev/raidframe/rf_states.c desc->status = 0; /* Good status. */ status 581 dev/raidframe/rf_states.c if (desc->status) { status 1318 dev/sbus/cs4231.c u_int8_t reg, status; status 1337 dev/sbus/cs4231.c status = CS_READ(sc, AD1848_STATUS); status 1338 dev/sbus/cs4231.c if (status & (INTERRUPT_STATUS | SAMPLE_ERROR)) { status 457 dev/sbus/magma.c int chip, status = 0; status 465 dev/sbus/magma.c status |= CD1400_READ_REG(&sc->ms_cd1400[chip], CD1400_SVRR); status 467 dev/sbus/magma.c if (ISSET(status, CD1400_SVRR_RXRDY)) { status 530 dev/sbus/magma.c if (ISSET(status, CD1400_SVRR_MDMCH)) { status 555 dev/sbus/magma.c if (ISSET(status, CD1400_SVRR_TXRDY)) { status 310 dev/sdmmc/sbt.c u_int8_t status; status 316 dev/sdmmc/sbt.c status = CSR_READ_1(sc, SBT_REG_ISTAT); status 317 dev/sdmmc/sbt.c CSR_WRITE_1(sc, SBT_REG_ICLR, status); status 319 dev/sdmmc/sbt.c if ((status & ISTAT_INTRD) == 0) status 842 dev/sdmmc/sdhc.c int status; status 848 dev/sdmmc/sdhc.c status = hp->intr_status & mask; status 849 dev/sdmmc/sdhc.c while (status == 0) { status 852 dev/sdmmc/sdhc.c status |= SDHC_ERROR_INTERRUPT; status 855 dev/sdmmc/sdhc.c status = hp->intr_status & mask; status 857 dev/sdmmc/sdhc.c hp->intr_status &= ~status; status 859 dev/sdmmc/sdhc.c DPRINTF(2,("%s: intr status %#x error %#x\n", HDEVNAME(hp), status, status 863 dev/sdmmc/sdhc.c if (ISSET(status, SDHC_ERROR_INTERRUPT)) { status 866 dev/sdmmc/sdhc.c status = 0; status 870 dev/sdmmc/sdhc.c return status; status 886 dev/sdmmc/sdhc.c u_int16_t status; status 892 dev/sdmmc/sdhc.c status = HREAD2(hp, SDHC_NINTR_STATUS); status 893 dev/sdmmc/sdhc.c if (!ISSET(status, SDHC_NINTR_STATUS_MASK)) status 897 dev/sdmmc/sdhc.c HWRITE2(hp, SDHC_NINTR_STATUS, status); status 899 dev/sdmmc/sdhc.c status, SDHC_NINTR_STATUS_BITS)); status 907 dev/sdmmc/sdhc.c if (ISSET(status, SDHC_ERROR_INTERRUPT)) { status 919 dev/sdmmc/sdhc.c hp->intr_status |= status; status 927 dev/sdmmc/sdhc.c if (ISSET(status, SDHC_CARD_REMOVAL|SDHC_CARD_INSERTION)) status 934 dev/sdmmc/sdhc.c if (ISSET(status, SDHC_BUFFER_READ_READY| status 937 dev/sdmmc/sdhc.c hp->intr_status |= status; status 944 dev/sdmmc/sdhc.c if (ISSET(status, SDHC_CARD_INTERRUPT)) { status 994 dev/sequencer.c int status, chan; status 999 dev/sequencer.c status = MIDI_GET_STATUS(msg[0]); status 1001 dev/sequencer.c switch (status) { status 1004 dev/sequencer.c status = MIDI_NOTEOFF; status 1010 dev/sequencer.c SEQ_MK_CHN_VOICE(&ev, unit, status, chan, msg[1], msg[2]); status 1013 dev/sequencer.c SEQ_MK_CHN_COMMON(&ev, unit, status, chan, msg[1], 0, msg[2]); status 1017 dev/sequencer.c SEQ_MK_CHN_COMMON(&ev, unit, status, chan, msg[1], 0, 0); status 1020 dev/sequencer.c SEQ_MK_CHN_COMMON(&ev, unit, status, chan, 0, 0, status 2358 dev/softraid.c sd->sd_vol.sv_sensor.status = SENSOR_S_UNKNOWN; status 2408 dev/softraid.c sv->sv_sensor.status = SENSOR_S_CRIT; status 2413 dev/softraid.c sv->sv_sensor.status = SENSOR_S_WARN; status 2419 dev/softraid.c sv->sv_sensor.status = SENSOR_S_OK; status 2424 dev/softraid.c sv->sv_sensor.status = SENSOR_S_UNKNOWN; status 652 dev/usb/ehci.c xfer->status = USBD_NORMAL_COMPLETION; status 702 dev/usb/ehci.c u_int32_t status; status 725 dev/usb/ehci.c status = letoh32(sqtd->qtd.qtd_status); status 727 dev/usb/ehci.c if (status & EHCI_QTD_ACTIVE) status 730 dev/usb/ehci.c if (status & EHCI_QTD_HALTED) status 733 dev/usb/ehci.c if (EHCI_QTD_GET_BYTES(status) != 0) status 755 dev/usb/ehci.c u_int32_t status = 0, nstatus = 0; status 777 dev/usb/ehci.c if (xfer->status == USBD_CANCELLED || status 778 dev/usb/ehci.c xfer->status == USBD_TIMEOUT) { status 798 dev/usb/ehci.c status = nstatus; status 801 dev/usb/ehci.c EHCI_QTD_GET_BYTES(status) == 0) status 802 dev/usb/ehci.c status &= ~EHCI_QTD_HALTED; status 803 dev/usb/ehci.c if (EHCI_QTD_GET_PID(status) != EHCI_QTD_PID_SETUP) status 804 dev/usb/ehci.c actlen += sqtd->len - EHCI_QTD_GET_BYTES(status); status 807 dev/usb/ehci.c cerr = EHCI_QTD_GET_CERR(status); status 809 dev/usb/ehci.c "status=0x%x\n", xfer->length, actlen, cerr, status)); status 811 dev/usb/ehci.c if ((status & EHCI_QTD_HALTED) != 0) { status 815 dev/usb/ehci.c bitmask_snprintf((u_int32_t)status, status 830 dev/usb/ehci.c if ((status & EHCI_QTD_BABBLE) == 0 && cerr > 0) status 831 dev/usb/ehci.c xfer->status = USBD_STALLED; status 833 dev/usb/ehci.c xfer->status = USBD_IOERROR; /* more info XXX */ status 835 dev/usb/ehci.c xfer->status = USBD_NORMAL_COMPLETION; status 852 dev/usb/ehci.c xfer->status = USBD_IN_PROGRESS; status 866 dev/usb/ehci.c if (xfer->status != USBD_IN_PROGRESS) status 873 dev/usb/ehci.c xfer->status = USBD_TIMEOUT; status 1484 dev/usb/ehci.c u_int32_t status; status 1487 dev/usb/ehci.c status = sqh->qh.qh_qtd.qtd_status & status 1500 dev/usb/ehci.c sqh->qh.qh_qtd.qtd_status = status; status 2032 dev/usb/ehci.c xfer->status = err; status 2110 dev/usb/ehci.c xfer->status = USBD_CANCELLED; status 2416 dev/usb/ehci.c ehci_abort_xfer(usbd_xfer_handle xfer, usbd_status status) status 2433 dev/usb/ehci.c xfer->status = status; /* make software ignore it */ status 2451 dev/usb/ehci.c if (status == USBD_TIMEOUT) status 2454 dev/usb/ehci.c xfer->status = status; status 2467 dev/usb/ehci.c xfer->status = status; /* make software ignore it */ status 2726 dev/usb/ehci.c if (xfer->status != USBD_NOMEM && ehci_active_intr_list(ex)) { status 2874 dev/usb/ehci.c xfer->status = USBD_IN_PROGRESS; status 2897 dev/usb/ehci.c xfer->status = err; status 2954 dev/usb/ehci.c xfer->status = err; status 2985 dev/usb/ehci.c xfer->status = USBD_IN_PROGRESS; status 3040 dev/usb/ehci.c if (xfer->status != USBD_NOMEM && ehci_active_intr_list(ex)) { status 3129 dev/usb/ehci.c xfer->status = err; status 3159 dev/usb/ehci.c xfer->status = USBD_IN_PROGRESS; status 3231 dev/usb/ehci.c xfer->status = err; status 3256 dev/usb/ehci.c xfer->status = USBD_IN_PROGRESS; status 3257 dev/usb/ehci.c } else if (xfer->status != USBD_NOMEM && ehci_active_intr_list(ex)) { status 267 dev/usb/if_atu.c u_int8_t *status); status 269 dev/usb/if_atu.c u_int8_t *status); status 369 dev/usb/if_atu.c atu_get_cmd_status(struct atu_softc *sc, u_int8_t cmd, u_int8_t *status) status 381 dev/usb/if_atu.c 0x0000, 6, status); status 385 dev/usb/if_atu.c atu_wait_completion(struct atu_softc *sc, u_int8_t cmd, u_int8_t *status) status 418 dev/usb/if_atu.c if (status != NULL) status 419 dev/usb/if_atu.c *status = statusreq[5]; status 791 dev/usb/if_atu.c u_int8_t status; status 824 dev/usb/if_atu.c err = atu_wait_completion(sc, CMD_JOIN, &status); status 830 dev/usb/if_atu.c if (status != STATUS_COMPLETE) { status 832 dev/usb/if_atu.c sc->atu_dev.dv_xname, status)); status 833 dev/usb/if_atu.c return status; status 871 dev/usb/if_atu.c u_char state, *ptr = NULL, *firm = NULL, status[6]; status 917 dev/usb/if_atu.c status); status 969 dev/usb/if_atu.c err = atu_usb_request(sc, DFU_GETSTATUS, 0, 0, 6, status); status 1656 dev/usb/if_atu.c atu_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1677 dev/usb/if_atu.c if (status != USBD_NORMAL_COMPLETION) { status 1680 dev/usb/if_atu.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1684 dev/usb/if_atu.c if (status == USBD_IOERROR) { status 1704 dev/usb/if_atu.c sc->atu_dev.dv_xname, usbd_errstr(status))); status 1706 dev/usb/if_atu.c if (status == USBD_STALLED) status 1789 dev/usb/if_atu.c atu_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1798 dev/usb/if_atu.c status)); status 1805 dev/usb/if_atu.c if (status != USBD_NORMAL_COMPLETION) { status 1806 dev/usb/if_atu.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1810 dev/usb/if_atu.c usbd_errstr(status))); status 1811 dev/usb/if_atu.c if (status == USBD_STALLED) status 1018 dev/usb/if_aue.c aue_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1032 dev/usb/if_aue.c if (status != USBD_NORMAL_COMPLETION) { status 1033 dev/usb/if_aue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1040 dev/usb/if_aue.c usbd_errstr(status)); status 1043 dev/usb/if_aue.c if (status == USBD_STALLED) status 1060 dev/usb/if_aue.c aue_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1078 dev/usb/if_aue.c if (status != USBD_NORMAL_COMPLETION) { status 1079 dev/usb/if_aue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1085 dev/usb/if_aue.c usbd_errstr(status)); status 1088 dev/usb/if_aue.c if (status == USBD_STALLED) status 1163 dev/usb/if_aue.c aue_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1176 dev/usb/if_aue.c __func__, status)); status 1181 dev/usb/if_aue.c if (status != USBD_NORMAL_COMPLETION) { status 1182 dev/usb/if_aue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1188 dev/usb/if_aue.c usbd_errstr(status)); status 1189 dev/usb/if_aue.c if (status == USBD_STALLED) status 917 dev/usb/if_axe.c axe_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 937 dev/usb/if_axe.c if (status != USBD_NORMAL_COMPLETION) { status 938 dev/usb/if_axe.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 942 dev/usb/if_axe.c sc->axe_dev.dv_xname, usbd_errstr(status)); status 944 dev/usb/if_axe.c if (status == USBD_STALLED) status 1033 dev/usb/if_axe.c axe_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1049 dev/usb/if_axe.c if (status != USBD_NORMAL_COMPLETION) { status 1050 dev/usb/if_axe.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1056 dev/usb/if_axe.c usbd_errstr(status)); status 1057 dev/usb/if_axe.c if (status == USBD_STALLED) status 760 dev/usb/if_cdce.c cdce_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 772 dev/usb/if_cdce.c if (status != USBD_NORMAL_COMPLETION) { status 773 dev/usb/if_cdce.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 777 dev/usb/if_cdce.c sc->cdce_dev.dv_xname, usbd_errstr(status)); status 778 dev/usb/if_cdce.c if (status == USBD_STALLED) status 837 dev/usb/if_cdce.c cdce_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 853 dev/usb/if_cdce.c if (status != USBD_NORMAL_COMPLETION) { status 854 dev/usb/if_cdce.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 860 dev/usb/if_cdce.c usbd_errstr(status)); status 861 dev/usb/if_cdce.c if (status == USBD_STALLED) status 902 dev/usb/if_cdce.c cdce_intr(usbd_xfer_handle xfer, usbd_private_handle addr, usbd_status status) status 909 dev/usb/if_cdce.c if (status == USBD_CANCELLED) status 912 dev/usb/if_cdce.c if (status != USBD_NORMAL_COMPLETION) { status 913 dev/usb/if_cdce.c DPRINTFN(2, ("cdce_intr: status=%d\n", status)); status 914 dev/usb/if_cdce.c if (status == USBD_STALLED) status 369 dev/usb/if_cdcef.c usbf_status status) status 381 dev/usb/if_cdcef.c usbf_errstr(status)); status 384 dev/usb/if_cdcef.c if (status != USBF_NORMAL_COMPLETION) { status 385 dev/usb/if_cdcef.c if (status == USBF_NOT_STARTED || status == USBF_CANCELLED) status 389 dev/usb/if_cdcef.c DEVNAME(sc), usbf_errstr(status)); status 449 dev/usb/if_cdcef.c status = usbf_transfer(xfer); status 450 dev/usb/if_cdcef.c if (status && status != USBF_IN_PROGRESS) { status 719 dev/usb/if_cue.c cue_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 730 dev/usb/if_cue.c __func__, status)); status 738 dev/usb/if_cue.c if (status != USBD_NORMAL_COMPLETION) { status 739 dev/usb/if_cue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 745 dev/usb/if_cue.c usbd_errstr(status)); status 748 dev/usb/if_cue.c if (status == USBD_STALLED) status 815 dev/usb/if_cue.c cue_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 828 dev/usb/if_cue.c __func__, status)); status 833 dev/usb/if_cue.c if (status != USBD_NORMAL_COMPLETION) { status 834 dev/usb/if_cue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 840 dev/usb/if_cue.c usbd_errstr(status)); status 841 dev/usb/if_cue.c if (status == USBD_STALLED) status 715 dev/usb/if_kue.c kue_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 725 dev/usb/if_kue.c __func__, status)); status 733 dev/usb/if_kue.c if (status != USBD_NORMAL_COMPLETION) { status 734 dev/usb/if_kue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 740 dev/usb/if_kue.c usbd_errstr(status)); status 743 dev/usb/if_kue.c if (status == USBD_STALLED) status 818 dev/usb/if_kue.c kue_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 831 dev/usb/if_kue.c __func__, status)); status 836 dev/usb/if_kue.c if (status != USBD_NORMAL_COMPLETION) { status 837 dev/usb/if_kue.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 843 dev/usb/if_kue.c usbd_errstr(status)); status 844 dev/usb/if_kue.c if (status == USBD_STALLED) status 167 dev/usb/if_ral.c usbd_status status); status 668 dev/usb/if_ral.c ural_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 676 dev/usb/if_ral.c if (status != USBD_NORMAL_COMPLETION) { status 677 dev/usb/if_ral.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 681 dev/usb/if_ral.c sc->sc_dev.dv_xname, usbd_errstr(status)); status 683 dev/usb/if_ral.c if (status == USBD_STALLED) status 708 dev/usb/if_ral.c ural_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 720 dev/usb/if_ral.c if (status != USBD_NORMAL_COMPLETION) { status 721 dev/usb/if_ral.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 724 dev/usb/if_ral.c if (status == USBD_STALLED) status 2165 dev/usb/if_ral.c usbd_status status) status 2170 dev/usb/if_ral.c if (status != USBD_NORMAL_COMPLETION) { status 185 dev/usb/if_rum.c usbd_status status); status 727 dev/usb/if_rum.c rum_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 735 dev/usb/if_rum.c if (status != USBD_NORMAL_COMPLETION) { status 736 dev/usb/if_rum.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 740 dev/usb/if_rum.c sc->sc_dev.dv_xname, usbd_errstr(status)); status 742 dev/usb/if_rum.c if (status == USBD_STALLED) status 767 dev/usb/if_rum.c rum_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 779 dev/usb/if_rum.c if (status != USBD_NORMAL_COMPLETION) { status 780 dev/usb/if_rum.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 783 dev/usb/if_rum.c if (status == USBD_STALLED) status 2231 dev/usb/if_rum.c usbd_status status) status 2236 dev/usb/if_rum.c if (status != USBD_NORMAL_COMPLETION) { status 235 dev/usb/if_uath.c usb_port_status_t status; status 242 dev/usb/if_uath.c usbd_reset_port(sc->sc_uhub, sc->sc_port, &status); status 1119 dev/usb/if_uath.c usbd_status status) status 1125 dev/usb/if_uath.c if (status != USBD_NORMAL_COMPLETION) { status 1126 dev/usb/if_uath.c if (status == USBD_STALLED) status 1181 dev/usb/if_uath.c usbd_status status) status 1195 dev/usb/if_uath.c if (status != USBD_NORMAL_COMPLETION) { status 1196 dev/usb/if_uath.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1199 dev/usb/if_uath.c if (status == USBD_STALLED) status 1337 dev/usb/if_uath.c usbd_status status) status 1345 dev/usb/if_uath.c if (status != USBD_NORMAL_COMPLETION) { status 1346 dev/usb/if_uath.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1350 dev/usb/if_uath.c sc->sc_dev.dv_xname, usbd_errstr(status)); status 1352 dev/usb/if_uath.c if (status == USBD_STALLED) status 1061 dev/usb/if_udav.c udav_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1078 dev/usb/if_udav.c if (status != USBD_NORMAL_COMPLETION) { status 1079 dev/usb/if_udav.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1085 dev/usb/if_udav.c usbd_errstr(status)); status 1086 dev/usb/if_udav.c if (status == USBD_STALLED) { status 1108 dev/usb/if_udav.c udav_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1123 dev/usb/if_udav.c if (status != USBD_NORMAL_COMPLETION) { status 1124 dev/usb/if_udav.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1130 dev/usb/if_udav.c usbd_errstr(status)); status 1133 dev/usb/if_udav.c if (status == USBD_STALLED) { status 492 dev/usb/if_upl.c upl_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 507 dev/usb/if_upl.c if (status != USBD_NORMAL_COMPLETION) { status 508 dev/usb/if_upl.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 514 dev/usb/if_upl.c usbd_errstr(status)); status 517 dev/usb/if_upl.c if (status == USBD_STALLED) status 525 dev/usb/if_upl.c sc->sc_dev.dv_xname, __func__, status, total_len)); status 581 dev/usb/if_upl.c upl_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 594 dev/usb/if_upl.c __func__, status)); status 599 dev/usb/if_upl.c if (status != USBD_NORMAL_COMPLETION) { status 600 dev/usb/if_upl.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 606 dev/usb/if_upl.c usbd_errstr(status)); status 607 dev/usb/if_upl.c if (status == USBD_STALLED) status 798 dev/usb/if_upl.c upl_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 812 dev/usb/if_upl.c if (status != USBD_NORMAL_COMPLETION) { status 813 dev/usb/if_upl.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 820 dev/usb/if_upl.c usbd_errstr(status)); status 823 dev/usb/if_upl.c if (status == USBD_STALLED) status 944 dev/usb/if_url.c url_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 961 dev/usb/if_url.c if (status != USBD_NORMAL_COMPLETION) { status 962 dev/usb/if_url.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 968 dev/usb/if_url.c usbd_errstr(status)); status 969 dev/usb/if_url.c if (status == USBD_STALLED) { status 991 dev/usb/if_url.c url_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1006 dev/usb/if_url.c if (status != USBD_NORMAL_COMPLETION) { status 1007 dev/usb/if_url.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1013 dev/usb/if_url.c usbd_errstr(status)); status 1016 dev/usb/if_url.c if (status == USBD_STALLED) { status 84 dev/usb/if_wi_usb.c usbd_status status); status 86 dev/usb/if_wi_usb.c usbd_status status); status 88 dev/usb/if_wi_usb.c usbd_status status); status 90 dev/usb/if_wi_usb.c usbd_status status); status 124 dev/usb/if_wi_usb.c int status; status 413 dev/usb/if_wi_usb.c sc->wi_thread_info->status |= WI_DYING; status 1107 dev/usb/if_wi_usb.c usbd_status status) status 1120 dev/usb/if_wi_usb.c __func__, status)); status 1122 dev/usb/if_wi_usb.c if (status != USBD_NORMAL_COMPLETION) { status 1123 dev/usb/if_wi_usb.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1128 dev/usb/if_wi_usb.c usbd_errstr(status)); status 1129 dev/usb/if_wi_usb.c if (status == USBD_STALLED) { status 1150 dev/usb/if_wi_usb.c usbd_status status) status 1166 dev/usb/if_wi_usb.c __func__, status)); status 1168 dev/usb/if_wi_usb.c if (status != USBD_NORMAL_COMPLETION) { status 1169 dev/usb/if_wi_usb.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { status 1174 dev/usb/if_wi_usb.c usbd_errstr(status)); status 1175 dev/usb/if_wi_usb.c if (status == USBD_STALLED) { status 1186 dev/usb/if_wi_usb.c if (status) status 1387 dev/usb/if_wi_usb.c wi_usb_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1399 dev/usb/if_wi_usb.c __func__, status)); status 1402 dev/usb/if_wi_usb.c if (status != USBD_NORMAL_COMPLETION) { status 1403 dev/usb/if_wi_usb.c if (status == USBD_NOT_STARTED || status == USBD_IOERROR status 1404 dev/usb/if_wi_usb.c || status == USBD_CANCELLED) { status 1408 dev/usb/if_wi_usb.c usbd_errstr(status)); status 1416 dev/usb/if_wi_usb.c usbd_errstr(status)); status 1420 dev/usb/if_wi_usb.c if (status == USBD_STALLED) { status 1510 dev/usb/if_wi_usb.c wi_usb_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1519 dev/usb/if_wi_usb.c if (status != USBD_NORMAL_COMPLETION) { status 1520 dev/usb/if_wi_usb.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1523 dev/usb/if_wi_usb.c if (status == USBD_STALLED) { status 1538 dev/usb/if_wi_usb.c u_int16_t status = letoh16(presp->status); status 1547 dev/usb/if_wi_usb.c sc->wi_usb_dev.dv_xname, __func__, type, status, sc->cmdresp, status 1552 dev/usb/if_wi_usb.c if (sc->cmdresp != (status & WI_STAT_CMD_CODE)) { status 1555 dev/usb/if_wi_usb.c type, status, sc->cmdresp, cmdresperr)); status 1559 dev/usb/if_wi_usb.c sc->cmdresperr = (status & WI_STAT_CMD_RESULT) >> 8; status 1623 dev/usb/if_wi_usb.c uint16_t status; status 1625 dev/usb/if_wi_usb.c status = letoh16(presp->status); status 1628 dev/usb/if_wi_usb.c sc->wi_usb_dev.dv_xname, __func__, status)); status 1630 dev/usb/if_wi_usb.c sc->ridresperr = (status & WI_STAT_CMD_RESULT) >> 8; status 1651 dev/usb/if_wi_usb.c u_int16_t status; status 1657 dev/usb/if_wi_usb.c status = letoh16(uin->type); /* XXX -- type == status */ status 1661 dev/usb/if_wi_usb.c sc->wi_usb_dev.dv_xname, __func__, status)); status 1664 dev/usb/if_wi_usb.c sc->txresperr=status; status 1668 dev/usb/if_wi_usb.c if (status != 0) /* XXX */ status 1671 dev/usb/if_wi_usb.c sc->wi_usb_dev.dv_xname, __func__, status)); status 1723 dev/usb/if_wi_usb.c sc->wi_thread_info->status |= WI_START; status 1765 dev/usb/if_wi_usb.c sc->wi_thread_info->status |= WI_INQUIRE; status 1792 dev/usb/if_wi_usb.c sc->wi_thread_info->status |= WI_WATCHDOG; status 1836 dev/usb/if_wi_usb.c wi_thread_info->status = 0; status 1853 dev/usb/if_wi_usb.c wi_thread_info->dying, wi_thread_info->status)); status 1859 dev/usb/if_wi_usb.c wi_thread_info->status)); status 1862 dev/usb/if_wi_usb.c if (wi_thread_info->status & WI_START) { status 1863 dev/usb/if_wi_usb.c wi_thread_info->status &= ~WI_START; status 1870 dev/usb/if_wi_usb.c } else if (wi_thread_info->status & WI_INQUIRE) { status 1871 dev/usb/if_wi_usb.c wi_thread_info->status &= ~WI_INQUIRE; status 1873 dev/usb/if_wi_usb.c } else if (wi_thread_info->status & WI_WATCHDOG) { status 1874 dev/usb/if_wi_usb.c wi_thread_info->status &= ~WI_WATCHDOG; status 1881 dev/usb/if_wi_usb.c wi_thread_info->status)); status 1884 dev/usb/if_wi_usb.c if (wi_thread_info->status == 0) { status 79 dev/usb/if_wi_usb.h u_int16_t status; status 105 dev/usb/if_wi_usb.h u_int16_t status; status 1783 dev/usb/if_zyd.c zyd_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1789 dev/usb/if_zyd.c if (status != USBD_NORMAL_COMPLETION) { status 1790 dev/usb/if_zyd.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1793 dev/usb/if_zyd.c if (status == USBD_STALLED) { status 1943 dev/usb/if_zyd.c zyd_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1952 dev/usb/if_zyd.c if (status != USBD_NORMAL_COMPLETION) { status 1953 dev/usb/if_zyd.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 1956 dev/usb/if_zyd.c if (status == USBD_STALLED) status 2003 dev/usb/if_zyd.c zyd_txeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 2011 dev/usb/if_zyd.c if (status != USBD_NORMAL_COMPLETION) { status 2012 dev/usb/if_zyd.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 2016 dev/usb/if_zyd.c sc->sc_dev.dv_xname, usbd_errstr(status)); status 2018 dev/usb/if_zyd.c if (status == USBD_STALLED) { status 1341 dev/usb/ohci.c if (xfer->status == USBD_CANCELLED || status 1342 dev/usb/ohci.c xfer->status == USBD_TIMEOUT) { status 1362 dev/usb/ohci.c xfer->status = USBD_NORMAL_COMPLETION; status 1392 dev/usb/ohci.c xfer->status = USBD_STALLED; status 1394 dev/usb/ohci.c xfer->status = USBD_IOERROR; status 1415 dev/usb/ohci.c if (xfer->status == USBD_CANCELLED || status 1416 dev/usb/ohci.c xfer->status == USBD_TIMEOUT) { status 1434 dev/usb/ohci.c xfer->status = USBD_NORMAL_COMPLETION; status 1441 dev/usb/ohci.c xfer->status = USBD_IOERROR; status 1445 dev/usb/ohci.c xfer->status == USBD_NORMAL_COMPLETION) { status 1467 dev/usb/ohci.c xfer->status == USBD_NORMAL_COMPLETION) status 1516 dev/usb/ohci.c xfer->status = USBD_NOMEM; status 1578 dev/usb/ohci.c xfer->status = USBD_NORMAL_COMPLETION; status 1604 dev/usb/ohci.c xfer->status = USBD_IN_PROGRESS; status 1617 dev/usb/ohci.c if (xfer->status != USBD_IN_PROGRESS) status 1624 dev/usb/ohci.c xfer->status = USBD_TIMEOUT; status 2181 dev/usb/ohci.c ohci_abort_xfer(usbd_xfer_handle xfer, usbd_status status) status 2196 dev/usb/ohci.c xfer->status = status; /* make software ignore it */ status 2210 dev/usb/ohci.c xfer->status = status; /* make software ignore it */ status 2683 dev/usb/ohci.c xfer->status = err; status 2743 dev/usb/ohci.c xfer->status = USBD_CANCELLED; status 3303 dev/usb/ohci.c xfer->status = USBD_IN_PROGRESS; status 3343 dev/usb/ohci.c if (xfer->status != USBD_IN_PROGRESS) status 3366 dev/usb/ohci.c if (xfer->status != USBD_NOT_STARTED && status 3367 dev/usb/ohci.c xfer->status != USBD_IN_PROGRESS) { status 3374 dev/usb/ohci.c xfer->status = USBD_CANCELLED; status 2695 dev/usb/uaudio.c usbd_status status) status 2703 dev/usb/uaudio.c if (status == USBD_CANCELLED) status 2779 dev/usb/uaudio.c usbd_status status) status 2787 dev/usb/uaudio.c if (status == USBD_CANCELLED) status 705 dev/usb/ubsa.c ubsa_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 714 dev/usb/ubsa.c if (status != USBD_NORMAL_COMPLETION) { status 715 dev/usb/ubsa.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 719 dev/usb/ubsa.c sc->sc_dev.dv_xname, usbd_errstr(status))); status 871 dev/usb/ubt.c usbd_status status; status 907 dev/usb/ubt.c status = usbd_transfer(sc->sc_cmd_xfer); status 909 dev/usb/ubt.c KASSERT(status != USBD_NORMAL_COMPLETION); status 911 dev/usb/ubt.c if (status != USBD_IN_PROGRESS) { status 913 dev/usb/ubt.c usbd_errstr(status), status); status 922 dev/usb/ubt.c usbd_private_handle h, usbd_status status) status 929 dev/usb/ubt.c unit->hci_devname, usbd_errstr(status), status); status 944 dev/usb/ubt.c if (status != USBD_NORMAL_COMPLETION) { status 946 dev/usb/ubt.c usbd_errstr(status), status); status 964 dev/usb/ubt.c usbd_status status; status 1004 dev/usb/ubt.c status = usbd_transfer(sc->sc_aclwr_xfer); status 1006 dev/usb/ubt.c KASSERT(status != USBD_NORMAL_COMPLETION); status 1008 dev/usb/ubt.c if (status != USBD_IN_PROGRESS) { status 1010 dev/usb/ubt.c usbd_errstr(status), status); status 1019 dev/usb/ubt.c usbd_private_handle h, usbd_status status) status 1025 dev/usb/ubt.c unit->hci_devname, usbd_errstr(status), status); status 1037 dev/usb/ubt.c if (status != USBD_NORMAL_COMPLETION) { status 1039 dev/usb/ubt.c usbd_errstr(status), status); status 1043 dev/usb/ubt.c if (status == USBD_STALLED) status 1152 dev/usb/ubt.c usbd_private_handle h, usbd_status status) status 1162 dev/usb/ubt.c isoc, usbd_errstr(status), status); status 1184 dev/usb/ubt.c if (status != USBD_NORMAL_COMPLETION) { status 1186 dev/usb/ubt.c usbd_errstr(status), status); status 1190 dev/usb/ubt.c if (status == USBD_STALLED) status 1227 dev/usb/ubt.c ubt_recv_event(usbd_xfer_handle xfer, usbd_private_handle h, usbd_status status) status 1235 dev/usb/ubt.c sc, usbd_errstr(status), status); status 1237 dev/usb/ubt.c if (status != USBD_NORMAL_COMPLETION || sc->sc_dying) status 1261 dev/usb/ubt.c usbd_status status; status 1285 dev/usb/ubt.c status = usbd_transfer(sc->sc_aclrd_xfer); status 1287 dev/usb/ubt.c KASSERT(status != USBD_NORMAL_COMPLETION); status 1289 dev/usb/ubt.c if (status != USBD_IN_PROGRESS) { status 1291 dev/usb/ubt.c usbd_errstr(status), status); status 1300 dev/usb/ubt.c usbd_private_handle h, usbd_status status) status 1308 dev/usb/ubt.c sc, usbd_errstr(status), status); status 1323 dev/usb/ubt.c if (status != USBD_NORMAL_COMPLETION) { status 1325 dev/usb/ubt.c usbd_errstr(status), status); status 1329 dev/usb/ubt.c if (status == USBD_STALLED) status 1390 dev/usb/ubt.c usbd_private_handle h, usbd_status status) status 1416 dev/usb/ubt.c if (status != USBD_NORMAL_COMPLETION) { status 1418 dev/usb/ubt.c usbd_errstr(status), status); status 1422 dev/usb/ubt.c if (status == USBD_STALLED) { status 1032 dev/usb/ucom.c ucomwritecb(usbd_xfer_handle xfer, usbd_private_handle p, usbd_status status) status 1039 dev/usb/ucom.c DPRINTFN(5,("ucomwritecb: %p %p status=%d\n", xfer, p, status)); status 1041 dev/usb/ucom.c if (status == USBD_CANCELLED || sc->sc_dying) status 1045 dev/usb/ucom.c if (status) { status 1106 dev/usb/ucom.c ucomreadcb(usbd_xfer_handle xfer, usbd_private_handle p, usbd_status status) status 1116 dev/usb/ucom.c DPRINTFN(5,("ucomreadcb: status=%d\n", status)); status 1118 dev/usb/ucom.c if (status == USBD_CANCELLED || status == USBD_IOERROR || status 1129 dev/usb/ucom.c if (status) { status 219 dev/usb/udcf.c sc->sc_sensor.status = SENSOR_S_UNKNOWN; status 227 dev/usb/udcf.c sc->sc_skew.status = SENSOR_S_UNKNOWN; status 440 dev/usb/udcf.c if (sc->sc_sensor.status == SENSOR_S_UNKNOWN) status 451 dev/usb/udcf.c if (sc->sc_sensor.status == SENSOR_S_UNKNOWN) { status 457 dev/usb/udcf.c sc->sc_sensor.status = SENSOR_S_OK; status 603 dev/usb/udcf.c if (sc->sc_skew.status == SENSOR_S_UNKNOWN) status 604 dev/usb/udcf.c sc->sc_skew.status = SENSOR_S_CRIT; status 670 dev/usb/udcf.c if (sc->sc_sensor.status == SENSOR_S_OK) { status 671 dev/usb/udcf.c sc->sc_sensor.status = SENSOR_S_WARN; status 678 dev/usb/udcf.c sc->sc_sensor.status = SENSOR_S_CRIT; status 522 dev/usb/ueagle.c CR(sc, UEAGLE_CMV_STAT, 0, &sc->stats.phy.status); status 523 dev/usb/ueagle.c switch ((sc->stats.phy.status >> 8) & 0xf) { status 547 dev/usb/ueagle.c sc->stats.phy.status = 0; status 699 dev/usb/ueagle.c ueagle_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 704 dev/usb/ueagle.c if (status != USBD_NORMAL_COMPLETION) { status 705 dev/usb/ueagle.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 709 dev/usb/ueagle.c sc->sc_dev.dv_xname, usbd_errstr(status)); status 711 dev/usb/ueagle.c if (status == USBD_STALLED) status 913 dev/usb/ueagle.c usbd_status status) status 921 dev/usb/ueagle.c if (status == USBD_CANCELLED) status 949 dev/usb/ueagle.c usbd_status status) status 956 dev/usb/ueagle.c if (status != USBD_NORMAL_COMPLETION) { status 957 dev/usb/ueagle.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 961 dev/usb/ueagle.c sc->sc_dev.dv_xname, usbd_errstr(status)); status 963 dev/usb/ueagle.c if (status == USBD_STALLED) status 124 dev/usb/ueaglevar.h uint32_t status; status 116 dev/usb/ugen.c usbd_status status); status 118 dev/usb/ugen.c usbd_status status); status 811 dev/usb/ugen.c ugenintr(usbd_xfer_handle xfer, usbd_private_handle addr, usbd_status status) status 818 dev/usb/ugen.c if (status == USBD_CANCELLED) status 821 dev/usb/ugen.c if (status != USBD_NORMAL_COMPLETION) { status 822 dev/usb/ugen.c DPRINTF(("ugenintr: status=%d\n", status)); status 823 dev/usb/ugen.c if (status == USBD_STALLED) status 832 dev/usb/ugen.c xfer, status, count)); status 848 dev/usb/ugen.c usbd_status status) status 856 dev/usb/ugen.c if (status == USBD_CANCELLED) status 161 dev/usb/uhci.c void uhci_abort_xfer(usbd_xfer_handle, usbd_status status); status 961 dev/usb/uhci.c xfer->status = USBD_NORMAL_COMPLETION; status 1166 dev/usb/uhci.c int status; status 1169 dev/usb/uhci.c status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS; status 1170 dev/usb/uhci.c if (status == 0) /* The interrupt was not for us. */ status 1183 dev/usb/uhci.c UWRITE2(sc, UHCI_STS, status); /* acknowledge the ints */ status 1188 dev/usb/uhci.c if (status & UHCI_STS_USBINT) status 1190 dev/usb/uhci.c if (status & UHCI_STS_USBEI) status 1192 dev/usb/uhci.c if (status & UHCI_STS_RD) { status 1198 dev/usb/uhci.c if (status & UHCI_STS_HSE) { status 1202 dev/usb/uhci.c if (status & UHCI_STS_HCPE) { status 1207 dev/usb/uhci.c if (status & UHCI_STS_HCH) { status 1273 dev/usb/uhci.c u_int32_t status; status 1282 dev/usb/uhci.c if (ii->xfer->status == USBD_CANCELLED || status 1283 dev/usb/uhci.c ii->xfer->status == USBD_TIMEOUT) { status 1305 dev/usb/uhci.c status = letoh32(std->td.td_status); status 1307 dev/usb/uhci.c if (status & UHCI_TD_ACTIVE) status 1310 dev/usb/uhci.c if (status & UHCI_TD_STALLED) status 1313 dev/usb/uhci.c if ((status & UHCI_TD_SPD) && status 1314 dev/usb/uhci.c UHCI_TD_GET_ACTLEN(status) < status 1335 dev/usb/uhci.c u_int32_t status = 0, nstatus; status 1377 dev/usb/uhci.c status = letoh32(std->td.td_status); status 1378 dev/usb/uhci.c len = UHCI_TD_GET_ACTLEN(status); status 1384 dev/usb/uhci.c xfer->status = USBD_NORMAL_COMPLETION; status 1402 dev/usb/uhci.c status = nstatus; status 1405 dev/usb/uhci.c actlen += UHCI_TD_GET_ACTLEN(status); status 1412 dev/usb/uhci.c if (status & (UHCI_TD_STALLED | UHCI_TD_NAK)) status 1413 dev/usb/uhci.c status &= ~UHCI_TD_CRCTO; status 1420 dev/usb/uhci.c status &= UHCI_TD_ERROR; status 1422 dev/usb/uhci.c actlen, status)); status 1424 dev/usb/uhci.c if (status != 0) { status 1428 dev/usb/uhci.c bitmask_snprintf((u_int32_t)status, status 1433 dev/usb/uhci.c DPRINTFN((status == UHCI_TD_STALLED)*10, status 1441 dev/usb/uhci.c if (status == UHCI_TD_STALLED) status 1442 dev/usb/uhci.c xfer->status = USBD_STALLED; status 1444 dev/usb/uhci.c xfer->status = USBD_IOERROR; /* more info XXX */ status 1446 dev/usb/uhci.c xfer->status = USBD_NORMAL_COMPLETION; status 1504 dev/usb/uhci.c xfer->status = USBD_IN_PROGRESS; status 1510 dev/usb/uhci.c if (xfer->status != USBD_IN_PROGRESS) status 1692 dev/usb/uhci.c u_int32_t status; status 1720 dev/usb/uhci.c status = UHCI_TD_ZERO_ACTLEN(UHCI_TD_SET_ERRCNT(3) | UHCI_TD_ACTIVE); status 1722 dev/usb/uhci.c status |= UHCI_TD_LS; status 1724 dev/usb/uhci.c status |= UHCI_TD_SPD; status 1735 dev/usb/uhci.c p->td.td_status = htole32(status); status 1853 dev/usb/uhci.c xfer->status = USBD_IN_PROGRESS; status 1888 dev/usb/uhci.c uhci_abort_xfer(usbd_xfer_handle xfer, usbd_status status) status 1896 dev/usb/uhci.c DPRINTFN(1,("uhci_abort_xfer: xfer=%p, status=%d\n", xfer, status)); status 1901 dev/usb/uhci.c xfer->status = status; /* make software ignore it */ status 1915 dev/usb/uhci.c xfer->status = status; /* make software ignore it */ status 2085 dev/usb/uhci.c xfer->status = USBD_IN_PROGRESS; status 2278 dev/usb/uhci.c xfer->status = USBD_IN_PROGRESS; status 2318 dev/usb/uhci.c u_int32_t buf, len, status; status 2328 dev/usb/uhci.c if (xfer->status == USBD_IN_PROGRESS) { status 2346 dev/usb/uhci.c xfer->status = USBD_IN_PROGRESS; status 2350 dev/usb/uhci.c status = UHCI_TD_ZERO_ACTLEN(UHCI_TD_SET_ERRCNT(0) | status 2362 dev/usb/uhci.c status |= UHCI_TD_IOC; status 2363 dev/usb/uhci.c std->td.td_status = htole32(status); status 2395 dev/usb/uhci.c if (xfer->status != USBD_IN_PROGRESS) status 2441 dev/usb/uhci.c if (xfer->status != USBD_NOT_STARTED && status 2442 dev/usb/uhci.c xfer->status != USBD_IN_PROGRESS) { status 2448 dev/usb/uhci.c xfer->status = USBD_CANCELLED; status 2662 dev/usb/uhci.c xfer->status = USBD_IN_PROGRESS; status 3098 dev/usb/uhci.c int s, len, value, index, status, change, l, totlen = 0; status 3334 dev/usb/uhci.c status = change = 0; status 3336 dev/usb/uhci.c status |= UPS_CURRENT_CONNECT_STATUS; status 3340 dev/usb/uhci.c status |= UPS_PORT_ENABLED; status 3344 dev/usb/uhci.c status |= UPS_OVERCURRENT_INDICATOR; status 3348 dev/usb/uhci.c status |= UPS_SUSPEND; status 3350 dev/usb/uhci.c status |= UPS_LOW_SPEED; status 3351 dev/usb/uhci.c status |= UPS_PORT_POWER; status 3354 dev/usb/uhci.c USETW(ps.wPortStatus, status); status 3410 dev/usb/uhci.c xfer->status = err; status 3444 dev/usb/uhci.c xfer->status = USBD_CANCELLED; status 408 dev/usb/uhidev.c uhidev_intr(usbd_xfer_handle xfer, usbd_private_handle addr, usbd_status status) status 422 dev/usb/uhidev.c DPRINTF(("uhidev_intr: status=%d cc=%d\n", status, cc)); status 430 dev/usb/uhidev.c if (status == USBD_CANCELLED) status 433 dev/usb/uhidev.c if (status != USBD_NORMAL_COMPLETION) { status 435 dev/usb/uhidev.c status)); status 349 dev/usb/uhub.c int change, status, reconnect; status 362 dev/usb/uhub.c err = usbd_get_port_status(dev, port, &up->status); status 368 dev/usb/uhub.c status = UGETW(up->status.wPortStatus); status 369 dev/usb/uhub.c change = UGETW(up->status.wPortChange); status 373 dev/usb/uhub.c sc->sc_dev.dv_xname, port, status, change)); status 380 dev/usb/uhub.c } else if (status & UPS_PORT_ENABLED) { status 406 dev/usb/uhub.c (status & UPS_CURRENT_CONNECT_STATUS)) status 435 dev/usb/uhub.c if (!(status & UPS_CURRENT_CONNECT_STATUS)) { status 444 dev/usb/uhub.c if (!(status & UPS_PORT_POWER)) status 452 dev/usb/uhub.c if (usbd_reset_port(dev, port, &up->status)) { status 458 dev/usb/uhub.c err = usbd_get_port_status(dev, port, &up->status); status 464 dev/usb/uhub.c status = UGETW(up->status.wPortStatus); status 465 dev/usb/uhub.c change = UGETW(up->status.wPortChange); status 466 dev/usb/uhub.c if (!(status & UPS_CURRENT_CONNECT_STATUS)) { status 476 dev/usb/uhub.c if (status & UPS_HIGH_SPEED) status 478 dev/usb/uhub.c else if (status & UPS_LOW_SPEED) status 584 dev/usb/uhub.c uhub_intr(usbd_xfer_handle xfer, usbd_private_handle addr, usbd_status status) status 589 dev/usb/uhub.c if (status == USBD_STALLED) status 591 dev/usb/uhub.c else if (status == USBD_NORMAL_COMPLETION) status 375 dev/usb/ulpt.c u_char status; status 382 dev/usb/ulpt.c err = usbd_do_request(sc->sc_udev, &req, &status); status 383 dev/usb/ulpt.c DPRINTFN(1, ("ulpt_status: status=0x%02x err=%d\n", status, err)); status 385 dev/usb/ulpt.c return (status); status 415 dev/usb/ulpt.c ulpt_input(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 539 dev/usb/ulpt.c ulpt_statusmsg(u_char status, struct ulpt_softc *sc) status 543 dev/usb/ulpt.c status = (status ^ LPS_INVERT) & LPS_MASK; status 544 dev/usb/ulpt.c new = status & ~sc->sc_laststatus; status 545 dev/usb/ulpt.c sc->sc_laststatus = status; status 554 dev/usb/ulpt.c return (status); status 950 dev/usb/umass.c umass_bbb_reset(struct umass_softc *sc, int status) status 979 dev/usb/umass.c sc->transfer_status = status; status 1443 dev/usb/umass.c umass_cbi_reset(struct umass_softc *sc, int status) status 1478 dev/usb/umass.c sc->transfer_status = status; status 1730 dev/usb/umass.c int status; status 1744 dev/usb/umass.c status = STATUS_CMD_OK; status 1746 dev/usb/umass.c status = STATUS_CMD_FAILED; status 1751 dev/usb/umass.c sc->transfer_datalen - sc->transfer_actlen, status); status 1753 dev/usb/umass.c int status; status 1765 dev/usb/umass.c status = STATUS_CMD_OK; status 1769 dev/usb/umass.c status = STATUS_CMD_FAILED; status 1772 dev/usb/umass.c status = STATUS_WIRE_FAILED; status 1779 dev/usb/umass.c status); status 1933 dev/usb/umass.c int status = csw->bCSWStatus; status 1939 dev/usb/umass.c status, (status == CSWSTATUS_GOOD? "good": status 1940 dev/usb/umass.c (status == CSWSTATUS_FAILED? "failed": status 1941 dev/usb/umass.c (status == CSWSTATUS_PHASE? "phase":"<invalid>"))))); status 496 dev/usb/umass_quirks.c u_int8_t status[2]; status 503 dev/usb/umass_quirks.c USETW(req.wLength, sizeof(status)); status 505 dev/usb/umass_quirks.c return (usbd_do_request(sc->sc_udev, &req, &status)); status 82 dev/usb/umass_scsi.c int status); status 84 dev/usb/umass_scsi.c int status); status 302 dev/usb/umass_scsi.c umass_scsi_cb(struct umass_softc *sc, void *priv, int residue, int status) status 320 dev/usb/umass_scsi.c status)); status 324 dev/usb/umass_scsi.c switch (status) { status 381 dev/usb/umass_scsi.c sc->sc_dev.dv_xname, status); status 392 dev/usb/umass_scsi.c xs->error, xs->status, xs->resid)); status 404 dev/usb/umass_scsi.c int status) status 410 dev/usb/umass_scsi.c "status=%d\n", xs, residue, status)); status 413 dev/usb/umass_scsi.c switch (status) { status 424 dev/usb/umass_scsi.c sc->sc_dev.dv_xname, status)); status 432 dev/usb/umass_scsi.c "xs->flags=0x%x xs->resid=%d\n", xs->error, xs->status, status 612 dev/usb/umct.c umct_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 621 dev/usb/umct.c if (status != USBD_NORMAL_COMPLETION) { status 622 dev/usb/umct.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 626 dev/usb/umct.c usbd_errstr(status))); status 1130 dev/usb/umidi.c packet->status = 0; status 1262 dev/usb/umidi.c in_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1273 dev/usb/umidi.c if (status != USBD_NORMAL_COMPLETION) { status 1274 dev/usb/umidi.c DPRINTF(("in_intr: abnormal status: %s\n", usbd_errstr(status))); status 1293 dev/usb/umidi.c out_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 1328 dev/usb/umidi.c #define UMIDI_VOICELEN(status) (umidi_evlen[((status) >> 4) & 7]) status 1352 dev/usb/umidi.c packet->buf[1] = packet->status = data; status 1356 dev/usb/umidi.c if (packet->status != EV_SYSEX) break; status 1359 dev/usb/umidi.c packet->status = data; status 1364 dev/usb/umidi.c packet->status = data; status 1369 dev/usb/umidi.c packet->status = data; status 1375 dev/usb/umidi.c packet->status = data; status 1381 dev/usb/umidi.c if (packet->status >= 0xf0) { status 1382 dev/usb/umidi.c switch(packet->status) { status 1396 dev/usb/umidi.c packet->buf[1] = packet->status; status 1407 dev/usb/umidi.c packet->buf[1] = packet->status; status 1416 dev/usb/umidi.c if (packet->status >= 0x80) { /* is it a voice message ? */ status 1418 dev/usb/umidi.c packet->buf[0] = packet->status >> 4 | cable_number << 4; status 1419 dev/usb/umidi.c packet->buf[1] = packet->status; status 1423 dev/usb/umidi.c if (packet->index >= UMIDI_VOICELEN(packet->status)) status 41 dev/usb/umidivar.h unsigned status; status 442 dev/usb/umodem.c umodem_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 450 dev/usb/umodem.c if (status != USBD_NORMAL_COMPLETION) { status 451 dev/usb/umodem.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 454 dev/usb/umodem.c usbd_errstr(status)); status 448 dev/usb/uow.c uow_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 452 dev/usb/uow.c if (status != USBD_NORMAL_COMPLETION) { status 453 dev/usb/uow.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 455 dev/usb/uow.c if (status == USBD_STALLED) status 779 dev/usb/uplcom.c uplcom_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 788 dev/usb/uplcom.c if (status != USBD_NORMAL_COMPLETION) { status 789 dev/usb/uplcom.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 793 dev/usb/uplcom.c usbd_errstr(status))); status 1283 dev/usb/usb_subr.c s = UGETW(p->status.wPortStatus); status 327 dev/usb/usbdi.c return (xfer->status); status 412 dev/usb/usbdi.c xfer->status = USBD_NOT_STARTED; status 430 dev/usb/usbdi.c xfer->status = USBD_NOT_STARTED; status 449 dev/usb/usbdi.c xfer->status = USBD_NOT_STARTED; status 458 dev/usb/usbdi.c void **buffer, u_int32_t *count, usbd_status *status) status 466 dev/usb/usbdi.c if (status != NULL) status 467 dev/usb/usbdi.c *status = xfer->status; status 740 dev/usb/usbdi.c "actlen=%d\n", pipe, xfer, xfer->status, xfer->actlen)); status 799 dev/usb/usbdi.c if (!xfer->status && xfer->actlen < xfer->length && status 803 dev/usb/usbdi.c xfer->status = USBD_SHORT_XFER; status 807 dev/usb/usbdi.c xfer->callback(xfer, xfer->priv, xfer->status); status 823 dev/usb/usbdi.c if ((xfer->status == USBD_CANCELLED || status 824 dev/usb/usbdi.c xfer->status == USBD_TIMEOUT) && status 951 dev/usb/usbdi.c usb_status_t status; status 961 dev/usb/usbdi.c &treq, &status,sizeof(usb_status_t), 0, 0); status 965 dev/usb/usbdi.c s = UGETW(status.wStatus); status 975 dev/usb/usbdi.c &treq, &status, 0, 0, 0); status 988 dev/usb/usbdi.c usbd_status status) status 110 dev/usb/usbdi.h void **buffer, u_int32_t *count, usbd_status *status); status 423 dev/usb/usbdi_util.c usbd_status status); status 426 dev/usb/usbdi_util.c usbd_status status) status 464 dev/usb/usbdi_util.c usbd_status status); status 467 dev/usb/usbdi_util.c usbd_status status) status 83 dev/usb/usbdivar.h usb_port_status_t status; status 194 dev/usb/usbdivar.h usbd_status status; status 480 dev/usb/usbf.c data = &dev->status; status 482 dev/usb/usbf.c sizeof dev->status)); status 487 dev/usb/usbf.c static u_int16_t status = 0; status 489 dev/usb/usbf.c data = &status; status 490 dev/usb/usbf.c USETW(req->wLength, MIN(UGETW(req->wLength), sizeof status)); status 164 dev/usb/usbf_subr.c USETW(dev->status.wStatus, UDS_SELF_POWERED); status 896 dev/usb/usbf_subr.c xfer->length, usbf_errstr(xfer->status)); status 921 dev/usb/usbf_subr.c xfer->status = USBF_NOT_STARTED; status 938 dev/usb/usbf_subr.c xfer->status = USBF_NOT_STARTED; status 945 dev/usb/usbf_subr.c void **buffer, u_int32_t *actlen, usbf_status *status) status 953 dev/usb/usbf_subr.c if (status != NULL) status 954 dev/usb/usbf_subr.c *status = xfer->status; status 1038 dev/usb/usbf_subr.c if (xfer->status == USBF_NORMAL_COMPLETION && status 1043 dev/usb/usbf_subr.c xfer->status = USBF_SHORT_XFER; status 1047 dev/usb/usbf_subr.c xfer->callback(xfer, xfer->priv, xfer->status); status 1054 dev/usb/usbf_subr.c if (xfer->status != USBF_NORMAL_COMPLETION && status 62 dev/usb/usbfvar.h usb_status_t status; /* device status */ status 111 dev/usb/usbfvar.h usb_port_status_t status; status 141 dev/usb/usbfvar.h usbf_status status; status 97 dev/usb/usscanner.c #define xs_status status status 485 dev/usb/usscanner.c usbd_status status) status 490 dev/usb/usscanner.c DPRINTFN(10, ("usscanner_data_cb status=%d\n", status)); status 512 dev/usb/usscanner.c usbd_status status) status 518 dev/usb/usscanner.c DPRINTFN(10, ("usscanner_data_cb status=%d\n", status)); status 530 dev/usb/usscanner.c switch (status) { status 554 dev/usb/usscanner.c usbd_status status) status 560 dev/usb/usscanner.c DPRINTFN(10, ("usscanner_sensedata_cb status=%d\n", status)); status 570 dev/usb/usscanner.c switch (status) { status 609 dev/usb/usscanner.c usbd_status status) status 615 dev/usb/usscanner.c DPRINTFN(10, ("usscanner_sensecmd_cb status=%d\n", status)); status 630 dev/usb/usscanner.c switch (status) { status 656 dev/usb/usscanner.c usbd_status status) status 663 dev/usb/usscanner.c DPRINTFN(10, ("usscanner_cmd_cb status=%d\n", status)); status 678 dev/usb/usscanner.c switch (status) { status 459 dev/usb/uts.c uts_intr(usbd_xfer_handle xfer, usbd_private_handle addr, usbd_status status) status 470 dev/usb/uts.c if (status == USBD_CANCELLED) status 473 dev/usb/uts.c if (status != USBD_NORMAL_COMPLETION) { status 474 dev/usb/uts.c printf("%s: status %d\n", sc->sc_dev.dv_xname, status); status 816 dev/usb/uvscom.c uvscom_intr(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) status 825 dev/usb/uvscom.c if (status != USBD_NORMAL_COMPLETION) { status 826 dev/usb/uvscom.c if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) status 831 dev/usb/uvscom.c usbd_errstr(status)); status 456 kern/kern_exit.c int status, error; status 485 kern/kern_exit.c if (SCARG(uap, status)) { status 486 kern/kern_exit.c status = p->p_xstat; /* convert to int */ status 487 kern/kern_exit.c error = copyout(&status, status 488 kern/kern_exit.c SCARG(uap, status), sizeof(status)); status 523 kern/kern_exit.c if (SCARG(uap, status)) { status 524 kern/kern_exit.c status = W_STOPCODE(p->p_xstat); status 525 kern/kern_exit.c error = copyout(&status, SCARG(uap, status), status 526 kern/kern_exit.c sizeof(status)); status 535 kern/kern_exit.c if (SCARG(uap, status)) { status 536 kern/kern_exit.c status = _WCONTINUED; status 537 kern/kern_exit.c error = copyout(&status, SCARG(uap, status), status 538 kern/kern_exit.c sizeof(status)); status 1822 kern/kern_sysctl.c us->status = ks->status; status 94 kern/tty_nmea.c np->time.status = SENSOR_S_UNKNOWN; status 294 kern/tty_nmea.c if (np->time.status == SENSOR_S_UNKNOWN) { status 295 kern/tty_nmea.c np->time.status = SENSOR_S_OK; status 331 kern/tty_nmea.c np->time.status = SENSOR_S_OK; status 334 kern/tty_nmea.c np->time.status = SENSOR_S_WARN; status 345 kern/tty_nmea.c np->time.status = SENSOR_S_CRIT; status 793 net/if_pfsync.c switch (bus->status) { status 1396 net/if_pfsync.c pfsync_send_bus(struct pfsync_softc *sc, u_int8_t status) status 1409 net/if_pfsync.c bus->status = status; status 83 net/if_pfsync.h u_int8_t status; status 230 net/zlib.c int status; /* as the name implies */ status 696 net/zlib.c s->status = s->noheader ? BUSY_STATE : INIT_STATE; status 760 net/zlib.c if (state->status == INIT_STATE) { status 769 net/zlib.c state->status = BUSY_STATE; status 782 net/zlib.c if (state->status == FLUSH_STATE) { status 783 net/zlib.c state->status = BUSY_STATE; status 789 net/zlib.c if (state->status == FINISH_STATE && strm->avail_in != 0) { status 796 net/zlib.c (flush == Z_FINISH && state->status != FINISH_STATE)) { status 800 net/zlib.c state->status = FINISH_STATE; status 820 net/zlib.c && state->status != FINISH_STATE) { status 845 net/zlib.c state->status = FLUSH_STATE; status 734 net80211/ieee80211_input.c u_int16_t status) status 798 net80211/ieee80211_input.c if (status != 0) { status 802 net80211/ieee80211_input.c status, status 1434 net80211/ieee80211_input.c u_int16_t algo, seq, status; status 1443 net80211/ieee80211_input.c status = LE_READ_2(frm); frm += 2; status 1448 net80211/ieee80211_input.c ieee80211_auth_open(ic, wh, ni, rssi, rstamp, seq, status); status 1632 net80211/ieee80211_input.c u_int16_t capinfo, status, associd; status 1648 net80211/ieee80211_input.c status = LE_READ_2(frm); frm += 2; status 1649 net80211/ieee80211_input.c if (status != 0) { status 1654 net80211/ieee80211_input.c status, ether_sprintf((u_int8_t *)wh->i_addr3)); status 1074 net80211/ieee80211_output.c u_int16_t status, u_int16_t seq) status 1088 net80211/ieee80211_output.c LE_WRITE_2(frm, status); status 1194 net80211/ieee80211_output.c u_int16_t status) status 1213 net80211/ieee80211_output.c LE_WRITE_2(frm, status); frm += 2; status 1214 net80211/ieee80211_output.c if (status == IEEE80211_STATUS_SUCCESS) status 432 netbt/hci.h uint8_t status; /* 0x00 - success */ status 510 netbt/hci.h uint8_t status; /* 0x00 - success */ status 538 netbt/hci.h uint8_t status; /* 0x00 - success */ status 549 netbt/hci.h uint8_t status; /* 0x00 - success */ status 562 netbt/hci.h uint8_t status; /* 0x00 - success */ status 573 netbt/hci.h uint8_t status; /* 0x00 - success */ status 631 netbt/hci.h uint8_t status; /* 0x00 - success */ status 671 netbt/hci.h uint8_t status; /* 0x00 - success */ status 782 netbt/hci.h uint8_t status; /* 0x00 - success */ status 802 netbt/hci.h uint8_t status; /* 0x00 - success */ status 815 netbt/hci.h uint8_t status; /* 0x00 - success */ status 823 netbt/hci.h uint8_t status; /* 0x00 - success */ status 888 netbt/hci.h uint8_t status; /* 0x00 - success */ status 896 netbt/hci.h uint8_t status; /* 0x00 - success */ status 921 netbt/hci.h uint8_t status; /* 0x00 - success */ status 936 netbt/hci.h uint8_t status; /* 0x00 - success */ status 948 netbt/hci.h uint8_t status; /* 0x00 - success */ status 964 netbt/hci.h uint8_t status; /* 0x00 - success */ status 972 netbt/hci.h uint8_t status; /* 0x00 - success */ status 988 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1004 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1020 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1038 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1056 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1072 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1088 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1104 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1123 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1136 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1144 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1160 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1180 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1189 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1237 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1250 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1258 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1266 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1286 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1303 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1329 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1346 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1363 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1380 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1404 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1416 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1424 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1435 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1445 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1457 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1465 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1484 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1496 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1507 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1519 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1531 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1545 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1564 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1608 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1628 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1644 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1651 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1657 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1664 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1671 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1677 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1684 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1691 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1700 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1719 netbt/hci.h uint8_t status; /* 0x00 - pending */ status 1736 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1751 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1798 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1805 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1830 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1858 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1867 netbt/hci.h uint8_t status; /* 0x00 - success */ status 1880 netbt/hci.h uint8_t status; /* 0x00 - success */ status 251 netbt/hci_event.c ep.status, status 261 netbt/hci_event.c switch (ep.status) { status 483 netbt/hci_event.c ep.status); status 487 netbt/hci_event.c if (ep.status) { status 489 netbt/hci_event.c switch (ep.status) { status 569 netbt/hci_event.c DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status); status 643 netbt/hci_event.c DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status); status 649 netbt/hci_event.c if (ep.status == 0) { status 686 netbt/hci_event.c ep.con_handle, ep.status, ep.encryption_enable); status 692 netbt/hci_event.c if (ep.status == 0) { status 729 netbt/hci_event.c DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status); status 737 netbt/hci_event.c if (ep.status == 0) { status 764 netbt/hci_event.c if (rp.status > 0) status 792 netbt/hci_event.c if (rp.status > 0) status 823 netbt/hci_event.c if (rp.status > 0) status 922 netbt/hci_event.c if (rp.status != 0) status 256 netbt/l2cap.h uint16_t status; /* more info if result != 0x00 */ status 192 netbt/rfcomm.h uint8_t status; status 1290 netbt/rfcomm_session.c rls.status &= 0x0f; /* only 4 bits valid */ status 424 scsi/safte.c s->se_sensor.status = SENSOR_S_OK; status 428 scsi/safte.c s->se_sensor.status = SENSOR_S_CRIT; status 434 scsi/safte.c s->se_sensor.status = SENSOR_S_UNKNOWN; status 444 scsi/safte.c s->se_sensor.status = SENSOR_S_OK; status 448 scsi/safte.c s->se_sensor.status = SENSOR_S_OK; status 452 scsi/safte.c s->se_sensor.status = SENSOR_S_CRIT; status 456 scsi/safte.c s->se_sensor.status = SENSOR_S_CRIT; status 462 scsi/safte.c s->se_sensor.status = SENSOR_S_UNKNOWN; status 472 scsi/safte.c s->se_sensor.status = SENSOR_S_OK; status 476 scsi/safte.c s->se_sensor.status = SENSOR_S_CRIT; status 480 scsi/safte.c s->se_sensor.status = SENSOR_S_CRIT; status 490 scsi/safte.c s->se_sensor.status = SENSOR_S_OK; status 494 scsi/safte.c s->se_sensor.status = SENSOR_S_CRIT; status 508 scsi/safte.c sc->sc_temps[i].se_sensor.status = status 418 scsi/scsi_all.h /* 4*/ u_int8_t status; status 774 scsi/scsi_base.c xs->status = 0; status 190 scsi/scsi_ioctl.c screq->status = xs->status; status 248 scsi/scsiconf.h u_int8_t status; /* SCSI status */ status 389 scsi/ses.c struct ses_status *status; status 409 scsi/ses.c status = (struct ses_status *)(sc->sc_buf + SES_STAT_HDRLEN); status 413 scsi/ses.c DEVNAME(sc), i, status->com, status->f1, status->f2, status 414 scsi/ses.c status->f3, types[i].type); status 418 scsi/ses.c status++; status 421 scsi/ses.c DEVNAME(sc), i, j, status->com, status->f1, status 422 scsi/ses.c status->f2, status->f3); status 424 scsi/ses.c if (SES_STAT_CODE(status->com) == SES_STAT_CODE_NOTINST) status 436 scsi/ses.c slot->sl_stat = status; status 470 scsi/ses.c sensor->se_stat = status; status 479 scsi/ses.c status++; status 521 scsi/ses.c sensor->se_sensor.status = SENSOR_S_OK; status 526 scsi/ses.c sensor->se_sensor.status = SENSOR_S_CRIT; status 530 scsi/ses.c sensor->se_sensor.status = SENSOR_S_WARN; status 536 scsi/ses.c sensor->se_sensor.status = SENSOR_S_UNKNOWN; status 334 sys/lkm.h int status; /* OUT: status of operation */ status 344 sys/lkm.h int status; /* OUT: status of operation */ status 101 sys/pciio.h pci_getconf_status status; /* request status */ status 24 sys/scsiio.h u_char status; /* what the scsi status was from the adapter */ status 101 sys/sensors.h enum sensor_status status; /* sensor status */ status 129 sys/sensors.h enum sensor_status status; /* sensor status */ status 54 sys/syscallargs.h syscallarg(int *) status; status 120 xfs/xfs_dev-bsd.c xfs_channel[i].status = 0; status 134 xfs/xfs_dev-bsd.c if (chan->status & CHANNEL_OPENED) status 100 xfs/xfs_dev-common.c if (chan->status & CHANNEL_OPENED) { status 104 xfs/xfs_dev-common.c chan->status |= CHANNEL_OPENED; status 143 xfs/xfs_dev-common.c if (!(chan->status & CHANNEL_OPENED)) status 146 xfs/xfs_dev-common.c chan->status &= ~CHANNEL_OPENED; status 170 xfs/xfs_dev-common.c if (chan->status & CHANNEL_WAITING) status 281 xfs/xfs_dev-common.c chan->status |= CHANNEL_WAITING; status 293 xfs/xfs_dev-common.c } else if ((chan->status & CHANNEL_WAITING) == 0) { status 371 xfs/xfs_dev-common.c if (!(chan->status & CHANNEL_OPENED)) /* No receiver? */ status 384 xfs/xfs_dev-common.c if (chan->status & CHANNEL_WAITING) { status 385 xfs/xfs_dev-common.c chan->status &= ~CHANNEL_WAITING; status 452 xfs/xfs_dev-common.c if (!(chan->status & CHANNEL_OPENED)) /* No receiver? */ status 490 xfs/xfs_dev-common.c if (chan->status & CHANNEL_WAITING) { status 491 xfs/xfs_dev-common.c chan->status &= ~CHANNEL_WAITING; status 543 xfs/xfs_dev-common.c if (!(chan->status & CHANNEL_OPENED)) { status 731 xfs/xfs_dev-common.c xfs_channel[i].status); status 63 xfs/xfs_dev.h int status; status 52 xfs/xfs_fs.h u_int status; /* Inited, opened or mounted */ status 132 xfs/xfs_vfsops-common.c if (xfs[minor(dev)].status & NNPFS_MOUNTED) status 135 xfs/xfs_vfsops-common.c xfs[minor(dev)].status = NNPFS_MOUNTED; status 252 xfs/xfs_vfsops-common.c xfsp->status = 0;