Searched refs:fj (Results 1 – 1 of 1) sorted by relevance
279 char *first_free, *fj, *fnw; in do_kdgkb_ioctl() local315 fj = func_table[j]; in do_kdgkb_ioctl()317 fj = first_free; in do_kdgkb_ioctl()322 memmove(fj + delta, fj, first_free - fj); in do_kdgkb_ioctl()328 func_table[i] = fj; in do_kdgkb_ioctl()339 func_table[i] = fj; in do_kdgkb_ioctl()340 if (fj > funcbufptr) in do_kdgkb_ioctl()341 memmove(fnw, funcbufptr, fj - funcbufptr); in do_kdgkb_ioctl()346 if (first_free > fj) { in do_kdgkb_ioctl()347 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in do_kdgkb_ioctl()