Symbol: devstat_remove_entry
sys/bus/cam/scsi/scsi_cd.c
505
devstat_remove_entry(&softc->device_stats);
sys/bus/cam/scsi/scsi_ch.c
278
devstat_remove_entry(&softc->device_stats);
sys/bus/cam/scsi/scsi_da.c
944
devstat_remove_entry(&softc->device_stats);
sys/bus/cam/scsi/scsi_pass.c
174
devstat_remove_entry(&softc->device_stats);
sys/bus/cam/scsi/scsi_pt.c
380
devstat_remove_entry(&softc->device_stats);
sys/bus/cam/scsi/scsi_sa.c
1415
devstat_remove_entry(&softc->device_stats);
sys/bus/cam/scsi/scsi_sg.c
201
devstat_remove_entry(&softc->device_stats);
sys/dev/disk/ccd/ccd.c
1480
devstat_remove_entry(&cs->device_stats);
sys/dev/disk/dm/dm_dev.c
287
devstat_remove_entry(&dmv->stats);
sys/dev/disk/fd/fd.c
1089
devstat_remove_entry(&fd->device_stats);
sys/dev/disk/md/md.c
489
devstat_remove_entry(&sc->stats);
sys/dev/disk/mmcsd/mmcsd.c
243
devstat_remove_entry(&sc->device_stats);
sys/dev/disk/nata/ata-disk.c
199
devstat_remove_entry(&adp->stats);
sys/dev/disk/nata/ata-raid.c
1292
devstat_remove_entry(&rdp->devstat);
sys/dev/disk/nata/atapi-cd.c
201
devstat_remove_entry(&cdp->stats);
sys/dev/disk/nata/atapi-fd.c
152
devstat_remove_entry(&fdp->stats);
sys/dev/disk/nata/atapi-tape.c
186
devstat_remove_entry(&stp->stats);
sys/dev/disk/nvme/nvme_disk.c
120
devstat_remove_entry(&nsc->stats);
sys/dev/disk/xdisk/xdisk.c
664
devstat_remove_entry(&sc->stats);
sys/dev/raid/aac/aac_disk.c
464
devstat_remove_entry(&sc->ad_stats);
sys/dev/raid/amr/amr_disk.c
288
devstat_remove_entry(&sc->amrd_stats);
sys/dev/raid/ida/ida_disk.c
308
devstat_remove_entry(&drv->stats);
sys/dev/raid/ips/ips_disk.c
213
devstat_remove_entry(&dsc->stats);
sys/dev/raid/mfi/mfi_disk.c
188
devstat_remove_entry(&sc->ld_devstat);
sys/dev/raid/mfi/mfi_syspd.c
171
devstat_remove_entry(&sc->pd_devstat);
sys/dev/raid/mlx/mlx_disk.c
297
devstat_remove_entry(&sc->mlxd_stats);
sys/dev/raid/twe/twe_freebsd.c
897
devstat_remove_entry(&sc->twed_stats);
sys/sys/devicestat.h
216
void devstat_remove_entry(struct devstat *ds);