Searched refs:fj (Results 1 – 1 of 1) sorted by relevance
323 char *first_free, *fj, *fnw; in do_kdgkb_ioctl() local373 fj = func_table[j]; in do_kdgkb_ioctl()375 fj = first_free; in do_kdgkb_ioctl()380 memmove(fj + delta, fj, first_free - fj); in do_kdgkb_ioctl()386 func_table[i] = fj; in do_kdgkb_ioctl()399 func_table[i] = fj; in do_kdgkb_ioctl()400 if (fj > funcbufptr) in do_kdgkb_ioctl()401 memmove(fnw, funcbufptr, fj - funcbufptr); in do_kdgkb_ioctl()406 if (first_free > fj) { in do_kdgkb_ioctl()407 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in do_kdgkb_ioctl()