Searched refs:B_REMAPPED (Results 1 – 13 of 13) sorted by relevance
76 if ((bp->b_flags & (B_PAGEIO|B_REMAPPED)) == B_PAGEIO) { in fc_ddi_dma_buf_bind_handle()83 if ((bp->b_flags & (B_SHADOW|B_REMAPPED)) == B_SHADOW) { in fc_ddi_dma_buf_bind_handle()89 (bp->b_flags & (B_PHYS | B_REMAPPED))? in fc_ddi_dma_buf_bind_handle()102 (bp->b_flags & B_REMAPPED) != 0) { in fc_ddi_dma_buf_bind_handle()
97 if ((bp->b_flags & B_REMAPPED) || in bp_mapin_common()119 bp->b_flags |= B_REMAPPED; in bp_mapin_common()160 bp->b_flags |= B_REMAPPED; in bp_mapin_common()210 if ((bp->b_flags & B_REMAPPED) == 0) in bp_mapout()228 bp->b_flags &= ~B_REMAPPED; in bp_mapout()242 bp->b_flags &= ~B_REMAPPED; in bp_mapout()
1234 if (bp->b_flags & B_REMAPPED) in biowait()1260 if (bp->b_flags & (B_PAGEIO|B_REMAPPED)) in biodone()1370 if (bp->b_flags & B_REMAPPED) in pageio_done()1893 if (bp->b_flags & B_REMAPPED) in bio_pageio_done()1902 ASSERT(bp->b_flags & B_REMAPPED); in bio_pageio_done()2043 if (bp->b_flags & B_REMAPPED) in bioclone()2061 if (bp->b_flags & B_REMAPPED) in bioclone()
213 if (bp->b_flags & B_REMAPPED) in aio_done()
7021 (bp->b_flags & (B_PHYS | B_REMAPPED)) ? in ddi_dma_buf_bind_handle()7034 (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()440 (B_PAGEIO|B_REMAPPED)) != B_PAGEIO) && in scsi_init_cache_pkt()
179 #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()
475 if (bp->b_flags & B_REMAPPED) in fdb_iodone()
1061 if (((bp->b_flags & (B_PAGEIO | B_REMAPPED)) != B_PAGEIO) && in bd_xfer_alloc()
419 buf.b_flags = B_REMAPPED | map_flags; in ddi_dmareq_mapout()
13660 (bp->b_flags & ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW)); in sd_shadow_buf_alloc()20545 ASSERT((bp->b_flags & B_REMAPPED) == 0);
3954 (B_PAGEIO|B_REMAPPED)) != B_PAGEIO) && in mptsas_scsi_init_pkt()