Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c5779 vd_scsi_t *vd_scsi; in vdc_scsi_alloc() local
5798 return (vd_scsi); in vdc_scsi_alloc()
6121 vd_scsi_t *vd_scsi; in vdc_scsi_alloc_persistent_in() local
6141 return (vd_scsi); in vdc_scsi_alloc_persistent_in()
6159 vd_scsi_t *vd_scsi; in vdc_scsi_alloc_persistent_out() local
6179 return (vd_scsi); in vdc_scsi_alloc_persistent_out()
6190 vd_scsi_t *vd_scsi; in vdc_mhd_inkeys() local
6302 vd_scsi_t *vd_scsi; in vdc_mhd_inresv() local
6430 vd_scsi_t *vd_scsi; in vdc_mhd_register() local
6470 vd_scsi_t *vd_scsi; in vdc_mhd_reserve() local
[all …]
H A Dvds.c2751 switch (vd_scsi->task_attribute) { in vd_scsicmd_in()
2774 if (vd_scsi->sense_len != 0) { in vd_scsicmd_in()
2780 if (vd_scsi->datain_len != 0 && vd_scsi->dataout_len != 0) { in vd_scsicmd_in()
2786 if (vd_scsi->datain_len != 0) { in vd_scsicmd_in()
2793 if (vd_scsi->dataout_len != 0) { in vd_scsicmd_in()
2818 vd_scsi->sense_len = 0; in vd_scsicmd_out()
2820 vd_scsi->sense_len = 0; in vd_scsicmd_out()
2824 vd_scsi->dataout_len = 0; in vd_scsicmd_out()
2825 vd_scsi->datain_len = 0; in vd_scsicmd_out()
2832 vd_scsi->dataout_len = 0; in vd_scsicmd_out()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h309 typedef struct vd_scsi { struct