Searched refs:serial (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | isd_api.c | 179 p->serial = GET_CGBUSB_SERIAL(id); in ISNTD_GetDeviceList() 185 p->serial = (int)GET_NITROUSB_SERIAL(id); in ISNTD_GetDeviceList() 190 p->serial = (int)GET_NITROUSB_SERIAL(id); in ISNTD_GetDeviceList() 195 p->serial = (int)GET_NITROUIC_SERIAL(id); in ISNTD_GetDeviceList() 200 p->serial = 0; in ISNTD_GetDeviceList()
|
| D | loadrun.txt | 23 0: [NITROUSB] IS-NITRO-EMULATOR serial:04070680 24 1: [NITROUSB] IS-NITRO-EMULATOR serial:04070682 25 2: [NITROUSB] IS-NITRO-EMULATOR serial:04070683 27 …on is one of the device types specified with the –d option. serial is the serial number spec… 40 -s, --serial=SERIAL 41 …Specifies device serial numbers. The specified value is a 10-digit number, and is the same as the … 43 The first machine found with the serial number specified here becomes the target for that action.
|
| D | loadrun.c | 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() 288 && gDeviceSerialSpecified != gDeviceList[n].serial) in searchDevice()
|
| D | isd_api.h | 100 int serial; member
|
| /TwlSDK-5.1.0/build/tools/loadrun.TWL/ |
| D | isd_api.c | 204 p->serial = id.nSerial; in ISTD_GetDeviceList() 208 p->serial = id.nSerial; in ISTD_GetDeviceList() 212 p->serial = 0; in ISTD_GetDeviceList()
|
| D | isd_api.h | 71 int serial; member
|
| D | loadrun.c | 249 printf("%3d: [IS-TWL-DEBUGGER] serial:%8d\n", n, gDeviceList[n].serial); in listDevice() 252 printf("%3d: [%s] serial:%8d\n", n, DEBUGGER_NAME, gDeviceList[n].serial); in listDevice() 314 if ( gDeviceSerialSpecified == gDeviceList[n].serial ) in searchDevice() 321 sprintf( tmpStr, "%d", gDeviceList[n].serial ); in searchDevice()
|