Searched refs:funcbufptr (Results 1 – 4 of 4) sorted by relevance
125 char *funcbufptr = func_buf; variable
1928 first_free = funcbufptr + (funcbufsize - funcbufleft); in vt_do_kdgkb_ioctl()1959 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()1960 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()1963 func_table[k] = fnw + (func_table[k] - funcbufptr); in vt_do_kdgkb_ioctl()1966 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()1969 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta; in vt_do_kdgkb_ioctl()1971 if (funcbufptr != func_buf) in vt_do_kdgkb_ioctl()1972 kfree(funcbufptr); in vt_do_kdgkb_ioctl()1973 funcbufptr = fnw; in vt_do_kdgkb_ioctl()
187 char *funcbufptr = func_buf;
12 extern char *funcbufptr;