HomeSort by relevance Sort by last modified time
    Searched defs:ftrace (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
trace.c 46 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), 1)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
trace.c 51 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 = NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/efcode/engine/
debug.c 946 ftrace(fcode_env_t *env) function
977 ftrace(env);
    [all...]

Completed in 1512 milliseconds