Lines Matching refs:fprintf

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