Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c154 bp->bio_dev = dev; in physio()
H A Dkern_conf.c405 dev = bp->bio_dev; in giant_strategy()
H A Dvfs_aio.c1314 bp->bio_dev = dev; in aio_qbio()
/f-stack/freebsd/sys/
H A Dbio.h92 struct cdev *bio_dev; /* Device to do I/O on. */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c612 zv = bp->bio_dev->si_drv2; in zvol_geom_bio_strategy()