Searched refs:new_xp (Results 1 – 1 of 1) sorted by relevance
14366 struct sd_xbuf *new_xp; local14385 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; local14467 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 …]