Home
last modified time | relevance | path

Searched defs:scsi_task (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dstmf.h108 typedef struct scsi_task { struct
109 void *task_stmf_private;
110 void *task_port_private;
112 void *task_lu_private;
113 struct stmf_scsi_session *task_session;
114 struct stmf_local_port *task_lport;
115 struct stmf_lu *task_lu;
116 void *task_lu_itl_handle; /* Assigned by LU */
119 uint8_t task_lun_no[8];
120 uint8_t task_flags; /* See def. for task flags */
[all …]
/titanic_53/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2314 scsi_task_t scsi_task; in iscsi_print_iscsit_task_data() local