Searched refs:B_REMAPPED (Results 1 – 13 of 13) sorted by relevance
75 if ((bp->b_flags & (B_PAGEIO|B_REMAPPED)) == B_PAGEIO) { in fc_ddi_dma_buf_bind_handle()82 if ((bp->b_flags & (B_SHADOW|B_REMAPPED)) == B_SHADOW) { in fc_ddi_dma_buf_bind_handle()88 (bp->b_flags & (B_PHYS | B_REMAPPED))? in fc_ddi_dma_buf_bind_handle()101 (bp->b_flags & B_REMAPPED) != 0) { in fc_ddi_dma_buf_bind_handle()
98 if ((bp->b_flags & B_REMAPPED) || in bp_mapin_common()120 bp->b_flags |= B_REMAPPED; in bp_mapin_common()161 bp->b_flags |= B_REMAPPED; in bp_mapin_common()211 if ((bp->b_flags & B_REMAPPED) == 0) in bp_mapout()229 bp->b_flags &= ~B_REMAPPED; in bp_mapout()243 bp->b_flags &= ~B_REMAPPED; in bp_mapout()
1234 if (bp->b_flags & B_REMAPPED) in biowait()1276 if (bp->b_flags & (B_PAGEIO|B_REMAPPED)) in biodone()1386 if (bp->b_flags & B_REMAPPED) in pageio_done()1910 if (bp->b_flags & B_REMAPPED) in bio_pageio_done()1919 ASSERT(bp->b_flags & B_REMAPPED); in bio_pageio_done()2060 if (bp->b_flags & B_REMAPPED) in bioclone()2078 if (bp->b_flags & B_REMAPPED) in bioclone()
228 if (bp->b_flags & B_REMAPPED) in aio_done()
7095 (bp->b_flags & (B_PHYS | B_REMAPPED)) ? in ddi_dma_buf_bind_handle()7108 (bp->b_flags & B_REMAPPED)) { in ddi_dma_buf_bind_handle()
64 bp->b_flags &= ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW); in scsi_alloc_consistent_buf()439 (B_PAGEIO|B_REMAPPED)) != B_PAGEIO) && in scsi_init_cache_pkt()
177 #define B_REMAPPED 0x004000 /* buffer is kernel addressable */ macro
888 ((bp1->b_flags & (paw_flags | B_REMAPPED)) != paw_flags) ||889 ((bp2->b_flags & (paw_flags | B_REMAPPED)) != paw_flags) ||1066 if (bp->b_flags & B_REMAPPED) in qmerge_iodone()
476 if (bp->b_flags & B_REMAPPED) in fdb_iodone()
796 if (((bp->b_flags & (B_PAGEIO | B_REMAPPED)) != B_PAGEIO) && in bd_xfer_alloc()
416 buf.b_flags = B_REMAPPED | map_flags; in ddi_dmareq_mapout()
14450 (bp->b_flags & ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW));21399 ASSERT((bp->b_flags & B_REMAPPED) == 0);
3866 (B_PAGEIO|B_REMAPPED)) != B_PAGEIO) && in mptsas_scsi_init_pkt()