Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13576 struct sd_xbuf *new_xp; in sd_bioclone_alloc() local
13595 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP); in sd_bioclone_alloc()
13596 bcopy(xp, new_xp, sizeof (struct sd_xbuf)); in sd_bioclone_alloc()
13602 new_xp->xb_private = bp; in sd_bioclone_alloc()
13604 new_bp->b_private = new_xp; in sd_bioclone_alloc()
13635 struct sd_xbuf *new_xp; in sd_shadow_buf_alloc() local
13677 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP); in sd_shadow_buf_alloc()
13678 bcopy(xp, new_xp, sizeof (struct sd_xbuf)); in sd_shadow_buf_alloc()
13681 new_xp->xb_pkt_flags |= PKT_CONSISTENT; in sd_shadow_buf_alloc()
13687 new_xp->xb_private = bp; in sd_shadow_buf_alloc()
[all …]