Home | History | Annotate | Download | only in dev

Lines Matching defs:saveptr

990 	int saveptr;		/* point to next free relocation address */
1090 for (saveptr = 15; saveptr > 0; saveptr--)
1091 if (-1 == get_adb_info(&data, saveptr))
1096 printf_intr("first free is: 0x%02x\n", saveptr);
1102 while (saveptr > 0 && nonewtimes++ < 11) {
1108 "(index 0x%02x) ", device, saveptr, i);
1119 send_string[1] = (u_char)(saveptr | 0x60);
1126 command = ADBTALK(saveptr, 3);
1155 saveptr;
1165 if (saveptr > ADBNumDevices) {
1180 for (x = saveptr; x > 0; x--) {
1182 saveptr = x;
1187 saveptr = 0;
1191 saveptr);
1202 command = ADBLISTEN(saveptr, 3);