Lines Matching refs:basep
968 fixup_stats(struct resp_buf *basep, struct resp_buf *prev, struct resp_buf *new)
970 int rno = basep->len;
971 struct tr_resp *b = basep->resps + rno;
998 rno = basep->len;
999 b = basep->resps + rno;
1036 rno = basep->len;
1037 b = basep->resps + rno;
1047 print_stats(struct resp_buf *basep, struct resp_buf *prev, struct resp_buf *new)
1053 int rno = basep->len - 1;
1054 struct tr_resp *b = basep->resps + rno;
1061 int first = (basep == prev);
1069 inet_fmt(basep->qhdr.tr_raddr), s1);