Lines Matching refs:bio_data
655 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_malloc()
665 dst = bp->bio_data; in mdstart_malloc()
849 mdcopyto_vlist(p, (bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
852 bcopy(p, bp->bio_data, bp->bio_length); in mdstart_preload()
854 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_preload()
858 mdcopyfrom_vlist((bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
861 bcopy(bp->bio_data, p, bp->bio_length); in mdstart_preload()
948 vlist = (bus_dma_segment_t *)bp->bio_data; in mdstart_vnode()
980 aiov.iov_base = bp->bio_data; in mdstart_vnode()
1044 p = bp->bio_data; in mdstart_swap()
1048 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_swap()
1179 bzero(bp->bio_data, bp->bio_length); in mdstart_null()
1180 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_null()