Searched refs:newid (Results 1 – 2 of 2) sorted by relevance
549 def does_id_exist(alltests, newid): argument554 return (any(newid == x for x in idl))566 newid = str('{:04x}'.format(random.randrange(16**4)))567 if (does_id_exist(alltests, newid)):570 c['id'] = newid
811 unsigned char tmpid, newid; in nsp32_reselection() local820 newid = 0; in nsp32_reselection()826 newid++; in nsp32_reselection()834 if (newid >= ARRAY_SIZE(data->lunt) || in nsp32_reselection()838 } else if(data->lunt[newid][newlun].SCpnt == NULL) { in nsp32_reselection()843 data->cur_id = newid; in nsp32_reselection()845 data->cur_target = &(data->target[newid]); in nsp32_reselection()846 data->cur_lunt = &(data->lunt[newid][newlun]); in nsp32_reselection()