Searched refs:sd_xbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c70 #include "sd_xbuf.h"
1221 struct scsi_pkt *pktp, struct buf *bp, struct sd_xbuf *xp);
1367 static void sd_xbuf_init(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
1393 struct sd_xbuf *xp, int code);
1424 static struct buf *sd_mark_rqs_idle(struct sd_lun *un, struct sd_xbuf *xp);
1432 struct sd_xbuf *xp, struct scsi_pkt *pktp);
1438 struct sd_xbuf *xp, struct scsi_pkt *pktp);
1440 struct sd_xbuf *xp, struct scsi_pkt *pktp);
1442 struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
1444 struct sd_xbuf *x
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1345 struct sd_xbuf { struct
1421 _NOTE(SCHEME_PROTECTS_DATA("unique per pkt", sd_xbuf))
1429 #define SD_GET_XBUF(bp) ((struct sd_xbuf *)((bp)->b_private))

Completed in 67 milliseconds