Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dkeyboard.c1961 first_free = funcbufptr + (funcbufsize - funcbufleft); in vt_do_kdgkb_ioctl()
1992 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()
1993 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()
1996 func_table[k] = fnw + (func_table[k] - funcbufptr); in vt_do_kdgkb_ioctl()
1999 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
2002 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta; in vt_do_kdgkb_ioctl()
2004 if (funcbufptr != func_buf) in vt_do_kdgkb_ioctl()
2005 kfree(funcbufptr); in vt_do_kdgkb_ioctl()
2006 funcbufptr = fnw; in vt_do_kdgkb_ioctl()
Ddefkeymap.c_shipped187 char *funcbufptr = func_buf;
/drivers/s390/char/
Ddefkeymap.c125 char *funcbufptr = func_buf; variable