Home
last modified time | relevance | path

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

12

/titanic_50/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.c88 (bp->b_flags & (B_PHYS | B_REMAPPED))? in fc_ddi_dma_buf_bind_handle()
/titanic_50/usr/src/uts/common/os/
H A Dbp_map.c99 !(bp->b_flags & (B_PAGEIO | B_PHYS)) || in bp_mapin_common()
100 (((bp->b_flags & (B_PAGEIO | B_PHYS)) == B_PHYS) && in bp_mapin_common()
104 ASSERT((bp->b_flags & (B_PAGEIO | B_PHYS)) != (B_PAGEIO | B_PHYS)); in bp_mapin_common()
290 if (!(bp->b_flags & (B_PHYS | B_PAGEIO))) { in bp_copy_common()
H A Dvm_subr.c218 bp->b_flags = B_BUSY | B_PHYS | rw; in default_physio()
246 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in default_physio()
281 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in default_physio()
H A Daio_subr.c121 bp->b_flags = B_BUSY | B_PHYS | B_ASYNC | rw; in aphysio()
154 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio()
496 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio_unlock()
H A Dbio.c2038 #define BUF_CLONE_FLAGS (B_READ|B_WRITE|B_SHADOW|B_PHYS|B_PAGEIO|B_FAILFAST|\ in bioclone()
2055 ASSERT(bp->b_flags & B_PHYS); in bioclone()
/titanic_50/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.in47 SED_REPLACE(B_PHYS)
/titanic_50/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()
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c693 list->b_flags &= ~(B_PHYS | B_PAGEIO); in _sd_pack_pages()
888 bp->b_flags &= ~(B_PHYS | B_PAGEIO); in sd_add_mem()
898 new_bp->b_flags &= ~(B_PHYS | B_PAGEIO); in sd_add_mem()
/titanic_50/usr/src/uts/common/sys/
H A Dbuf.h166 #define B_PHYS 0x0020 /* Physical IO potentially using UNIBUS map */ macro
/titanic_50/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()
/titanic_50/usr/src/uts/common/fs/
H A Dfdbuffer.c397 bp->b_flags = b_flags | B_BUSY | B_PHYS; in fdb_iosetup()
/titanic_50/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()
/titanic_50/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.c370 if (bp->b_flags & (B_PAGEIO | B_PHYS)) { in check_fbwrite()
479 if (bp->b_flags & (B_PAGEIO | B_PHYS)) in vreq_setup()
/titanic_50/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c710 if (bp->b_flags & (B_PHYS | B_PAGEIO)) { in usbskel_strategy()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c2576 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2595 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2601 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2610 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2616 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2622 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2629 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
2637 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()
2672 if (bp != NULL && (bp->b_flags & (B_PHYS | B_PAGEIO))) in sata_scsi_start()
[all …]
/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c3875 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in aac_inquiry()
4008 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in aac_mode_sense()
4791 if (bp->b_flags & (B_PHYS|B_PAGEIO)) in aac_tran_start_ld()
4812 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in aac_tran_start_ld()
4916 if (bp->b_flags & (B_PHYS|B_PAGEIO)) in aac_tran_start_ld()
5209 if (bp->b_flags & (B_PAGEIO|B_PHYS)) in aac_cmd_dma_alloc()
/titanic_50/usr/src/uts/common/io/
H A Dfssnap.c700 if (bp->b_flags & (B_PAGEIO|B_PHYS)) in snap_strategy()
H A Dbofi.c312 buf.b_flags = B_PHYS; in dmareq_mapin()
353 buf.b_flags = B_PHYS|B_SHADOW; in dmareq_pplist_mapin()
/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1366 if ((bp != NULL) && ((bp->b_flags & (B_PAGEIO | B_PHYS)) != 0) && in scsa1394_scsi_init_pkt()
/titanic_50/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c1167 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in arcmsr_tran_start()
4265 if (bp->b_flags & (B_PHYS | B_PAGEIO)) in arcmsr_iop_message_xfer()
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c894 if (bp->b_flags & (B_PHYS | B_PAGEIO)) { in usbvc_strategy()

12