Lines Matching defs:fr
693 frentry_t *fr;
702 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
704 printf("%qu ",(unsigned long long)fr->fr_hits);
706 printf("%ld ", fr->fr_hits);
708 printfr(fr, ipftestioctl);
718 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
720 printf("%qu ",(unsigned long long)fr->fr_hits);
722 printf("%ld ", fr->fr_hits);
724 printfr(fr, ipftestioctl);