Symbol: B_REMAPPED
usr/src/uts/common/fs/fdbuffer.c
475
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/io/blkdev/blkdev.c
1061
if (((bp->b_flags & (B_PAGEIO | B_REMAPPED)) != B_PAGEIO) &&
usr/src/uts/common/io/bofi.c
419
buf.b_flags = B_REMAPPED | map_flags;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
3911
(B_PAGEIO|B_REMAPPED)) != B_PAGEIO) &&
usr/src/uts/common/io/scsi/impl/scsi_resource.c
440
(B_PAGEIO|B_REMAPPED)) != B_PAGEIO) &&
usr/src/uts/common/io/scsi/impl/scsi_resource.c
64
bp->b_flags &= ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW);
usr/src/uts/common/io/scsi/targets/sd.c
13660
(bp->b_flags & ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW));
usr/src/uts/common/io/scsi/targets/sd.c
20545
ASSERT((bp->b_flags & B_REMAPPED) == 0);
usr/src/uts/common/os/aio_subr.c
214
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/os/bio.c
1234
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/os/bio.c
1260
if (bp->b_flags & (B_PAGEIO|B_REMAPPED))
usr/src/uts/common/os/bio.c
1370
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/os/bio.c
1893
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/os/bio.c
1902
ASSERT(bp->b_flags & B_REMAPPED);
usr/src/uts/common/os/bio.c
2043
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/os/bio.c
2061
if (bp->b_flags & B_REMAPPED)
usr/src/uts/common/os/bp_map.c
119
bp->b_flags |= B_REMAPPED;
usr/src/uts/common/os/bp_map.c
160
bp->b_flags |= B_REMAPPED;
usr/src/uts/common/os/bp_map.c
210
if ((bp->b_flags & B_REMAPPED) == 0)
usr/src/uts/common/os/bp_map.c
228
bp->b_flags &= ~B_REMAPPED;
usr/src/uts/common/os/bp_map.c
242
bp->b_flags &= ~B_REMAPPED;
usr/src/uts/common/os/bp_map.c
97
if ((bp->b_flags & B_REMAPPED) ||
usr/src/uts/common/os/sunddi.c
7021
(bp->b_flags & (B_PHYS | B_REMAPPED)) ?
usr/src/uts/common/os/sunddi.c
7034
(bp->b_flags & B_REMAPPED)) {
usr/src/uts/intel/io/dktp/drvobj/strategy.c
1066
if (bp->b_flags & B_REMAPPED)
usr/src/uts/intel/io/dktp/drvobj/strategy.c
888
((bp1->b_flags & (paw_flags | B_REMAPPED)) != paw_flags) ||
usr/src/uts/intel/io/dktp/drvobj/strategy.c
889
((bp2->b_flags & (paw_flags | B_REMAPPED)) != paw_flags) ||
usr/src/uts/sun4/io/efcode/fc_ddi.c
102
(bp->b_flags & B_REMAPPED) != 0) {
usr/src/uts/sun4/io/efcode/fc_ddi.c
76
if ((bp->b_flags & (B_PAGEIO|B_REMAPPED)) == B_PAGEIO) {
usr/src/uts/sun4/io/efcode/fc_ddi.c
83
if ((bp->b_flags & (B_SHADOW|B_REMAPPED)) == B_SHADOW) {
usr/src/uts/sun4/io/efcode/fc_ddi.c
89
(bp->b_flags & (B_PHYS | B_REMAPPED))?