Home | History | Annotate | Download | only in dev

Lines Matching defs:saveptr

2125 	int saveptr;		/* point to next free relocation address */
2206 for (saveptr = 15; saveptr > 0; saveptr--)
2207 if (-1 == get_adb_info(&data, saveptr))
2212 printf_intr("first free is: 0x%02x\n", saveptr);
2218 while (saveptr > 0 && nonewtimes++ < 11) {
2219 for (i = 1;saveptr > 0 && i <= ADBNumDevices; i++) {
2224 "(index 0x%02x) ", device, saveptr, i);
2235 send_string[1] = (u_char)(saveptr | 0x60);
2242 command = ADBTALK(saveptr, 3);
2254 command = ADBLISTEN(saveptr, 3);
2276 ADBDevTable[i].currentAddr = saveptr;
2286 if (saveptr > ADBNumDevices) {
2301 for (x = saveptr; x > 0; x--) {
2303 saveptr = x;
2308 saveptr = 0;
2312 saveptr);
2323 command = ADBLISTEN(saveptr, 3);