Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c14371 struct sd_xbuf *new_xp; local
14390 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
14391 bcopy(xp, new_xp, sizeof (struct sd_xbuf));
14397 new_xp->xb_private = bp;
14399 new_bp->b_private = new_xp;
14430 struct sd_xbuf *new_xp; local
14472 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
14473 bcopy(xp, new_xp, sizeof (struct sd_xbuf));
14476 new_xp->xb_pkt_flags |= PKT_CONSISTENT;
14482 new_xp->xb_private = bp;
[all …]