Lines Matching refs:xleft
179 sl->xleft = 0; in sl_alloc_bufs()
268 if (sl->xleft) {
269 if (sl->xleft <= len) {
270 memcpy(sl->xbuff, sl->xhead, sl->xleft);
272 sl->xleft = 0;
412 sl->xleft = count - actual;
433 if (sl->xleft <= 0) {
443 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
444 sl->xleft -= actual;
484 (tty_chars_in_buffer(sl->tty) || sl->xleft) ?
486 sl->xleft = 0;
542 sl->xleft = 0;