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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c309 static stmf_ic_msg_t *stmf_ic_alloc_msg_header(stmf_ic_msg_type_t msg_type,
524 icm = stmf_ic_alloc_msg_header(STMF_ICM_REGISTER_PROXY_PORT, msgid);
549 icm = stmf_ic_alloc_msg_header(STMF_ICM_DEREGISTER_PROXY_PORT, msgid);
616 icm = stmf_ic_alloc_msg_header(msg_type, msgid);
647 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_CMD, msgid);
697 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA, msgid);
720 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA_XFER_DONE, msgid);
748 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_STATUS, msgid);
777 icm = stmf_ic_alloc_msg_header(STMF_ICM_R2T, msgid);
798 icm = stmf_ic_alloc_msg_header(STMF_ICM_STATU
2188 stmf_ic_alloc_msg_header( function
[all...]

Completed in 62 milliseconds