Home
last modified time | relevance | path

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
107 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg),
H A Dsd_xbuf.c108 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg), in _NOTE()
124 xap->xa_strategy = xa_strategy; in _NOTE()
540 (*(xap->xa_strategy))(bp, xp, xap->xa_attr_arg); in xbuf_iostart()
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c61 void (*xa_strategy)(struct buf *, void *, void *); member