OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgFp
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/rbootd/
utils.c
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)
[
all
...]
rbootd.c
122
DbgFp
= stdout; /* output to stdout */
124
(void) signal(SIGUSR1, SIG_IGN); /* dont muck w/
DbgFp
*/
228
if (
DbgFp
!= NULL) /* display packet */
389
if (
DbgFp
!= NULL)
390
(void) fclose(
DbgFp
);
392
DbgFp
= NULL;
411
if (
DbgFp
== NULL) {
412
if ((
DbgFp
= fopen(DbgFile, "w")) == NULL)
conf.c
81
FILE *
DbgFp
= NULL; /* debug file pointer */
defs.h
137
extern FILE *
DbgFp
; /* debug file pointer */
rmpproto.c
587
if (
DbgFp
!= NULL) /* display packet */
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025