Lines Matching refs:bio_data
676 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_malloc()
686 dst = bp->bio_data; in mdstart_malloc()
873 mdcopyto_vlist(p, (bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
876 bcopy(p, bp->bio_data, bp->bio_length); in mdstart_preload()
878 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_preload()
882 mdcopyfrom_vlist((bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
885 bcopy(bp->bio_data, p, bp->bio_length); in mdstart_preload()
961 vlist = (bus_dma_segment_t *)bp->bio_data; in mdstart_vnode()
994 aiov.iov_base = bp->bio_data; in mdstart_vnode()
1057 p = bp->bio_data; in mdstart_swap()
1061 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_swap()
1193 bzero(bp->bio_data, bp->bio_length); in mdstart_null()
1194 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_null()