Home
last modified time | relevance | path

Searched refs:bio_dev (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/tools/debugscripts/
H A Dgdbinit.kernel17 if $bp->b_io.bio_dev
20 $bp->b_io.bio_dev->si_udev, \
79 printf "\nb_io.bio_dev: "
80 output $bp->b_io.bio_dev
166 printf "\n b_io.bio_dev "
167 output/x bp->b_io.bio_dev
/freebsd-12.1/sys/kern/
H A Dsubr_disk.c45 if (bp->bio_dev != NULL) in disk_err()
46 printf("%s: %s ", devtoname(bp->bio_dev), what); in disk_err()
H A Dkern_physio.c172 bp->bio_dev = dev; in physio()
H A Dkern_conf.c408 dev = bp->bio_dev; in giant_strategy()
H A Dvfs_aio.c1284 bp->bio_dev = dev; in aio_qbio()
/freebsd-12.1/sys/sys/
H A Dbio.h88 struct cdev *bio_dev; /* Device to do I/O on. */ member
/freebsd-12.1/sys/dev/nvme/
H A Dnvme_test.c113 bio->bio_dev = dev; in nvme_ns_bio_test()
H A Dnvme_ns.c151 ns = bp->bio_dev->si_drv1; in nvme_ns_strategy()
/freebsd-12.1/sys/dev/firewire/
H A Dfwmem.c353 dev = bp->bio_dev; in fwmem_strategy()
H A Dfwdev.c865 dev = bp->bio_dev; in fw_strategy()
/freebsd-12.1/sys/dev/nand/
H A Dnand_cdev.c237 dev = bp->bio_dev; in nand_strategy()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_pt.c199 periph = (struct cam_periph *)bp->bio_dev->si_drv1; in ptstrategy()
H A Dscsi_sa.c905 if (SA_IS_CTRL(bp->bio_dev)) { in sastrategy()
909 periph = (struct cam_periph *)bp->bio_dev->si_drv1; in sastrategy()
938 int error = samount(periph, 0, bp->bio_dev); in sastrategy()
/freebsd-12.1/sys/geom/
H A Dgeom_dev.c749 dev = bp->bio_dev; in g_dev_strategy()
/freebsd-12.1/sys/cam/ctl/
H A Dctl_backend_block.c1043 bio->bio_dev = dev; in ctl_be_block_flush_dev()
1068 bio->bio_dev = dev; in ctl_be_block_unmap_dev_range()
1173 bio->bio_dev = dev; in ctl_be_block_dispatch_dev()
/freebsd-12.1/sys/dev/xen/blkback/
H A Dblkback.c2102 bio->bio_dev = dev_data->cdev; in xbb_dispatch_dev()
2162 bio->bio_dev = dev_data->cdev; in xbb_dispatch_dev()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c1625 zv = bp->bio_dev->si_drv2;