Searched refs:newid (Results 1 – 2 of 2) sorted by relevance
455 def does_id_exist(alltests, newid): argument460 return (any(newid == x for x in idl))472 newid = str('{:04x}'.format(random.randrange(16**4)))473 if (does_id_exist(alltests, newid)):476 c['id'] = newid
812 unsigned char tmpid, newid; in nsp32_reselection() local821 newid = 0; in nsp32_reselection()827 newid++; in nsp32_reselection()835 if (newid >= ARRAY_SIZE(data->lunt) || newlun >= ARRAY_SIZE(data->lunt[0])) { 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()