Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c14366 struct sd_xbuf *new_xp; local
14385 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
14386 bcopy(xp, new_xp, sizeof (struct sd_xbuf));
14392 new_xp->xb_private = bp;
14394 new_bp->b_private = new_xp;
14425 struct sd_xbuf *new_xp; local
14467 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
14468 bcopy(xp, new_xp, sizeof (struct sd_xbuf));
14471 new_xp->xb_pkt_flags |= PKT_CONSISTENT;
14477 new_xp->xb_private = bp;
[all …]