Home
last modified time | relevance | path

Searched refs:B_PHYS (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_physio.c83 bp->b_flags = B_BUSY | B_PHYS | B_READ; in fc_physio_setup()
100 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in fc_physio_setup()
131 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in fc_physio_free()
H A Dfc_ddi.c89 (bp->b_flags & (B_PHYS | B_REMAPPED))? in fc_ddi_dma_buf_bind_handle()
/illumos-gate/usr/src/uts/common/os/
H A Dbp_map.c98 !(bp->b_flags & (B_PAGEIO | B_PHYS)) || in bp_mapin_common()
99 (((bp->b_flags & (B_PAGEIO | B_PHYS)) == B_PHYS) && in bp_mapin_common()
103 ASSERT((bp->b_flags & (B_PAGEIO | B_PHYS)) != (B_PAGEIO | B_PHYS)); in bp_mapin_common()
289 if (!(bp->b_flags & (B_PHYS | B_PAGEIO))) { in bp_copy_common()
H A Dvm_subr.c210 bp->b_flags = B_BUSY | B_PHYS | rw; in default_physio()
238 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in default_physio()
273 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in default_physio()
H A Daio_subr.c113 bp->b_flags = B_BUSY | B_PHYS | B_ASYNC | rw; in aphysio()
146 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio()
483 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio_unlock()
H A Dbio.c2021 #define BUF_CLONE_FLAGS (B_READ|B_WRITE|B_SHADOW|B_PHYS|B_PAGEIO|B_FAILFAST|\ in bioclone()
2038 ASSERT(bp->b_flags & B_PHYS); in bioclone()
H A Dsunddi.c7021 (bp->b_flags & (B_PHYS | B_REMAPPED)) ? in ddi_dma_buf_bind_handle()
8794 bp->b_flags = B_BUSY | B_PHYS | direction; in ddi_umem_iosetup()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in41 inline int B_PHYS = @B_PHYS@; variable
42 #pragma D binding "1.0" B_PHYS
H A Dio.sed.in45 SED_REPLACE(B_PHYS)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c216 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in directio_wait_one()
285 bp->b_flags = B_BUSY | B_PHYS | B_READ; in directio_start()
289 bp->b_flags = B_BUSY | B_PHYS | B_WRITE; in directio_start()
H A Dlufs.c1402 ((bp->b_flags & B_PHYS) == 0))); in lufs_write_strategy()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h168 #define B_PHYS 0x0020 /* Physical IO potentially using UNIBUS map */ macro
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1589 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in amr_tran_start()
1616 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in amr_tran_start()
1657 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in amr_tran_start()
2017 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in amr_mode_sense()
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c396 bp->b_flags = b_flags | B_BUSY | B_PHYS; in fdb_iosetup()
/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()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c385 bp->b_flags = B_BUSY | B_SHADOW | B_PHYS; in xdb_get_buf()
397 bp->b_flags = B_BUSY | B_SHADOW | B_PHYS; in xdb_get_buf()
H A Dxdf.c383 if (bp->b_flags & (B_PAGEIO | B_PHYS)) { in check_fbwrite()
492 if (bp->b_flags & (B_PAGEIO | B_PHYS)) in vreq_setup()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c2593 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2612 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2618 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2627 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2633 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2639 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2646 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2654 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2671 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2689 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c710 if (bp->b_flags & (B_PHYS | B_PAGEIO)) { in usbskel_strategy()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c3881 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in aac_inquiry()
4014 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in aac_mode_sense()
4797 if (bp->b_flags & (B_PHYS|B_PAGEIO)) in aac_tran_start_ld()
4818 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in aac_tran_start_ld()
4922 if (bp->b_flags & (B_PHYS|B_PAGEIO)) in aac_tran_start_ld()
5215 if (bp->b_flags & (B_PAGEIO|B_PHYS)) in aac_cmd_dma_alloc()
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c700 if (bp->b_flags & (B_PAGEIO|B_PHYS)) in snap_strategy()
H A Dbofi.c315 buf.b_flags = B_PHYS; in dmareq_mapin()
356 buf.b_flags = B_PHYS|B_SHADOW; in dmareq_pplist_mapin()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1365 if ((bp != NULL) && ((bp->b_flags & (B_PAGEIO | B_PHYS)) != 0) && in scsa1394_scsi_init_pkt()
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c1167 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in arcmsr_tran_start()
4260 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in arcmsr_iop_message_xfer()
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c897 if (bp->b_flags & (B_PHYS | B_PAGEIO)) { in usbvc_strategy()

12