Lines Matching defs:xbuff
101 unsigned char xbuff[SLCAN_MTU]; /* transmitter buffer*/
503 pos = sl->xbuff;
551 actual = sl->tty->ops->write(sl->tty, sl->xbuff, pos - sl->xbuff);
552 sl->xleft = (pos - sl->xbuff) - actual;
553 sl->xhead = sl->xbuff + actual;
650 n = scnprintf(sl->xbuff, sizeof(sl->xbuff), "%s", cmd);
652 actual = sl->tty->ops->write(sl->tty, sl->xbuff, n);
654 sl->xhead = sl->xbuff + actual;