Lines Matching refs:id
145 NITRODEVICEID id; in ISNTD_GetDeviceList() local
172 while (ISNTD_FindNext(finder, &id) && count < deviceMax) in ISNTD_GetDeviceList()
174 p->ntdId = id; in ISNTD_GetDeviceList()
176 if (IS_DEVICE_CGBUSB(id)) in ISNTD_GetDeviceList()
179 p->serial = GET_CGBUSB_SERIAL(id); in ISNTD_GetDeviceList()
181 else if (IS_DEVICE_CGBSCSI(id)) in ISNTD_GetDeviceList()
184 p->host = (int)GET_CGBSCSI_HOST(id); in ISNTD_GetDeviceList()
185 p->serial = (int)GET_NITROUSB_SERIAL(id); in ISNTD_GetDeviceList()
187 else if (IS_DEVICE_NITROUSB(id)) in ISNTD_GetDeviceList()
190 p->serial = (int)GET_NITROUSB_SERIAL(id); in ISNTD_GetDeviceList()
192 else if (IS_DEVICE_NITROUIC(id)) in ISNTD_GetDeviceList()
195 p->serial = (int)GET_NITROUIC_SERIAL(id); in ISNTD_GetDeviceList()