Home
last modified time | relevance | path

Searched refs:device_stats (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/bus/cam/scsi/
HDscsi_ch.c150 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 …]
HDscsi_sa.c209 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 …]
HDscsi_da.c143 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 …]
HDscsi_pt.c82 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()
HDscsi_pass.c82 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()
HDscsi_sg.c101 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()
HDscsi_cd.c161 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 …]
HDscsi_targ_bh.c88 struct devstat device_stats; member
HDscsi_target.c93 struct devstat device_stats; member
/dragonfly/sys/dev/disk/mmcsd/
HDmmcsd.c83 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/
HDccdvar.h218 struct devstat device_stats; /* device statistics */ member
/dragonfly/sys/dev/disk/fd/
HDfd.c198 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/
HDccd.c586 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()