Searched defs:xb_private (Results 1 - 1 of 1) 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

Completed in 83 milliseconds