| /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...] |
| main.c | 137 ftrace = stdout; 952 if (ftrace != 0) { 953 if (ftrace == stdout) 954 (void) fputs("in.routed: ", ftrace); 955 (void) vfprintf(ftrace, p, args); 956 (void) fputc('\n', ftrace); 1019 if (ftrace != 0) { 1020 (void) vfprintf(ftrace, p, args); 1021 (void) fputc('\n', ftrace); 1061 if (ftrace != 0) [all...] |
| rdisc.c | 120 if (!TRACEPACKETS || ftrace == 0) 126 (void) fprintf(ftrace, "%s Router Ad" 137 (void) fprintf(ftrace, "\t%s preference=%ld", 141 (void) fputc('\n', ftrace); [all...] |
| defs.h | 627 extern FILE *ftrace; /* output trace file */
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| input.c | 155 (void) fprintf(ftrace, 159 (void) fflush(ftrace); 165 (void) fprintf(ftrace, 168 (void) fflush(ftrace); 174 (void) fprintf(ftrace, 178 (void) fflush(ftrace); 219 (void) fprintf(ftrace, 223 (void) fflush(ftrace); 230 (void) fprintf(ftrace, 237 (void) fflush(ftrace); [all...] |
| 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...] |
| trace.h | 68 extern FILE *ftrace; 78 traceaction(ftrace, (action), (route)); \
|
| output.c | 57 (void) fprintf(ftrace, 61 (void) fflush(ftrace); 96 (void) fprintf(ftrace, 100 (void) fflush(ftrace);
|
| if.c | 137 if (ftrace != NULL) 138 if_dump2(ftrace);
|
| main.c | 151 if (!tracing || (t != fileno(ftrace))) 236 (void) fprintf(ftrace, 239 (void) fflush(ftrace);
|
| tables.c | 616 if (ftrace != NULL) 617 rtdump2(ftrace);
|
| /onnv/onnv-gate/usr/src/uts/i86pc/ml/ |
| fast_trap_asm.s | 44 #include <sys/ftrace.h>
|
| interrupt.s | 52 #include <sys/ftrace.h>
|
| syscall_asm.s | 52 #include <sys/ftrace.h>
|
| syscall_asm_amd64.s | 44 #include <sys/ftrace.h> [all...] |
| locore.s | 60 #include <sys/ftrace.h> [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| panic.c | 137 #include <sys/ftrace.h>
|
| ftrace.c | 39 #include <sys/ftrace.h> 150 * allocated if ftrace is never enabled.
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| uadmin.c | 46 #include <sys/ftrace.h>
|
| /onnv/onnv-gate/usr/src/lib/efcode/engine/ |
| debug.c | 946 ftrace(fcode_env_t *env) function 977 ftrace(env); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/ml/ |
| mach_interrupt.s | 38 #include <sys/ftrace.h>
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/ |
| sparcv9_subr.s | 46 #include <sys/ftrace.h> [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| intr.c | 37 #include <sys/ftrace.h>
|
| /onnv/onnv-gate/usr/src/lib/libbsm/ |
| audit_event.txt | 456 6242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| Makefile | 250 ftrace.h \
|