Searched refs:tracing (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/usr.sbin/timed/timedc/
H A Dextern.h50 void tracing(int, char *[]);
H A Dcmdtab.c45 char tracinghelp[] = "turns tracing on or off";
53 { "trace", tracinghelp, tracing, 1 },
H A Dcmds.c414 * Enables or disables tracing on local timedaemon
417 tracing(int argc, char *argv[]) function
490 printf("timed tracing enabled\n");
492 printf("timed tracing disabled\n");
/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dtrace.h59 * Per interface packet tracing buffers. An incoming and
72 * Packet tracing stuff.
75 int tracing; /* on/off */ variable
79 if (tracing) \
87 if (tracing) { \
99 if (tracing) { \
112 if (tracing) { \
H A Dtrace.c61 int tracing = 1; variable
64 int tracing = 0; variable
78 tracing = 0;
115 tracing = 1;
121 if (!tracing)
126 tracing = 0;
H A Dstartup.c271 if (tracing)
H A Dmain.c137 tracing = 1;
196 * a tracing log file.
/freebsd-10.1-release/contrib/gdb/
H A Dltconfig318 --debug enable verbose shell tracing
/freebsd-10.1-release/sys/boot/i386/btx/btx/
H A Dbtx.S495 * tracing, and alignment checking while the handler runs.
508 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/freebsd-10.1-release/sys/boot/pc98/btx/btx/
H A Dbtx.S521 * tracing, and alignment checking while the handler runs.
534 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex231 % some effort to order the tracing commands to reduce output in the log
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex240 % some effort to order the tracing commands to reduce output in the log
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex232 % some effort to order the tracing commands to reduce output in the log

Completed in 214 milliseconds