Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/vt/
Dkeyboard.c1882 char *first_free, *fj, *fnw; in vt_do_kdgkb_ioctl() local
1932 fj = func_table[j]; in vt_do_kdgkb_ioctl()
1934 fj = first_free; in vt_do_kdgkb_ioctl()
1939 memmove(fj + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
1945 func_table[i] = fj; in vt_do_kdgkb_ioctl()
1958 func_table[i] = fj; 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()
1965 if (first_free > fj) { in vt_do_kdgkb_ioctl()
1966 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()