Home
last modified time | relevance | path

Searched refs:DbgFp (Results 1 – 5 of 5) sorted by relevance

/dragonfly/libexec/rbootd/
H A Dutils.c89 if (DbgFp == NULL) { /* sanity */ in DispPkt()
121 (void) fprintf(DbgFp, "\tBoot Request:"); in DispPkt()
125 fputs(" (Send Server ID)", DbgFp); in DispPkt()
127 fprintf(DbgFp," (Send Filename #%u)",t); in DispPkt()
129 (void) fputc('\n', DbgFp); in DispPkt()
139 fprintf(DbgFp, "\tBoot Reply:\n"); in DispPkt()
155 (void) fprintf(DbgFp, "\tRead Reply:\n"); in DispPkt()
172 (void) fputc('\n', DbgFp); in DispPkt()
173 (void) fflush(DbgFp); in DispPkt()
246 (void) fputc(*flnm++, DbgFp); in DspFlnm()
[all …]
H A Drbootd.c113 DbgFp = stdout; /* output to stdout */ in main()
245 if (DbgFp != NULL) /* display packet */ in main()
413 if (DbgFp != NULL) in DebugOff()
414 (void) fclose(DbgFp); in DebugOff()
416 DbgFp = NULL; in DebugOff()
435 if (DbgFp == NULL) { in DebugOn()
436 if ((DbgFp = fopen(DbgFile, "w")) == NULL) in DebugOn()
H A Dconf.c75 FILE *DbgFp = NULL; /* debug file pointer */ variable
H A Ddefs.h138 extern FILE *DbgFp; /* debug file pointer */
H A Drmpproto.c573 if (DbgFp != NULL) /* display packet */ in SendPacket()