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