Lines Matching refs:idx

41 	int	i,idx = 0;
51 idx = 22;
55 idx = 16;
58 code = mopGetChar(pkt,&idx);
63 tmpc = mopGetChar(pkt,&idx); /* Load Number */
67 tmpl = mopGetLong(pkt,&idx);/* Load Address */
86 mopGetChar(pkt,&idx));
94 idx = idx + moplen - 10;
98 tmpl = mopGetLong(pkt,&idx); /* Load Address */
109 tmpc = mopGetChar(pkt,&idx); /* Load Number */
112 tmpl = mopGetLong(pkt,&idx); /* Load Address */
129 mopGetChar(pkt,&idx));
137 idx = idx + moplen - 6;
149 tmpl = mopGetLong(pkt,&idx); /* Memory Address */
152 tmps = mopGetShort(pkt,&idx); /* Count */
158 tmpc = mopGetChar(pkt,&idx); /* Device Type */
162 tmpc = mopGetChar(pkt,&idx); /* Format Version */
165 tmpc = mopGetChar(pkt,&idx); /* Program Type */
170 tmpc = mopGetChar(pkt,&idx); /* Software ID Len */
172 program[i] = mopGetChar(pkt,&idx);
178 tmpc = mopGetChar(pkt,&idx); /* Processor */
182 mopPrintInfo(fd, pkt, &idx, moplen, code, trans);
187 tmpc = mopGetChar(pkt,&idx); /* Load Number */
190 tmpc = mopGetChar(pkt,&idx); /* Error */
201 tmpc = mopGetChar(pkt,&idx); /* Device Type */
205 tmpc = mopGetChar(pkt,&idx); /* Format Version */
208 tmpl = mopGetLong(pkt,&idx); /* Memory Size */
211 tmpc = mopGetChar(pkt,&idx); /* Bits */
214 mopPrintInfo(fd, pkt, &idx, moplen, code, trans);
219 tmpl = mopGetLong(pkt,&idx); /* Memory Address */
236 mopGetChar(pkt,&idx));
243 idx = idx + moplen - 5;
250 tmpc = mopGetChar(pkt,&idx); /* Load Number */
253 tmpc = mopGetChar(pkt,&idx); /* Parameter Type */
255 c = mopGetChar(pkt,&idx); /* Parameter Length */
262 mopGetChar(pkt,&idx));
270 mopGetChar(pkt,&idx));
279 mopGetChar(pkt,&idx));
287 mopGetChar(pkt,&idx));
292 ucp = pkt + idx; idx = idx + 10;
300 tmpc = mopGetChar(pkt,&idx);/* Parameter Type */
303 tmpl = mopGetLong(pkt,&idx); /* Transfer Address */