Lines Matching refs:bio_data
663 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_malloc()
673 dst = bp->bio_data; in mdstart_malloc()
857 mdcopyto_vlist(p, (bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
860 bcopy(p, bp->bio_data, bp->bio_length); in mdstart_preload()
862 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_preload()
866 mdcopyfrom_vlist((bus_dma_segment_t *)bp->bio_data, in mdstart_preload()
869 bcopy(bp->bio_data, p, bp->bio_length); in mdstart_preload()
949 vlist = (bus_dma_segment_t *)bp->bio_data; in mdstart_vnode()
980 aiov.iov_base = bp->bio_data; in mdstart_vnode()
1043 p = bp->bio_data; in mdstart_swap()
1047 (bus_dma_segment_t *)bp->bio_data : NULL; in mdstart_swap()
1178 bzero(bp->bio_data, bp->bio_length); in mdstart_null()
1179 cpu_flush_dcache(bp->bio_data, bp->bio_length); in mdstart_null()