| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_ch.c | 150 struct devstat device_stats; member 278 devstat_remove_entry(&softc->device_stats); in chcleanup() 357 devstat_add_entry(&softc->device_stats, "ch", in chregister() 839 &softc->device_stats); in chmove() 903 &softc->device_stats); in chexchange() 950 &softc->device_stats); in chposition() 1109 &softc->device_stats); in chgetelemstatus() 1147 &softc->device_stats); in chgetelemstatus() 1231 &softc->device_stats); in chielem() 1319 &softc->device_stats); in chsetvoltag() [all …]
|
| HD | scsi_sa.c | 209 struct devstat device_stats; member 1415 devstat_remove_entry(&softc->device_stats); in sacleanup() 1519 devstat_add_entry(&softc->device_stats, "sa", periph->unit_number, 0, in saregister() 1681 devstat_start_transaction(&softc->device_stats); in sastart() 1830 devstat_end_transaction_buf(&softc->device_stats, bp); in sadone() 1880 &softc->device_stats); in samount() 1887 &softc->device_stats); in samount() 1911 &softc->device_stats); in samount() 1936 &softc->device_stats); in samount() 1946 &softc->device_stats); in samount() [all …]
|
| HD | scsi_da.c | 143 struct devstat device_stats; member 563 if ((softc->device_stats.flags & DEVSTAT_BS_UNAVAILABLE) != 0){ in daopen() 564 softc->device_stats.block_size = softc->params.secsize; in daopen() 565 softc->device_stats.flags &= ~DEVSTAT_BS_UNAVAILABLE; in daopen() 623 &softc->device_stats); in daclose() 664 softc->device_stats.flags |= DEVSTAT_BS_UNAVAILABLE; in daclose() 944 devstat_remove_entry(&softc->device_stats); in dacleanup() 1237 devstat_add_entry(&softc->device_stats, "da", in daregister() 1388 devstat_start_transaction(&softc->device_stats); in dastart() 1480 devstat_start_transaction(&softc->device_stats); in dastart() [all …]
|
| HD | scsi_pt.c | 82 struct devstat device_stats; member 314 devstat_add_entry(&softc->device_stats, "pt", in ptctor() 380 devstat_remove_entry(&softc->device_stats); in ptdtor() 472 devstat_start_transaction(&softc->device_stats); in ptstart() 596 devstat_end_transaction_buf(&softc->device_stats, bp); in ptdone()
|
| HD | scsi_pass.c | 82 struct devstat device_stats; member 174 devstat_remove_entry(&softc->device_stats); in passcleanup() 270 devstat_add_entry(&softc->device_stats, "pass", periph->unit_number, 0, in passregister() 605 &softc->device_stats); in passsendccb()
|
| HD | scsi_sg.c | 101 struct devstat device_stats; member 201 devstat_remove_entry(&softc->device_stats); in sgcleanup() 286 devstat_add_entry(&softc->device_stats, "sg", in sgregister() 353 &softc->device_stats, in sgdone() 886 SF_RETRY_UA, &softc->device_stats); in sgsendccb() 900 devstat_start_transaction(&softc->device_stats); in sgsendrdwr()
|
| HD | scsi_cd.c | 161 struct devstat device_stats; member 505 devstat_remove_entry(&softc->device_stats); in cdcleanup() 754 devstat_add_entry(&softc->device_stats, "cd", in cdregister() 1099 softc->device_stats.flags |= DEVSTAT_BS_UNAVAILABLE; in cdclose() 1372 &softc->device_stats); in cdrunccb() 1528 devstat_start_transaction(&softc->device_stats); in cdstart() 1667 devstat_end_transaction_buf(&softc->device_stats, bp); in cddone() 2882 softc->device_stats.flags |= DEVSTAT_BS_UNAVAILABLE; in cdcheckmedia() 2897 if ((softc->device_stats.flags & DEVSTAT_BS_UNAVAILABLE) != 0) in cdcheckmedia() 2898 softc->device_stats.flags &= ~DEVSTAT_BS_UNAVAILABLE; in cdcheckmedia() [all …]
|
| HD | scsi_targ_bh.c | 88 struct devstat device_stats; member
|
| HD | scsi_target.c | 93 struct devstat device_stats; member
|
| /dragonfly/sys/dev/disk/mmcsd/ |
| HD | mmcsd.c | 83 struct devstat device_stats; member 146 devstat_add_entry(&sc->device_stats, "mmcsd", device_get_unit(dev), in mmcsd_attach() 243 devstat_remove_entry(&sc->device_stats); in mmcsd_detach() 524 devstat_start_transaction(&sc->device_stats); in mmcsd_task() 529 devstat_end_transaction_buf(&sc->device_stats, bp); in mmcsd_task() 554 devstat_end_transaction_buf(&sc->device_stats, bp); in mmcsd_task()
|
| /dragonfly/sys/sys/ |
| HD | ccdvar.h | 218 struct devstat device_stats; /* device statistics */ member
|
| /dragonfly/sys/dev/disk/fd/ |
| HD | fd.c | 198 struct devstat device_stats; member 1057 devstat_add_entry(&fd->device_stats, device_get_name(dev), in fd_attach() 1089 devstat_remove_entry(&fd->device_stats); in fd_detach() 1534 devstat_start_transaction(&fd->device_stats); in fdstrategy() 2058 devstat_end_transaction_buf(&fd->device_stats, bp); in fdstate() 2232 devstat_end_transaction_buf(&fdc->fd->device_stats, bp); in retrier()
|
| /dragonfly/sys/dev/disk/ccd/ |
| HD | ccd.c | 586 devstat_add_entry(&cs->device_stats, "ccd", ccd->ccd_unit, in ccdinit() 878 devstat_start_transaction(&cs->device_stats); in ccdstart() 1148 devstat_end_transaction_buf(&cs->device_stats, bp); in ccdintr() 1487 devstat_remove_entry(&cs->device_stats); in ccdioctl()
|