Searched refs:ofp (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c437 FILE *ofp; local
440 ofp = fopen(fname, "w");
441 if (ofp == NULL) {
445 fprintf(ofp, "# perf trace event handlers, "
448 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
451 fprintf(ofp, "# The common_* event handler fields are the most useful "
454 fprintf(ofp, "# all events. They don't necessarily correspond to "
457 fprintf(ofp, "# in the format files. Those fields not available as "
460 fprintf(ofp, "# be retrieved using Python functions of the form "
463 fprintf(ofp, "# Se
[all...]
H A Dtrace-event-perl.c405 FILE *ofp; local
408 ofp = fopen(fname, "w");
409 if (ofp == NULL) {
414 fprintf(ofp, "# perf trace event handlers, "
417 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
420 fprintf(ofp, "# The common_* event handler fields are the most useful "
423 fprintf(ofp, "# all events. They don't necessarily correspond to "
426 fprintf(ofp, "# in the format files. Those fields not available as "
429 fprintf(ofp, "# be retrieved using Perl functions of the form "
432 fprintf(ofp, "# Se
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c437 FILE *ofp; local
440 ofp = fopen(fname, "w");
441 if (ofp == NULL) {
445 fprintf(ofp, "# perf trace event handlers, "
448 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
451 fprintf(ofp, "# The common_* event handler fields are the most useful "
454 fprintf(ofp, "# all events. They don't necessarily correspond to "
457 fprintf(ofp, "# in the format files. Those fields not available as "
460 fprintf(ofp, "# be retrieved using Python functions of the form "
463 fprintf(ofp, "# Se
[all...]
H A Dtrace-event-perl.c405 FILE *ofp; local
408 ofp = fopen(fname, "w");
409 if (ofp == NULL) {
414 fprintf(ofp, "# perf trace event handlers, "
417 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
420 fprintf(ofp, "# The common_* event handler fields are the most useful "
423 fprintf(ofp, "# all events. They don't necessarily correspond to "
426 fprintf(ofp, "# in the format files. Those fields not available as "
429 fprintf(ofp, "# be retrieved using Perl functions of the form "
432 fprintf(ofp, "# Se
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/ip/
H A Dipmroute.c78 static void read_mroute_list(FILE *ofp) argument
116 fprintf(ofp, "%-32s Iif: ", obuf);
119 fprintf(ofp, "unresolved ");
121 fprintf(ofp, "%-10s ", viftable[vifi]);
128 fprintf(ofp, "Oifs: ");
142 fprintf(ofp, "%s", viftable[ovifi]);
144 fprintf(ofp, "(ttl %d) ", ovifi);
146 fprintf(ofp, " ");
151 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
153 fprintf(ofp, ",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Dipmroute.c80 static void read_mroute_list(FILE *ofp) argument
122 fprintf(ofp, "%-32s Iif: ", obuf);
125 fprintf(ofp, "unresolved ");
127 fprintf(ofp, "%-10s ", viftable[vifi]);
134 fprintf(ofp, "Oifs: ");
148 fprintf(ofp, "%s", viftable[ovifi]);
150 fprintf(ofp, "(ttl %d) ", ovifi);
152 fprintf(ofp, " ");
157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
159 fprintf(ofp, ",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/ip/
H A Dipmroute.c78 static void read_mroute_list(FILE *ofp) argument
116 fprintf(ofp, "%-32s Iif: ", obuf);
119 fprintf(ofp, "unresolved ");
121 fprintf(ofp, "%-10s ", viftable[vifi]);
128 fprintf(ofp, "Oifs: ");
142 fprintf(ofp, "%s", viftable[ovifi]);
144 fprintf(ofp, "(ttl %d) ", ovifi);
146 fprintf(ofp, " ");
151 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
153 fprintf(ofp, ",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/ip/
H A Dipmroute.c80 static void read_mroute_list(FILE *ofp) argument
122 fprintf(ofp, "%-32s Iif: ", obuf);
125 fprintf(ofp, "unresolved ");
127 fprintf(ofp, "%-10s ", viftable[vifi]);
134 fprintf(ofp, "Oifs: ");
148 fprintf(ofp, "%s", viftable[ovifi]);
150 fprintf(ofp, "(ttl %d) ", ovifi);
152 fprintf(ofp, " ");
157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
159 fprintf(ofp, ",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/ip/
H A Dipmroute.c78 static void read_mroute_list(FILE *ofp) argument
116 fprintf(ofp, "%-32s Iif: ", obuf);
119 fprintf(ofp, "unresolved ");
121 fprintf(ofp, "%-10s ", viftable[vifi]);
128 fprintf(ofp, "Oifs: ");
142 fprintf(ofp, "%s", viftable[ovifi]);
144 fprintf(ofp, "(ttl %d) ", ovifi);
146 fprintf(ofp, " ");
151 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
153 fprintf(ofp, ",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Dipmroute.c80 static void read_mroute_list(FILE *ofp) argument
122 fprintf(ofp, "%-32s Iif: ", obuf);
125 fprintf(ofp, "unresolved ");
127 fprintf(ofp, "%-10s ", viftable[vifi]);
134 fprintf(ofp, "Oifs: ");
148 fprintf(ofp, "%s", viftable[ovifi]);
150 fprintf(ofp, "(ttl %d) ", ovifi);
152 fprintf(ofp, " ");
157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
159 fprintf(ofp, ",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/sysdeps/qca/
H A Dqca.c2162 FILE *fp,*ofp; local
2194 if ((ofp = fopen(ofile, "a")) == NULL)
2364 fprintf(ofp, "\"ERR_BNAD\",");
2366 fprintf(ofp, "\"2G\",");
2368 fprintf(ofp, "\"5G\",");
2370 fprintf(ofp, "\"ERR_BNAD\",");
2377 fprintf(ofp, "\"\",");
2379 fprintf(ofp, "\"%s\",", ssid_str);
2381 fprintf(ofp, "\"%d\",", atoi(ch));
2383 fprintf(ofp, "\"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/sysdeps/qca/
H A Dqca.c2162 FILE *fp,*ofp; local
2194 if ((ofp = fopen(ofile, "a")) == NULL)
2364 fprintf(ofp, "\"ERR_BNAD\",");
2366 fprintf(ofp, "\"2G\",");
2368 fprintf(ofp, "\"5G\",");
2370 fprintf(ofp, "\"ERR_BNAD\",");
2377 fprintf(ofp, "\"\",");
2379 fprintf(ofp, "\"%s\",", ssid_str);
2381 fprintf(ofp, "\"%d\",", atoi(ch));
2383 fprintf(ofp, "\"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/sysdeps/qca/
H A Dqca.c2162 FILE *fp,*ofp; local
2194 if ((ofp = fopen(ofile, "a")) == NULL)
2364 fprintf(ofp, "\"ERR_BNAD\",");
2366 fprintf(ofp, "\"2G\",");
2368 fprintf(ofp, "\"5G\",");
2370 fprintf(ofp, "\"ERR_BNAD\",");
2377 fprintf(ofp, "\"\",");
2379 fprintf(ofp, "\"%s\",", ssid_str);
2381 fprintf(ofp, "\"%d\",", atoi(ch));
2383 fprintf(ofp, "\"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dobjfiles.c678 struct objfile *ofp;
680 ALL_OBJFILES (ofp)
682 if (ofp->psymtabs != NULL)
697 struct objfile *ofp;
699 ALL_OBJFILES (ofp)
701 if (ofp->symtabs != NULL)
738 struct objfile *ofp;
740 ALL_OBJFILES (ofp)
742 if (ofp->minimal_symbol_count > 0)
676 struct objfile *ofp; local
695 struct objfile *ofp; local
736 struct objfile *ofp; local
H A Dparse.c411 struct objfile *ofp;
413 ALL_OBJFILES (ofp)
414 if (ofp->obfd == bfd)
418 write_exp_elt_objfile (ofp);
408 struct objfile *ofp; local
H A Dsource.c229 struct objfile *ofp;
258 for (ofp = object_files; ofp != NULL; ofp = ofp->next)
260 for (s = ofp->symtabs; s; s = s->next)
273 for (ofp = object_files; ofp != NULL; ofp = ofp
228 struct objfile *ofp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dobjfiles.c678 struct objfile *ofp;
680 ALL_OBJFILES (ofp)
682 if (ofp->psymtabs != NULL)
697 struct objfile *ofp;
699 ALL_OBJFILES (ofp)
701 if (ofp->symtabs != NULL)
738 struct objfile *ofp;
740 ALL_OBJFILES (ofp)
742 if (ofp->minimal_symbol_count > 0)
676 struct objfile *ofp; local
695 struct objfile *ofp; local
736 struct objfile *ofp; local
H A Dparse.c411 struct objfile *ofp;
413 ALL_OBJFILES (ofp)
414 if (ofp->obfd == bfd)
418 write_exp_elt_objfile (ofp);
408 struct objfile *ofp; local
H A Dsource.c229 struct objfile *ofp;
258 for (ofp = object_files; ofp != NULL; ofp = ofp->next)
260 for (s = ofp->symtabs; s; s = s->next)
273 for (ofp = object_files; ofp != NULL; ofp = ofp
228 struct objfile *ofp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dobjfiles.c678 struct objfile *ofp;
680 ALL_OBJFILES (ofp)
682 if (ofp->psymtabs != NULL)
697 struct objfile *ofp;
699 ALL_OBJFILES (ofp)
701 if (ofp->symtabs != NULL)
738 struct objfile *ofp;
740 ALL_OBJFILES (ofp)
742 if (ofp->minimal_symbol_count > 0)
676 struct objfile *ofp; local
695 struct objfile *ofp; local
736 struct objfile *ofp; local
H A Dparse.c411 struct objfile *ofp;
413 ALL_OBJFILES (ofp)
414 if (ofp->obfd == bfd)
418 write_exp_elt_objfile (ofp);
408 struct objfile *ofp; local
H A Dsource.c229 struct objfile *ofp;
258 for (ofp = object_files; ofp != NULL; ofp = ofp->next)
260 for (s = ofp->symtabs; s; s = s->next)
273 for (ofp = object_files; ofp != NULL; ofp = ofp
228 struct objfile *ofp; local
[all...]

Completed in 269 milliseconds