Lines Matching refs:gDeviceList
126 ISNTDDevice gDeviceList[DEVICE_MAX_NUM]; variable
215 gConnectedDeviceNum = ISNTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in listDevice()
225 switch (gDeviceList[n].type) in listDevice()
228 printf("%3d: [CGBUSB] IS-CGB-EMU(USB) serial:%8d\n", n, gDeviceList[n].serial); in listDevice()
232 gDeviceList[n].host, gDeviceList[n].serial); in listDevice()
235 printf("%3d: [NITROUSB] IS-NITRO-EMULATOR serial:%08d\n", n, gDeviceList[n].serial); in listDevice()
238 printf("%3d: [NITROUIC] IS-NITRO-UIC serial: %08d\n", n, gDeviceList[n].serial); in listDevice()
241 printf("%3d: unknown device %x\n", n, (int)gDeviceList[n].ntdId); in listDevice()
281 && gDeviceTypeSpecified != gDeviceList[n].type) in searchDevice()
288 && gDeviceSerialSpecified != gDeviceList[n].serial) in searchDevice()
305 || gDeviceList[gCurrentDevice].type == ISNTD_DEVICE_NONE in searchDevice()
306 || gDeviceList[gCurrentDevice].type == ISNTD_DEVICE_UNKNOWN) in searchDevice()
635 if ((gDeviceHandle = ISNTD_DeviceOpen(gDeviceList[gCurrentDevice].ntdId)) == NULL) in loadFile()
998 gConnectedDeviceNum = ISNTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in main()