| /src/sbin/routed/ | 
| trace.c | 55 FILE	*ftrace = stdout;		/* output trace file */  variable in typeref:typename:FILE * 173 		(void)fprintf(ftrace, "-- %s --\n", ts(now.tv_sec));
 184 	if (ftrace != 0) {
 187 		vfprintf(ftrace, p, args);
 189 		(void)fputc('\n',ftrace);
 190 		fflush(ftrace);
 204 	if (ftrace != 0 && zap_stdio) {
 205 		if (ftrace != stdout)
 206 			fclose(ftrace);
 207 		ftrace = 0
 [all...]
 | 
| main.c | 123 	ftrace = stdout; 874 	if (ftrace != 0) {
 875 		if (ftrace == stdout)
 876 			(void)fputs("routed: ", ftrace);
 878 		(void)vfprintf(ftrace, p, args);
 880 		(void)fputc('\n', ftrace);
 940 	if (ftrace != 0) {
 942 		(void)vfprintf(ftrace, p, args);
 943 		(void)fputc('\n', ftrace);
 
 | 
| rdisc.c | 124 	if (!TRACEPACKETS || ftrace == 0) 130 		(void)fprintf(ftrace, "%s Router Ad"
 141 			(void)fprintf(ftrace, "\t%s preference=%d",
 145 		(void)fputc('\n',ftrace);
 
 | 
| defs.h | 502 extern FILE	*ftrace;		/* output trace file */ 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| qcom-apq8064-asus-nexus7-flo.dts | 29 			ftrace-size     = <0x00020000>; 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ | 
| msm8992-bullhead-rev-101.dts | 45 			ftrace-size = <0x10000>; 
 | 
| msm8992-xiaomi-libra.dts | 69 			ftrace-size = <0x10000>; 
 | 
| msm8994-sony-xperia-kitakami.dtsi | 81 			ftrace-size = <0x10000>; 
 | 
| msm8998-oneplus-common.dtsi | 52 			ftrace-size = <0x20000>; 
 | 
| sdm845-oneplus-common.dtsi | 94 			ftrace-size = <0x40000>; 
 | 
| apq8016-sbc.dtsi | 60 			ftrace-size = <0x20000>; 
 | 
| sdm630-sony-xperia-nile.dtsi | 133 			ftrace-size = <0x10000>; 
 | 
| msm8996-sony-xperia-tone.dtsi | 39 			ftrace-size = <0x20000>; 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ | 
| hi6220-hikey.dts | 59 			ftrace-size	= <0x00020000>; 
 | 
| hi3660-hikey960.dts | 54 			ftrace-size	= <0x00020000>; 
 |