Home | History | Annotate | Download | only in rbootd

Lines Matching refs:DbgFp

92 	 *  Since we will be working with RmpConns as well as DbgFp, we
97 if (DbgFp == NULL) { /* sanity */
103 fputs((direct==DIR_RCVD)?"<<< ":(direct==DIR_SENT)?">>> ":"", DbgFp);
107 fprintf(DbgFp, "%02d:%02d:%02d.%06ld ", tmp->tm_hour, tmp->tm_min,
111 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName);
116 (void) fprintf(DbgFp, "\t802.2 LLC: DSAP:%x SSAP:%x CTRL:%x\n",
120 (void) fprintf(DbgFp, "\tHP Ext: DXSAP:%x SXSAP:%x\n",
129 (void) fprintf(DbgFp, "\tBoot Request:");
133 fputs(" (Send Server ID)", DbgFp);
135 fprintf(DbgFp," (Send Filename #%u)",t);
137 (void) fputc('\n', DbgFp);
138 (void) fprintf(DbgFp, BootFmt, rmp->r_brq.rmp_retcode,
141 (void) fprintf(DbgFp, "\n\t\tMachine Type: ");
143 (void) fputc(rmp->r_brq.rmp_machtype[i], DbgFp);
147 fprintf(DbgFp, "\tBoot Reply:\n");
149 (void) fprintf(DbgFp, BootFmt, rmp->r_brpl.rmp_retcode,
155 (void) fprintf(DbgFp, "\tRead Request:\n");
157 (void) fprintf(DbgFp, ReadFmt, rmp->r_rrq.rmp_retcode,
159 (void) fprintf(DbgFp, "\t\tNoOfBytes: %u\n",
163 (void) fprintf(DbgFp, "\tRead Reply:\n");
165 (void) fprintf(DbgFp, ReadFmt, rmp->r_rrpl.rmp_retcode,
167 (void) fprintf(DbgFp, "\t\tNoOfBytesSent: %ld\n",
171 (void) fprintf(DbgFp, "\tBoot Complete:\n");
172 (void) fprintf(DbgFp, "\t\tRetCode:%u SessID:%x\n",
177 (void) fprintf(DbgFp, "\tUnknown Type:(%d)\n",
180 (void) fputc('\n', DbgFp);
181 (void) fflush(DbgFp);
235 ** DispFlnm -- Print a string of bytes to DbgFp (often, a file name).
245 ** - Characters are sent to `DbgFp'.
252 (void) fprintf(DbgFp, "\n\t\tFile Name (%u): <", size);
254 (void) fputc(*flnm++, DbgFp);
255 (void) fputs(">\n", DbgFp);