Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1986 char *first_free, *fj, *fnw; in vt_do_kdgkb_ioctl() local
2036 fj = func_table[j]; in vt_do_kdgkb_ioctl()
2038 fj = first_free; in vt_do_kdgkb_ioctl()
2043 memmove(fj + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
2049 func_table[i] = fj; in vt_do_kdgkb_ioctl()
2062 func_table[i] = fj; in vt_do_kdgkb_ioctl()
2063 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()
2064 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()
2069 if (first_free > fj) { in vt_do_kdgkb_ioctl()
2070 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()