Searched refs:xa_strategy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.h92 void (*xa_strategy)(struct buf *, ddi_xbuf_t, void *); member in struct:__ddi_xbuf_attr
107 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg),
125 * callbacks into the given xa_strategy routines. Clients of the facility
132 * provides an xa_strategy routine that is "well behaved", ie, does not
138 * performs blocking operations within its xa_strategy routine that would
H A Dsd_xbuf.c109 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg),
125 xap->xa_strategy = xa_strategy;
541 (*(xap->xa_strategy))(bp, xp, xap->xa_attr_arg);
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c60 void (*xa_strategy)(struct buf *, void *, void *); member in struct:__ddi_xbuf_attr

Completed in 60 milliseconds