Home
last modified time | relevance | path

Searched refs:devstat_add_entry (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/sys/sys/
H A Ddevicestat.h211 void devstat_add_entry(struct devstat *ds, const char *dev_name,
/dragonfly/sys/dev/virtual/vkernel/cdrom/
H A Dvcd.c97 devstat_add_entry(&sc->stats, "vcd", sc->unit, 2048, in vcdinit()
/dragonfly/sys/kern/
H A Dsubr_devstat.c52 devstat_add_entry(struct devstat *ds, const char *dev_name, in devstat_add_entry() function
/dragonfly/sys/dev/raid/amr/
H A Damr_disk.c246 devstat_add_entry(&sc->amrd_stats, "amrd", sc->amrd_unit, AMR_BLKSIZE, in amrd_attach()
/dragonfly/sys/dev/raid/mfi/
H A Dmfi_syspd.c128 devstat_add_entry(&sc->pd_devstat, "mfisyspd", device_get_unit(dev), in mfi_syspd_attach()
H A Dmfi_disk.c143 devstat_add_entry(&sc->ld_devstat, "mfid", device_get_unit(dev), in mfi_disk_attach()
/dragonfly/sys/dev/raid/mlx/
H A Dmlx_disk.c254 devstat_add_entry(&sc->mlxd_stats, "mlxd", sc->mlxd_unit, MLX_BLKSIZE, in mlxd_attach()
/dragonfly/sys/dev/raid/ida/
H A Dida_disk.c273 devstat_add_entry(&drv->stats, "idad", drv->unit, drv->secsize, in idad_attach()
/dragonfly/sys/dev/virtual/vkernel/disk/
H A Dvdisk.c122 devstat_add_entry(&sc->stats, "vkd", sc->unit, DEV_BSIZE, in vkdinit()
/dragonfly/sys/dev/disk/dm/
H A Ddm_dev.c247 devstat_add_entry(&dmv->stats, name, 0, DEV_BSIZE, in dm_dev_create()
/dragonfly/sys/dev/raid/ips/
H A Dips_disk.c179 devstat_add_entry(&dsc->stats, "ipsd", dsc->unit, DEV_BSIZE, in ipsd_attach()
/dragonfly/sys/dev/raid/aac/
H A Daac_disk.c418 devstat_add_entry(&sc->ad_stats, "aacd", device_get_unit(dev), in aac_disk_attach()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_pass.c270 devstat_add_entry(&softc->device_stats, "pass", periph->unit_number, 0, in passregister()
H A Dscsi_pt.c314 devstat_add_entry(&softc->device_stats, "pt", in ptctor()
H A Dscsi_sg.c286 devstat_add_entry(&softc->device_stats, "sg", in sgregister()
/dragonfly/sys/dev/disk/md/
H A Dmd.c412 devstat_add_entry(&sc->stats, "md", sc->unit, DEV_BSIZE, in mdcreate()
/dragonfly/sys/dev/disk/nata/
H A Datapi-fd.c117 devstat_add_entry(&fdp->stats, "afd", device_get_unit(dev), DEV_BSIZE, in afd_attach()
H A Data-disk.c129 devstat_add_entry(&adp->stats, "ad", device_get_unit(dev), DEV_BSIZE, in ad_attach()
H A Datapi-tape.c144 devstat_add_entry(&stp->stats, "ast", device_get_unit(dev), DEV_BSIZE, in ast_attach()
/dragonfly/sys/dev/disk/mmcsd/
H A Dmmcsd.c146 devstat_add_entry(&sc->device_stats, "mmcsd", device_get_unit(dev), in mmcsd_attach()
/dragonfly/sys/dev/disk/nvme/
H A Dnvme_disk.c78 devstat_add_entry(&nsc->stats, "nvme", nsc->unit, nsc->blksize, in nvme_disk_attach()
/dragonfly/sys/dev/virtual/virtio/block/
H A Dvirtio_blk.c655 devstat_add_entry(&sc->stats, "vbd", device_get_unit(sc->vtblk_dev), in vtblk_alloc_disk()
/dragonfly/sys/dev/raid/twe/
H A Dtwe_freebsd.c852 devstat_add_entry(&sc->twed_stats, "twed", sc->twed_drive->td_sys_unit, in twed_attach()
/dragonfly/sys/dev/disk/xdisk/
H A Dxdisk.c476 devstat_add_entry(&sc->stats, "xa", unit, in xaio_rcvdmsg()
/dragonfly/share/man/man9/
H A DMakefile484 devstat.9 devstat_add_entry.9 \

12