Home
last modified time | relevance | path

Searched refs:ddi_xbuf_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.h73 typedef void * ddi_xbuf_t; typedef
92 void (*xa_strategy)(struct buf *, ddi_xbuf_t, void *);
107 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg),
117 DDII ddi_xbuf_t ddi_xbuf_get(struct buf *bp, ddi_xbuf_attr_t xap);
H A Dsd_xbuf.c108 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg), in _NOTE()
153 ddi_xbuf_t xp; in ddi_xbuf_attr_destroy()
270 ddi_xbuf_t xp; in ddi_xbuf_done()
379 DDII ddi_xbuf_t
395 ddi_xbuf_t xp; in xbuf_iostart()
H A Dsd.c902 static void sd_xbuf_strategy(struct buf *bp, ddi_xbuf_t xp, void *arg);
10747 sd_xbuf_strategy(struct buf *bp, ddi_xbuf_t xp, void *arg) in sd_xbuf_strategy()