Searched refs:in_bp (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/intel/io/dktp/drvobj/ |
| H A D | strategy.c | 214 dsngl_enque(opaque_t queuep, struct buf *in_bp) argument 223 if (!in_bp) 227 QUE_ADD(que_objp, in_bp); 237 if (TGCOM_PKT(tgcom_objp, in_bp, dsngl_restart, 240 dsnglp->ds_bp = in_bp; 248 TGCOM_TRANSPORT(tgcom_objp, in_bp); 253 dsngl_deque(opaque_t queuep, struct buf *in_bp) argument 264 if (in_bp) { 267 if (in_bp->b_flags & B_READ) { 270 (in_bp 347 dmult_enque(opaque_t queuep, struct buf *in_bp) argument 388 dmult_deque(opaque_t queuep, struct buf *in_bp) argument 544 duplx_enque(opaque_t queuep, struct buf *in_bp) argument 607 duplx_deque(opaque_t queuep, struct buf *in_bp) argument [all...] |
| /illumos-gate/usr/src/uts/sun/io/dada/impl/ |
| H A D | dcd_resource.c | 59 struct buf *in_bp, size_t datalen, uint_t bflags, 69 if (!in_bp) { 75 bp = in_bp; 82 if (!in_bp) 58 dcd_alloc_consistent_buf(struct dcd_address *ap, struct buf *in_bp, size_t datalen, uint_t bflags, int (*callback)(caddr_t), caddr_t callback_arg) argument
|
| /illumos-gate/usr/src/uts/common/io/scsi/impl/ |
| H A D | scsi_resource.c | 44 struct buf *in_bp, size_t datalen, uint_t bflags, 55 if (!in_bp) { 61 bp = in_bp; 88 if (!in_bp) 43 scsi_alloc_consistent_buf(struct scsi_address *ap, struct buf *in_bp, size_t datalen, uint_t bflags, int (*callback)(caddr_t), caddr_t callback_arg) argument
|
Completed in 104 milliseconds