Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c237 static void stmf_ic_scsi_data_msg_free(stmf_ic_scsi_data_msg_t *m,
695 stmf_ic_scsi_data_msg_t *icsd = NULL; in stmf_ic_scsi_data_msg_alloc()
698 icsd = (stmf_ic_scsi_data_msg_t *)kmem_zalloc(sizeof (*icsd), KM_SLEEP); in stmf_ic_scsi_data_msg_alloc()
929 (stmf_ic_scsi_data_msg_t *)msg->icm_msg, cmethod); in stmf_ic_msg_free()
1033 stmf_ic_scsi_data_msg_free(stmf_ic_scsi_data_msg_t *m, in stmf_ic_scsi_data_msg_free()
1282 stmf_ic_scsi_data_msg_t *m = (stmf_ic_scsi_data_msg_t *)msg; in stmf_ic_scsi_data_msg_marshal()
1782 stmf_ic_scsi_data_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP); in stmf_ic_scsi_data_msg_unmarshal()
/illumos-gate/usr/src/uts/common/sys/
H A Dpppt_ic_if.h148 } stmf_ic_scsi_data_msg_t; typedef
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c135 static stmf_status_t stmf_ic_rx_scsi_data(stmf_ic_scsi_data_msg_t *msg);
1710 (stmf_ic_scsi_data_msg_t *)msg->icm_msg); in stmf_msg_rx()
1787 stmf_ic_rx_scsi_data(stmf_ic_scsi_data_msg_t *msg) in stmf_ic_rx_scsi_data()