Searched refs:xb_private (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h208 void *mbs_oprivate; /* saved value of xb_private */
1368 * xb_private field, each layer must ensure that it returns the
1370 * the SAME VALUE in xb_private as when the buf/xbuf was first
1372 * by the iostart routine saving the contents of xb_private into
1374 * restoring the value of xb_private before deallocating the
1376 * if a layer never modifies xb_private in a buf/xbuf from a higher
1381 * not necessary to preserve the contents of xb_private as there is
1382 * no higher layer dependency on the value of xb_private. Such a
1386 void *xb_private; /* Layer-private data block */ member in struct:sd_xbuf
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c11591 xp->xb_private = bp->b_private;
12501 bp->b_private = xp->xb_private;
12815 obp = (struct buf *)xp->xb_private;
12934 * contents of xb_private before returning the buf/xbuf to the
12937 * Here we save the prior contents of xp->xb_private into the
12948 bsp->mbs_oprivate = xp->xb_private;
12949 xp->xb_private = bsp;
13042 * (No need to preserve xb_private in the shadow xbuf.)
13044 shadow_xp->xb_private = shadow_bsp =
13141 bsp = xp->xb_private;
[all...]

Completed in 106 milliseconds