Home | History | Annotate | Download | only in misc

Lines Matching refs:fp

92 		       const struct field_params *fp)
96 for (i = 0; i < fp->num; i++) {
97 struct lnstat_field *lf = fp->params[i].lf;
101 fp->params[i].print.width);
230 static struct field_params fp;
280 if (fp.num >= MAX_FIELDS) {
287 fp.params[fp.num++].name = tok;
304 fp.params[i].print.width = len;
309 fp.params[i].print.width = len;
329 if (!map_field_params(lnstat_files, &fp, interval))
332 header = build_hdr_string(lnstat_files, &fp, 80);
343 print_line(stdout, lnstat_files, &fp);