Home
last modified time | relevance | path

Searched refs:newid (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py455 def does_id_exist(alltests, newid): argument
460 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
/Linux-v4.19/drivers/scsi/
Dnsp32.c812 unsigned char tmpid, newid; in nsp32_reselection() local
821 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()