Home | History | Annotate | Download | only in common

Lines Matching defs:tmpc

43 	u_char	tmpc,c,program[257],code;
63 tmpc = mopGetChar(pkt,&idx); /* Load Number */
64 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
109 tmpc = mopGetChar(pkt,&idx); /* Load Number */
110 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
158 tmpc = mopGetChar(pkt,&idx); /* Device Type */
159 (void)fprintf(fd, "Device Type : %02x ",tmpc);
160 mopPrintDevice(fd, tmpc); (void)fprintf(fd, "\n");
162 tmpc = mopGetChar(pkt,&idx); /* Format Version */
163 (void)fprintf(fd,"Format : %02x\n",tmpc);
165 tmpc = mopGetChar(pkt,&idx); /* Program Type */
166 (void)fprintf(fd,"Program Type : %02x ",tmpc);
167 mopPrintPGTY(fd, tmpc); (void)fprintf(fd, "\n");
170 tmpc = mopGetChar(pkt,&idx); /* Software ID Len */
171 for (i = 0; i < tmpc; i++) {
176 (void)fprintf(fd,"Software : %02x '%s'\n",tmpc,program);
178 tmpc = mopGetChar(pkt,&idx); /* Processor */
179 (void)fprintf(fd,"Processor : %02x ",tmpc);
180 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n");
187 tmpc = mopGetChar(pkt,&idx); /* Load Number */
188 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
190 tmpc = mopGetChar(pkt,&idx); /* Error */
191 (void)fprintf(fd,"Error : %02x (",tmpc);
192 if (tmpc == 0) {
201 tmpc = mopGetChar(pkt,&idx); /* Device Type */
202 (void)fprintf(fd, "Device Type : %02x ",tmpc);
203 mopPrintDevice(fd, tmpc); (void)fprintf(fd, "\n");
205 tmpc = mopGetChar(pkt,&idx); /* Format Version */
206 (void)fprintf(fd,"Format : %02x\n",tmpc);
211 tmpc = mopGetChar(pkt,&idx); /* Bits */
212 (void)fprintf(fd,"Bits : %02x\n",tmpc);
250 tmpc = mopGetChar(pkt,&idx); /* Load Number */
251 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
253 tmpc = mopGetChar(pkt,&idx); /* Parameter Type */
254 while (tmpc != MOP_K_PLTP_END) {
256 switch(tmpc) {
259 tmpc);
276 tmpc);
300 tmpc = mopGetChar(pkt,&idx);/* Parameter Type */