Searched refs:funcbufptr (Results 1 – 3 of 3) sorted by relevance
2010 first_free = funcbufptr + (funcbufsize - funcbufleft); in vt_do_kdgkb_ioctl()2041 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()2042 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()2045 func_table[k] = fnw + (func_table[k] - funcbufptr); in vt_do_kdgkb_ioctl()2048 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()2051 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta; in vt_do_kdgkb_ioctl()2053 if (funcbufptr != func_buf) in vt_do_kdgkb_ioctl()2054 kfree(funcbufptr); in vt_do_kdgkb_ioctl()2055 funcbufptr = fnw; in vt_do_kdgkb_ioctl()
187 char *funcbufptr = func_buf;
125 char *funcbufptr = func_buf; variable