Searched defs:ftrace (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c46 FILE *ftrace; /* output trace file */ variable
87 if (ftrace != NULL)
91 ftrace = fopen(file, "a");
92 if (ftrace == NULL)
94 (void) dup2(fileno(ftrace), 1);
95 (void) dup2(fileno(ftrace), 2);
101 if (ftrace != NULL)
103 ftrace = fp;
104 if (ftrace == NULL)
106 (void) dup2(fileno(ftrace),
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c51 FILE *ftrace = stdout; /* output trace file */ variable
143 (void) fprintf(ftrace, "-- %s --\n", ts_full(&now));
154 if (ftrace != NULL) {
157 (void) vfprintf(ftrace, p, args);
158 (void) fputc('\n', ftrace);
159 (void) fflush(ftrace);
174 if (ftrace != NULL && zap_stdio) {
175 if (ftrace != stdout)
176 (void) fclose(ftrace);
177 ftrace
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c946 ftrace(fcode_env_t *env) function
977 ftrace(env);
1586 FORTH(IMMEDIATE, "ftrace", ftrace);

Completed in 62 milliseconds