Home
last modified time | relevance | path

Searched refs:isread (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/usb/
H A Dusb_busdma_loader.c435 uint8_t isread; in usb_bdma_work_loop() local
458 isread = USB_GET_DATA_ISREAD(xfer); in usb_bdma_work_loop()
466 xfer->frbuffers[0].isread = 1; in usb_bdma_work_loop()
469 xfer->frbuffers[0].isread = 0; in usb_bdma_work_loop()
473 xfer->frbuffers[0].isread = isread; in usb_bdma_work_loop()
492 xfer->frbuffers[nframes].isread = isread; in usb_bdma_work_loop()
581 if (pc->isread) { in usb_bdma_pre_sync()
613 if (pc->isread) { in usb_bdma_post_sync()
/titanic_53/usr/src/uts/common/io/
H A Dlofi.c924 int isread; in lofi_rdwr() local
933 isread = bp->b_flags & B_READ; in lofi_rdwr()
934 if (isread) { in lofi_rdwr()
997 int isread; in lofi_mapped_rdwr() local
1043 isread = bp->b_flags & B_READ; in lofi_mapped_rdwr()
1044 srw = isread ? S_READ : S_WRITE; in lofi_mapped_rdwr()
1078 if (isread) { in lofi_mapped_rdwr()
H A Dstream.c3760 int isread; in rwnext() local
3776 isread = 0; in rwnext()
3780 isread = 1; in rwnext()
3827 if (isread == 0 && stp->sd_struiowrq == NULL || in rwnext()
3828 isread == 1 && stp->sd_struiordq == NULL) { in rwnext()
3850 if (! isread && (qp->q_flag & QFULL)) { in rwnext()
3865 if (! isread && dp->d_mp) in rwnext()
3871 if (isread && dp->d_mp) in rwnext()
/titanic_53/usr/src/uts/common/xen/io/
H A Dxdb.c390 int isread; in xdb_get_buf() local
394 isread = bp->b_flags & B_READ; in xdb_get_buf()
398 bp->b_flags |= isread ? B_READ : (B_WRITE | B_ASYNC); in xdb_get_buf()
H A Dxdf.c213 gs_get(xdf_t *vdp, int isread) in gs_get() argument
244 gs->gs_isread = isread; in gs_get()
1242 int isread = IS_READ(bp); in xdf_process_rreq() local
1248 if (isread) in xdf_process_rreq()