Searched refs:newid (Results 1 – 1 of 1) sorted by relevance
860 unsigned char tmpid, newid; in nsp32_reselection() local869 newid = 0; in nsp32_reselection()875 newid++; in nsp32_reselection()883 if (newid >= NUMBER(data->lunt) || newlun >= NUMBER(data->lunt[0])) { in nsp32_reselection()886 } else if(data->lunt[newid][newlun].SCpnt == NULL) { in nsp32_reselection()891 data->cur_id = newid; in nsp32_reselection()893 data->cur_target = &(data->target[newid]); in nsp32_reselection()894 data->cur_lunt = &(data->lunt[newid][newlun]); in nsp32_reselection()