Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c633 struct buf *bp_clone; in xdfs_strategy() local
661 bp_clone = bioclone(bp, 0, bp->b_bcount, tgt_devt, bp->b_blkno, in xdfs_strategy()
663 bp_clone->b_chain = bp; in xdfs_strategy()
672 bp_clone->b_private = (void *)XB_SLICE_NONE; in xdfs_strategy()
683 return (ldi_strategy(xsp->xdfss_tgt_lh[part], bp_clone)); in xdfs_strategy()