Home
last modified time | relevance | path

Searched refs:B_REMAPPED (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c76 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()
/illumos-gate/usr/src/uts/common/os/
H A Dbp_map.c97 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()
H A Dbio.c1234 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()
H A Daio_subr.c213 if (bp->b_flags & B_REMAPPED) in aio_done()
H A Dsunddi.c7021 (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()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c64 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h179 #define B_REMAPPED 0x004000 /* buffer is kernel addressable */ macro
/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c888 ((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()
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c475 if (bp->b_flags & B_REMAPPED) in fdb_iodone()
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1062 if (((bp->b_flags & (B_PAGEIO | B_REMAPPED)) != B_PAGEIO) && in bd_xfer_alloc()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c419 buf.b_flags = B_REMAPPED | map_flags; in ddi_dmareq_mapout()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13655 (bp->b_flags & ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW)); in sd_shadow_buf_alloc()
20540 ASSERT((bp->b_flags & B_REMAPPED) == 0);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3897 (B_PAGEIO|B_REMAPPED)) != B_PAGEIO) && in mptsas_scsi_init_pkt()