Searched refs:xhead (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dx25_asy.h29 unsigned char *xhead; /* pointer to next byte to XMIT */ member in struct:x25_asy
H A Dx25_asy.c142 memcpy(sl->xbuff, sl->xhead, sl->xleft);
148 sl->xhead = sl->xbuff;
249 sl->xhead = sl->xbuff + actual;
276 actual = tty->ops->write(tty, sl->xhead, sl->xleft);
278 sl->xhead += actual;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslip.h66 unsigned char *xhead; /* pointer to next byte to XMIT */ member in struct:slip
H A Dslip.c271 memcpy(sl->xbuff, sl->xhead, sl->xleft);
277 sl->xhead = sl->xbuff;
413 sl->xhead = sl->xbuff + actual;
442 actual = tty->ops->write(tty, sl->xhead, sl->xleft);
444 sl->xhead += actual;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A D6pack.c95 unsigned char *xhead; /* next byte to XMIT */ member in struct:sixpack
154 sp->xhead += actual;
226 sp->xhead = sp->xbuff + actual;
231 sp->xhead = sp->xbuff;
442 actual = tty->ops->write(tty, sp->xhead, sp->xleft);
444 sp->xhead += actual;
937 sp->xhead += actual;
H A Dmkiss.c61 unsigned char *xhead; /* pointer to next byte to XMIT */ member in struct:mkiss
406 memcpy(ax->xbuff, ax->xhead, ax->xleft);
413 ax->xhead = ax->xbuff;
526 ax->xhead = ax->xbuff + actual;
979 actual = tty->ops->write(tty, ax->xhead, ax->xleft);
981 ax->xhead += actual;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx1899 int xhead = rcTab.right - 1 - ydiff; local
1900 if (xhead <= rcTab.left) {
1901 ydiff -= rcTab.left - xhead - 1;
1902 xhead = rcTab.left - 1;
1909 surface->LineTo(xhead, ymid - ydiff);
1911 surface->LineTo(xhead, ymid + ydiff);

Completed in 126 milliseconds