Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c703 bcopy(lun_id, icsd->icsd_lun_id, sizeof (icsd->icsd_lun_id)); in stmf_ic_scsi_data_msg_alloc()
1287 NVLIST_ADD_ARRAY(uint8, m, icsd_lun_id); in stmf_ic_scsi_data_msg_marshal()
1795 sizeof (m->icsd_lun_id), m->icsd_lun_id)) { in stmf_ic_scsi_data_msg_unmarshal()
/illumos-gate/usr/src/uts/common/sys/
H A Dpppt_ic_if.h145 uint8_t icsd_lun_id[16]; member
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1800 task = find_task_from_msgid(msg->icsd_lun_id, msg->icsd_task_msgid); in stmf_ic_rx_scsi_data()