Lines Matching defs:fp
208 FILE *fp = (FILE*)arg;
237 fprintf(fp, "deleted ");
239 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16);
241 fprintf(fp, "dev %s ", ll_index_to_name(t->tcm_ifindex));
243 fprintf(fp, "root ");
246 fprintf(fp, "parent %s ", abuf);
249 fprintf(fp, "refcnt %d ", t->tcm_info);
260 q->print_qopt(q, fp, tb[TCA_OPTIONS]);
262 fprintf(fp, "[cannot parse qdisc parameters]");
264 fprintf(fp, "\n");
266 print_size_table(fp, " ", tb[TCA_STAB]);
267 fprintf(fp, "\n");
273 print_tcstats_attr(fp, tb, " ", &xstats);
274 fprintf(fp, "\n");
278 q->print_xstats(q, fp, xstats);
279 fprintf(fp, "\n");
282 fflush(fp);