Lines Matching refs:xleft
180 sl->xleft = 0; in sl_alloc_bufs()
269 if (sl->xleft) {
270 if (sl->xleft <= len) {
271 memcpy(sl->xbuff, sl->xhead, sl->xleft);
273 sl->xleft = 0;
413 sl->xleft = count - actual;
434 if (sl->xleft <= 0) {
444 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
445 sl->xleft -= actual;
485 (tty_chars_in_buffer(sl->tty) || sl->xleft) ?
487 sl->xleft = 0;
543 sl->xleft = 0;