Lines Matching defs:msgid

213     uint8_t *cb_arg, stmf_ic_msgid_t msgid);
218 stmf_ic_msgid_t msgid);
224 stmf_ic_msgid_t msgid);
310 stmf_ic_msgid_t msgid);
519 stmf_ic_msgid_t msgid)
524 icm = stmf_ic_alloc_msg_header(STMF_ICM_REGISTER_PROXY_PORT, msgid);
544 stmf_ic_msgid_t msgid)
549 icm = stmf_ic_alloc_msg_header(STMF_ICM_DEREGISTER_PROXY_PORT, msgid);
571 stmf_ic_msgid_t msgid)
574 lu_provider_name, cb_arg_len, cb_arg, msgid));
583 stmf_ic_msgid_t msgid)
586 lu_provider_name, cb_arg_len, cb_arg, msgid));
595 stmf_ic_msgid_t msgid)
598 lu_provider_name, cb_arg_len, cb_arg, msgid));
611 stmf_ic_msgid_t msgid)
616 icm = stmf_ic_alloc_msg_header(msg_type, msgid);
639 stmf_ic_msgid_t msgid)
647 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_CMD, msgid);
692 stmf_ic_msgid_t msgid)
697 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA, msgid);
715 stmf_ic_msgid_t msgid)
720 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA_XFER_DONE, msgid);
743 stmf_ic_msgid_t msgid)
748 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_STATUS, msgid);
772 stmf_ic_msgid_t msgid)
777 icm = stmf_ic_alloc_msg_header(STMF_ICM_R2T, msgid);
793 stmf_ic_msgid_t msgid)
798 icm = stmf_ic_alloc_msg_header(STMF_ICM_STATUS, msgid);
804 ics->ics_msgid = msgid; /* XXX same as msgid in header */
812 stmf_ic_msgid_t msgid)
815 STMF_ICM_SESSION_CREATE, session, msgid));
821 stmf_ic_msgid_t msgid)
824 STMF_ICM_SESSION_DESTROY, session, msgid));
834 stmf_ic_msgid_t msgid)
841 icm = stmf_ic_alloc_msg_header(msg_type, msgid);
858 stmf_ic_msgid_t msgid)
861 STMF_ICM_ECHO_REQUEST, data_len, data, msgid));
868 stmf_ic_msgid_t msgid)
871 STMF_ICM_ECHO_REPLY, data_len, data, msgid));
880 stmf_ic_msgid_t msgid)
885 icm = stmf_ic_alloc_msg_header(msg_type, msgid);
2190 stmf_ic_msgid_t msgid)
2196 icm->icm_msgid = msgid;