Searched defs:ic_reg_lun (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2067 stmf_ic_msg_t *ic_reg_lun, *ic_reg_port; local
2128 ic_reg_lun = ic_reg_lun_msg_alloc(
2134 if (ic_reg_lun) {
2135 ic_ret = ic_tx_msg(ic_reg_lun);
2972 stmf_ic_msg_t *ic_reg_lun; local
2977 ic_reg_lun = ic_lun_active_msg_alloc(p1,
2983 if (ic_reg_lun) {
2984 ic_ret = ic_tx_msg(ic_reg_lun);
3062 stmf_ic_msg_t *ic_reg_lun; local
3067 ic_reg_lun
[all...]

Completed in 165 milliseconds