Home | History | Annotate | Download | only in common

Lines Matching refs:fprintf

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