Searched refs:ddi_xbuf_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd_xbuf.h | 73 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 D | sd_xbuf.c | 109 void (*xa_strategy)(struct buf *bp, ddi_xbuf_t xp, void *attr_arg), in _NOTE() 154 ddi_xbuf_t xp; in ddi_xbuf_attr_destroy() 271 ddi_xbuf_t xp; in ddi_xbuf_done() 380 DDII ddi_xbuf_t 396 ddi_xbuf_t xp; in xbuf_iostart()
|
H A D | sd.c | 1350 static void sd_xbuf_strategy(struct buf *bp, ddi_xbuf_t xp, void *arg); 11535 sd_xbuf_strategy(struct buf *bp, ddi_xbuf_t xp, void *arg)
|