Lines Matching refs:bio_data
660 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_malloc()
670 dst = bp->bio_data; in mdstart_malloc()
854 mdcopyto_vlist(p, (bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
857 bcopy(p, bp->bio_data, bp->bio_length); in mdstart_preload()
859 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_preload()
863 mdcopyfrom_vlist((bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
866 bcopy(bp->bio_data, p, bp->bio_length); in mdstart_preload()
953 vlist = (bus_dma_segment_t *)bp->bio_data; in mdstart_vnode()
984 aiov.iov_base = bp->bio_data; in mdstart_vnode()
1054 p = bp->bio_data; in mdstart_swap()
1058 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_swap()
1187 bzero(bp->bio_data, bp->bio_length); in mdstart_null()
1188 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_null()