Lines Matching defs:trans
157 "error reading trans id\n");
160 "short read reading trans id\n");
511 ISNS_TRANS trans;
523 /* If the previous refresh trans is not complete, return. */
527 "prev refresh trans not complete\n");
530 /* Free previous refresh trans. */
536 trans = isns_new_trans((ISNS_HANDLE)cfg_p, isnsp_DevAttrQry, 0);
537 if (trans == ISNS_INVALID_TRANS) {
542 ref_p->trans_p = (struct isns_trans_s *)trans;
544 isns_add_string(trans, isnst_iSCSIName, ref_p->node);
546 isns_add_string(trans, isnst_iSCSIName, ref_p->node);
547 isns_add_tlv(trans, isnst_Delimiter, 0, NULL);
549 isns_add_tlv(trans, isnst_EID, 0, NULL);
550 isns_send_trans(trans, NULL, NULL);