Searched refs:funcbufptr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkbd_kern.h14 extern char *funcbufptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c370 first_free = funcbufptr + (funcbufsize - funcbufleft);
401 if (fj > funcbufptr)
402 memmove(fnw, funcbufptr, fj - funcbufptr);
405 func_table[k] = fnw + (func_table[k] - funcbufptr);
408 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);
411 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta;
413 if (funcbufptr != func_buf)
414 kfree(funcbufptr);
415 funcbufptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Ddefkeymap.c125 char *funcbufptr = func_buf; variable

Completed in 115 milliseconds