Lines Matching defs:iscsi
218 free(text->iscsi);
318 free(raw->iscsi);
807 raw->iscsi = NULL;
839 uchar_t *iscsi;
853 iscsi = (uchar_t *)malloc(ilen);
854 if (raw != NULL && iscsi != NULL) {
855 /* copy the iscsi storage node name */
856 (void) strcpy((char *)iscsi, (char *)attr->value.ptr);
860 raw->iscsi = iscsi;
869 free(iscsi);
911 raw->iscsi = NULL;
953 uchar_t *iscsi;
967 iscsi = (uchar_t *)malloc(ilen);
968 if (raw != NULL && iscsi != NULL) {
969 /* copy the iscsi storage node name */
970 (void) strcpy((char *)iscsi, (char *)attr->value.ptr);
974 raw->iscsi = iscsi;
983 free(iscsi);
1013 raw->iscsi = NULL;
1070 text->iscsi = raw->iscsi;
1145 text->iscsi = name;
1171 /* update the iscsi storage node object */
1758 x->ilen, (void *)x->iscsi, 0);
1760 sprintf(logbuff, "FROM [%s] ", x->iscsi);