Lines Matching refs:fprintf
64 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
68 (void)fprintf(fd,"Load Address : %08x\n", tmpl);
76 (void)fprintf(fd,
80 (void)fprintf(fd,
85 (void)fprintf(fd, "%02x ",
88 (void)fprintf(fd,"\n");
92 (void)fprintf(fd,"\n");
99 (void)fprintf(fd,"Xfer Address : %08x\n", tmpl);
110 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
113 (void)fprintf(fd,"Load Address : %08x\n", tmpl);
120 (void)fprintf(fd,
124 (void)fprintf(fd,
128 (void)fprintf(fd,"%02x ",
131 (void)fprintf(fd,"\n");
135 (void)fprintf(fd,"\n");
150 (void)fprintf(fd,"Mem Address : %08x\n", tmpl);
153 (void)fprintf(fd,"Count : %04x (%d)\n",tmps,tmps);
159 (void)fprintf(fd, "Device Type : %02x ",tmpc);
160 mopPrintDevice(fd, tmpc); (void)fprintf(fd, "\n");
163 (void)fprintf(fd,"Format : %02x\n",tmpc);
166 (void)fprintf(fd,"Program Type : %02x ",tmpc);
167 mopPrintPGTY(fd, tmpc); (void)fprintf(fd, "\n");
176 (void)fprintf(fd,"Software : %02x '%s'\n",tmpc,program);
179 (void)fprintf(fd,"Processor : %02x ",tmpc);
180 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n");
188 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
191 (void)fprintf(fd,"Error : %02x (",tmpc);
193 (void)fprintf(fd,"no error)\n");
195 (void)fprintf(fd,"error)\n");
202 (void)fprintf(fd, "Device Type : %02x ",tmpc);
203 mopPrintDevice(fd, tmpc); (void)fprintf(fd, "\n");
206 (void)fprintf(fd,"Format : %02x\n",tmpc);
209 (void)fprintf(fd,"Memory Size : %08x\n", tmpl);
212 (void)fprintf(fd,"Bits : %02x\n",tmpc);
220 (void)fprintf(fd,"Mem Address : %08x\n", tmpl);
227 (void)fprintf(fd,
231 (void)fprintf(fd,
235 (void)fprintf(fd,"%02x ",
238 (void)fprintf(fd,"\n");
241 (void)fprintf(fd,"\n");
251 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
258 (void)fprintf(fd,"Target Name : %02x '",
261 (void)fprintf(fd,"%c",
264 (void)fprintf(fd,"'\n");
267 (void)fprintf(fd,"Target Addr : %02x ",c);
269 (void)fprintf(fd,"%02x ",
272 (void)fprintf(fd,"\n");
275 (void)fprintf(fd,"Host Name : %02x '",
278 (void)fprintf(fd,"%c",
281 (void)fprintf(fd,"'\n");
284 (void)fprintf(fd,"Host Addr : %02x ",c);
286 (void)fprintf(fd,"%02x ",
289 (void)fprintf(fd,"\n");
293 (void)fprintf(fd,"Host Time : ");
295 (void)fprintf(fd,"\n");
304 (void)fprintf(fd,"Transfer Addr: %08x\n", tmpl);