Home
last modified time | relevance | path

Searched refs:bio_disk (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/sys/kern/
HDsubr_disk.c40 else if (bp->bio_disk != NULL) in disk_err()
42 bp->bio_disk->d_name, bp->bio_disk->d_unit, what); in disk_err()
/NextBSD/sys/dev/cfi/
HDcfi_disk.c294 if (bp->bio_disk == NULL || bp->bio_disk->d_drv1 == NULL) in cfi_disk_getattr()
297 dsc = bp->bio_disk->d_drv1; in cfi_disk_getattr()
314 struct cfi_disk_softc *sc = bp->bio_disk->d_drv1; in cfi_disk_strategy()
/NextBSD/sys/dev/nand/
HDnand_geom.c98 chip = (struct nand_chip *)bp->bio_disk->d_drv1; in nand_strategy()
119 chip = (struct nand_chip *)bp->bio_disk->d_drv1; in nand_strategy_raw()
161 if (bp->bio_disk == NULL || bp->bio_disk->d_drv1 == NULL) in nand_getattr()
164 chip = (struct nand_chip *)bp->bio_disk->d_drv1; in nand_getattr()
/NextBSD/sys/dev/ips/
HDips_disk.c89 dsc = iobuf->bio_disk->d_drv1; in ipsd_finish()
93 dsc = iobuf->bio_disk->d_drv1; in ipsd_finish()
107 dsc = iobuf->bio_disk->d_drv1; in ipsd_strategy()
/NextBSD/sys/dev/ida/
HDida_disk.c91 drv = bp->bio_disk->d_drv1; in idad_strategy()
148 drv = bp->bio_disk->d_drv1; in idad_intr()
/NextBSD/sys/geom/
HDgeom_disk.c444 bp2->bio_disk = dp; in g_disk_start()
461 if (bp->bio_disk == NULL) in g_disk_start()
462 bp->bio_disk = dp; in g_disk_start()
515 bp2->bio_disk = dp; in g_disk_start()
555 bp->bio_disk = dp; in g_disk_dumpconf()
/NextBSD/sys/dev/mfi/
HDmfi_disk.c264 sc = bio->bio_disk->d_drv1; in mfi_disk_strategy()
306 sc = bio->bio_disk->d_drv1; in mfi_disk_complete()
HDmfi_syspd.c243 sc = bio->bio_disk->d_drv1; in mfi_syspd_strategy()
/NextBSD/sys/dev/nvd/
HDnvd.c181 ndisk = (struct nvd_disk *)bp->bio_disk->d_drv1; in nvd_strategy()
223 ndisk = bp->bio_disk->d_drv1; in nvd_done()
/NextBSD/sys/sys/
HDbio.h85 struct disk *bio_disk; /* Valid below geom_disk.c only */ member
/NextBSD/sys/powerpc/ps3/
HDps3disk.c357 struct ps3disk_softc *sc = (struct ps3disk_softc *)bp->bio_disk->d_drv1; in ps3disk_strategy()
592 struct ps3disk_softc *sc = (struct ps3disk_softc *)bp->bio_disk->d_drv1; in ps3disk_transfer()
593 struct ps3disk_region *rp = &sc->sc_reg[bp->bio_disk->d_unit]; in ps3disk_transfer()
/NextBSD/sys/dev/altera/sdcard/
HDaltera_sdcard_disk.c81 sc = bp->bio_disk->d_drv1; in altera_sdcard_disk_strategy()
/NextBSD/sys/dev/amr/
HDamr_disk.c163 struct amrd_softc *sc = (struct amrd_softc *)bio->bio_disk->d_drv1; in amrd_strategy()
HDamr.c1238 struct amrd_softc *sc = ac->ac_bio->bio_disk->d_drv1; in amr_completeio()
1317 amrd = (struct amrd_softc *)bio->bio_disk->d_drv1; in amr_bio_command()
/NextBSD/sys/dev/mlx/
HDmlx_disk.c147 struct mlxd_softc *sc = bp->bio_disk->d_drv1; in mlxd_strategy()
HDmlx.c1869 mlxd = bp->bio_disk->d_drv1; in mlx_startio_cb()
1968 struct mlxd_softc *mlxd = bp->bio_disk->d_drv1; in mlx_completeio()
/NextBSD/sys/dev/mmc/
HDmmcsd.c297 sc = (struct mmcsd_softc *)bp->bio_disk->d_drv1; in mmcsd_strategy()
491 bp.bio_disk = disk; in mmcsd_dump()
/NextBSD/sys/powerpc/mambo/
HDmambo_disk.c186 sc = (struct mambodisk_softc *)bp->bio_disk->d_drv1; in mambodisk_strategy()
/NextBSD/sys/dev/aac/
HDaac_disk.c146 sc = (struct aac_disk *)bp->bio_disk->d_drv1; in aac_disk_strategy()
/NextBSD/sys/dev/flash/
HDmx25l.c444 sc = (struct mx25l_softc *)bp->bio_disk->d_drv1; in mx25l_strategy()
HDat45d.c293 sc = (struct at45d_softc *)bp->bio_disk->d_drv1; in at45d_strategy()
/NextBSD/sys/dev/pst/
HDpst-raid.c201 struct pst_softc *psc = bp->bio_disk->d_drv1; in pststrategy()
/NextBSD/sys/cam/ata/
HData_da.c745 periph = (struct cam_periph *)bp->bio_disk->d_drv1; in adastrategy()
1146 periph = (struct cam_periph *)bp->bio_disk->d_drv1; in adagetattr()
/NextBSD/sys/dev/twe/
HDtwe_freebsd.c727 struct twed_softc *sc = bp->bio_disk->d_drv1; in twed_strategy()
/NextBSD/sys/dev/virtio/block/
HDvirtio_blk.c536 if ((sc = bp->bio_disk->d_drv1) == NULL) { in vtblk_strategy()

12