Lines Matching refs:bio_data
678 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_malloc()
688 dst = bp->bio_data; in mdstart_malloc()
875 mdcopyto_vlist(p, (bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
878 bcopy(p, bp->bio_data, bp->bio_length); in mdstart_preload()
880 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_preload()
884 mdcopyfrom_vlist((bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
887 bcopy(bp->bio_data, p, bp->bio_length); in mdstart_preload()
963 vlist = (bus_dma_segment_t *)bp->bio_data; in mdstart_vnode()
996 aiov.iov_base = bp->bio_data; in mdstart_vnode()
1059 p = bp->bio_data; in mdstart_swap()
1063 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_swap()
1195 bzero(bp->bio_data, bp->bio_length); in mdstart_null()
1196 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_null()