Lines Matching refs:fprintf
63 (void)fprintf(fd,"Reserved : %02x\n",tmpc); in mopDumpRC()
66 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps); in mopDumpRC()
73 (void)fprintf(fd,"Verification : %04x\n",tmps); in mopDumpRC()
77 (void)fprintf(fd,"Verification : %08x\n",tmpl); in mopDumpRC()
80 (void)fprintf(fd,"Processor : %02x ",tmpc); in mopDumpRC()
81 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n"); in mopDumpRC()
84 (void)fprintf(fd,"Control : %02x ",control); in mopDumpRC()
86 (void)fprintf(fd, in mopDumpRC()
89 (void)fprintf(fd, in mopDumpRC()
93 (void)fprintf(fd, in mopDumpRC()
96 (void)fprintf(fd, in mopDumpRC()
99 (void)fprintf(fd,"\n"); in mopDumpRC()
103 (void)fprintf(fd, in mopDumpRC()
106 (void)fprintf(fd,"%c", in mopDumpRC()
109 (void)fprintf(fd,"'\n"); in mopDumpRC()
113 (void)fprintf(fd,"Software ID : %02x ",tmpc); in mopDumpRC()
115 (void)fprintf(fd,"No software id"); in mopDumpRC()
118 (void)fprintf(fd,"Maintenance system"); in mopDumpRC()
122 (void)fprintf(fd,"Standard operating system"); in mopDumpRC()
126 (void)fprintf(fd,"'"); in mopDumpRC()
128 (void)fprintf(fd,"%c", in mopDumpRC()
131 (void)fprintf(fd,"'"); in mopDumpRC()
133 (void)fprintf(fd,"'\n"); in mopDumpRC()
140 (void)fprintf(fd, "Reserved : %02x\n",tmpc); in mopDumpRC()
143 (void)fprintf(fd, "Receipt Nbr : %04x\n",tmpc); in mopDumpRC()
151 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps); in mopDumpRC()
157 (void)fprintf(fd,"Receipt Nbr : %04x %d\n",tmps,tmps); in mopDumpRC()
160 (void)fprintf(fd,"Last Zeroed : %04x %d\n",tmps,tmps); in mopDumpRC()
163 (void)fprintf(fd,"Bytes rec : %08x %d\n",tmpl,tmpl); in mopDumpRC()
166 (void)fprintf(fd,"Bytes snd : %08x %d\n",tmpl,tmpl); in mopDumpRC()
169 (void)fprintf(fd,"Frames rec : %08x %d\n",tmpl,tmpl); in mopDumpRC()
172 (void)fprintf(fd,"Frames snd : %08x %d\n",tmpl,tmpl); in mopDumpRC()
175 (void)fprintf(fd,"Mcst Bytes re: %08x %d\n",tmpl,tmpl); in mopDumpRC()
178 (void)fprintf(fd,"Mcst Frame re: %08x %d\n",tmpl,tmpl); in mopDumpRC()
181 (void)fprintf(fd,"Frame snd,def: %08x %d\n",tmpl,tmpl); in mopDumpRC()
184 (void)fprintf(fd,"Frame snd,col: %08x %d\n",tmpl,tmpl); in mopDumpRC()
187 (void)fprintf(fd,"Frame snd,mcl: %08x %d\n",tmpl,tmpl); in mopDumpRC()
190 (void)fprintf(fd,"Snd failure : %04x %d\n",tmps,tmps); in mopDumpRC()
193 (void)fprintf(fd,"Snd fail reas: %04x ",tmps); in mopDumpRC()
194 if ((tmps & 1)) (void)fprintf(fd,"Excess col "); in mopDumpRC()
195 if ((tmps & 2)) (void)fprintf(fd,"Carrier chk fail "); in mopDumpRC()
196 if ((tmps & 4)) (void)fprintf(fd,"Short circ "); in mopDumpRC()
197 if ((tmps & 8)) (void)fprintf(fd,"Open circ "); in mopDumpRC()
198 if ((tmps & 16)) (void)fprintf(fd,"Frm to long "); in mopDumpRC()
199 if ((tmps & 32)) (void)fprintf(fd,"Rem fail to defer "); in mopDumpRC()
200 (void)fprintf(fd,"\n"); in mopDumpRC()
203 (void)fprintf(fd,"Rec failure : %04x %d\n",tmps,tmps); in mopDumpRC()
206 (void)fprintf(fd,"Rec fail reas: %04x ",tmps); in mopDumpRC()
207 if ((tmps & 1)) (void)fprintf(fd,"Block chk err "); in mopDumpRC()
208 if ((tmps & 2)) (void)fprintf(fd,"Framing err "); in mopDumpRC()
209 if ((tmps & 4)) (void)fprintf(fd,"Frm to long "); in mopDumpRC()
210 (void)fprintf(fd,"\n"); in mopDumpRC()
213 (void)fprintf(fd,"Unrec frm dst: %04x %d\n",tmps,tmps); in mopDumpRC()
216 (void)fprintf(fd,"Data overrun : %04x %d\n",tmps,tmps); in mopDumpRC()
219 (void)fprintf(fd,"Sys Buf Unava: %04x %d\n",tmps,tmps); in mopDumpRC()
222 (void)fprintf(fd,"Usr Buf Unava: %04x %d\n",tmps,tmps); in mopDumpRC()
228 (void)fprintf(fd,"Verification : %08x\n",tmpl); in mopDumpRC()
239 (void)fprintf(fd, in mopDumpRC()
242 (void)fprintf(fd,"Break"); in mopDumpRC()
243 (void)fprintf(fd,"\n"); in mopDumpRC()
250 (void)fprintf(fd, in mopDumpRC()
254 (void)fprintf(fd, in mopDumpRC()
258 (void)fprintf(fd,"%02x ", in mopDumpRC()
261 (void)fprintf(fd,"\n"); in mopDumpRC()
264 (void)fprintf(fd,"\n"); in mopDumpRC()
274 (void)fprintf(fd, in mopDumpRC()
277 (void)fprintf(fd,"Cmd Data Lost "); in mopDumpRC()
279 (void)fprintf(fd,"Resp Data Lost "); in mopDumpRC()
280 (void)fprintf(fd,"\n"); in mopDumpRC()
287 (void)fprintf(fd, in mopDumpRC()
291 (void)fprintf(fd, in mopDumpRC()
295 (void)fprintf(fd,"%02x ", in mopDumpRC()
298 (void)fprintf(fd,"\n"); in mopDumpRC()
301 (void)fprintf(fd,"\n"); in mopDumpRC()