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

/freebsd-13-stable/libexec/rbootd/
H A Dutils.c92 * 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," (Sen
[all...]
H A Dconf.c81 FILE *DbgFp = NULL; /* debug file pointer */ variable
H A Drbootd.c125 DbgFp = stdout; /* output to stdout */
127 (void) signal(SIGUSR1, SIG_IGN); /* dont muck w/DbgFp */
258 if (DbgFp != NULL) /* display packet */
425 if (DbgFp != NULL)
426 (void) fclose(DbgFp);
428 DbgFp = NULL;
447 if (DbgFp == NULL) {
448 if ((DbgFp = fopen(DbgFile, "w")) == NULL)
H A Ddefs.h140 extern FILE *DbgFp; /* debug file pointer */
H A Drmpproto.c579 if (DbgFp != NULL) /* display packet */

Completed in 63 milliseconds