Searched defs:new_xp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c14347 * argument is saved in new_xp->xb_private.
14366 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;
14405 * argument is saved in new_xp->xb_private.
14425 struct sd_xbuf *new_xp; local
14467 new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
14468 bcopy(xp, new_xp, sizeo
[all...]

Completed in 107 milliseconds