Lines Matching refs:cnt
150 int cnt, len, err, moreflag;
163 cnt = t_rcv(fd, &hdrbuf, sizeof (hdrbuf), &moreflag);
164 if (cnt < 0) {
170 if (cnt != sizeof (hdrbuf)) {
171 DPRINT("hdr cnt %d", cnt);
201 cnt = t_rcv(fd, buf, len, &moreflag);
202 if (cnt < 0) {
207 buf += cnt;
208 len -= cnt;
224 int cnt, err;
229 cnt = poll(pfd, 1, tmo);
230 switch (cnt) {