Home
last modified time | relevance | path

Searched refs:funcbufptr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/s390/char/
Ddefkeymap.c125 char *funcbufptr = func_buf; variable
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c2032 first_free = funcbufptr + (funcbufsize - funcbufleft); in vt_do_kdgkb_ioctl()
2063 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()
2064 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()
2067 func_table[k] = fnw + (func_table[k] - funcbufptr); in vt_do_kdgkb_ioctl()
2070 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
2073 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta; in vt_do_kdgkb_ioctl()
2075 if (funcbufptr != func_buf) in vt_do_kdgkb_ioctl()
2076 kfree(funcbufptr); in vt_do_kdgkb_ioctl()
2077 funcbufptr = fnw; in vt_do_kdgkb_ioctl()
Ddefkeymap.c_shipped187 char *funcbufptr = func_buf;
/linux-4.4.14/include/linux/
Dkbd_kern.h12 extern char *funcbufptr;