Symbol: sd_xbuf
usr/src/uts/common/io/scsi/targets/sd.c
1000
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1002
struct sd_xbuf *xp, size_t actual_len);
usr/src/uts/common/io/scsi/targets/sd.c
1004
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1010
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1013
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1016
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1019
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1021
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1024
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1026
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1028
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1030
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1033
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1039
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1041
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1043
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1045
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1047
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1049
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1051
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
1053
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
10768
SD_BEGIN_IOSTART(((struct sd_xbuf *)xp)->xb_chain_iostart, un, bp);
usr/src/uts/common/io/scsi/targets/sd.c
10793
sd_xbuf_init(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
10917
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
10982
xp = kmem_zalloc(sizeof (struct sd_xbuf) - SENSE_LENGTH +
usr/src/uts/common/io/scsi/targets/sd.c
10985
xp = kmem_zalloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
11657
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
11707
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
11740
kmem_free(xp, sizeof (struct sd_xbuf) - SENSE_LENGTH +
usr/src/uts/common/io/scsi/targets/sd.c
11743
kmem_free(xp, sizeof (struct sd_xbuf));
usr/src/uts/common/io/scsi/targets/sd.c
11794
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
12025
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
12095
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
1212
struct scsi_pkt *pkt, struct sd_xbuf *xp);
usr/src/uts/common/io/scsi/targets/sd.c
12235
struct sd_xbuf *shadow_xp;
usr/src/uts/common/io/scsi/targets/sd.c
12327
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
12328
struct sd_xbuf *orig_xp; /* sd_xbuf for the original buf */
usr/src/uts/common/io/scsi/targets/sd.c
12744
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
12897
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13302
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13489
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13580
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13581
struct sd_xbuf *new_xp;
usr/src/uts/common/io/scsi/targets/sd.c
13600
new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
13601
bcopy(xp, new_xp, sizeof (struct sd_xbuf));
usr/src/uts/common/io/scsi/targets/sd.c
13639
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13640
struct sd_xbuf *new_xp;
usr/src/uts/common/io/scsi/targets/sd.c
13682
new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
13683
bcopy(xp, new_xp, sizeof (struct sd_xbuf));
usr/src/uts/common/io/scsi/targets/sd.c
13711
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13733
kmem_free(xp, sizeof (struct sd_xbuf));
usr/src/uts/common/io/scsi/targets/sd.c
13747
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
13776
kmem_free(xp, sizeof (struct sd_xbuf));
usr/src/uts/common/io/scsi/targets/sd.c
13792
sd_print_transport_rejected_message(struct sd_lun *un, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
13997
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
14591
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
14754
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
14867
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
15549
struct sd_xbuf *sense_xp;
usr/src/uts/common/io/scsi/targets/sd.c
15620
sd_mark_rqs_idle(struct sd_lun *un, struct sd_xbuf *sense_xp)
usr/src/uts/common/io/scsi/targets/sd.c
15653
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
15695
xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
15811
struct sd_xbuf *xp = SD_GET_XBUF(un->un_rqs_bp);
usr/src/uts/common/io/scsi/targets/sd.c
15813
kmem_free(xp, sizeof (struct sd_xbuf));
usr/src/uts/common/io/scsi/targets/sd.c
16044
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
16521
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
16581
struct sd_xbuf *sense_xp, struct scsi_pkt *sense_pktp)
usr/src/uts/common/io/scsi/targets/sd.c
16584
struct sd_xbuf *cmd_xp; /* sd_xbuf for the original command */
usr/src/uts/common/io/scsi/targets/sd.c
16701
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
16819
sd_validate_sense_data(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
16980
sd_decode_sense(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
17171
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
17271
sd_sense_key_no_sense(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
17302
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
17359
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
17612
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
17677
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
17710
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
17859
sd_sense_key_fail_command(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
17889
sd_sense_key_blank_check(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
17925
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
17961
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18009
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
18140
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18185
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18222
sd_pkt_reason_cmd_reset(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
18260
sd_pkt_reason_cmd_aborted(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
18297
sd_pkt_reason_cmd_timeout(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
18334
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18365
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18403
sd_pkt_reason_default(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
18433
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18479
sd_pkt_status_busy(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
18574
struct sd_xbuf *xp, struct scsi_pkt *pktp)
usr/src/uts/common/io/scsi/targets/sd.c
18655
sd_pkt_status_qfull(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
18909
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
29022
struct sd_xbuf *xp;
usr/src/uts/common/io/scsi/targets/sd.c
29396
struct scsi_pkt *pkt, struct sd_xbuf *xp)
usr/src/uts/common/io/scsi/targets/sd.c
29836
struct sd_xbuf *xb;
usr/src/uts/common/io/scsi/targets/sd.c
31028
struct buf *bp, struct sd_xbuf *xp)
usr/src/uts/common/io/scsi/targets/sd.c
7158
un->un_xbuf_attr = ddi_xbuf_attr_create(sizeof (struct sd_xbuf),
usr/src/uts/common/io/scsi/targets/sd.c
784
struct scsi_pkt *pktp, struct buf *bp, struct sd_xbuf *xp);
usr/src/uts/common/io/scsi/targets/sd.c
919
static void sd_xbuf_init(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
usr/src/uts/common/io/scsi/targets/sd.c
945
struct sd_xbuf *xp, int code);
usr/src/uts/common/io/scsi/targets/sd.c
975
static struct buf *sd_mark_rqs_idle(struct sd_lun *un, struct sd_xbuf *xp);
usr/src/uts/common/io/scsi/targets/sd.c
983
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
989
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
991
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
993
struct buf *bp, struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
995
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/io/scsi/targets/sd.c
998
struct sd_xbuf *xp, struct scsi_pkt *pktp);
usr/src/uts/common/sys/scsi/targets/sddef.h
1429
_NOTE(SCHEME_PROTECTS_DATA("unique per pkt", sd_xbuf))
usr/src/uts/common/sys/scsi/targets/sddef.h
1437
#define SD_GET_XBUF(bp) ((struct sd_xbuf *)((bp)->b_private))