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

/freebsd-10-stable/libexec/rbootd/
H A Dutils.c90 * Since we will be working with RmpConns as well as DbgFp, we
95 if (DbgFp == NULL) { /* sanity */
101 fputs((direct==DIR_RCVD)?"<<< ":(direct==DIR_SENT)?">>> ":"", DbgFp);
105 fprintf(DbgFp, "%02d:%02d:%02d.%06ld ", tmp->tm_hour, tmp->tm_min,
109 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName);
114 (void) fprintf(DbgFp, "\t802.2 LLC: DSAP:%x SSAP:%x CTRL:%x\n",
118 (void) fprintf(DbgFp, "\tHP Ext: DXSAP:%x SXSAP:%x\n",
127 (void) fprintf(DbgFp, "\tBoot Request:");
131 fputs(" (Send Server ID)", DbgFp);
133 fprintf(DbgFp," (Sen
[all...]
H A Dconf.c79 FILE *DbgFp = NULL; /* debug file pointer */ variable
H A Drbootd.c123 DbgFp = stdout; /* output to stdout */
125 (void) signal(SIGUSR1, SIG_IGN); /* dont muck w/DbgFp */
256 if (DbgFp != NULL) /* display packet */
423 if (DbgFp != NULL)
424 (void) fclose(DbgFp);
426 DbgFp = NULL;
445 if (DbgFp == NULL) {
446 if ((DbgFp = fopen(DbgFile, "w")) == NULL)
H A Ddefs.h138 extern FILE *DbgFp; /* debug file pointer */
H A Drmpproto.c577 if (DbgFp != NULL) /* display packet */

Completed in 306 milliseconds