Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.5/build/tools/loadrun/
Disd_api.c179 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()
Dloadrun.txt23 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.
Dloadrun.c228 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()
Disd_api.h100 int serial; member
/TwlSDK-5.5/build/tools/loadrun.TWL/
Disd_api.c204 p->serial = id.nSerial; in ISTD_GetDeviceList()
208 p->serial = id.nSerial; in ISTD_GetDeviceList()
212 p->serial = 0; in ISTD_GetDeviceList()
Disd_api.h71 int serial; member
Dloadrun.c249 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()