Lines Matching refs:queued
208 int nsd, ret, queued = -1; in wait_for_ack() local
211 ret = ioctl(fd, TIOCOUTQ, &queued); in wait_for_ack()
219 if ((size_t)queued > total) in wait_for_ack()
220 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack()
221 assert(nsd <= queued); in wait_for_ack()
223 if (queued == 0) in wait_for_ack()
356 unsigned int queued; in process_one_client() local
358 ret = ioctl(fd, FIONREAD, &queued); in process_one_client()
361 if (queued > expect_len) in process_one_client()
363 queued, expect_len); in process_one_client()
364 if (queued == expect_len) in process_one_client()