Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dkeyboard.c1870 char *first_free, *fj, *fnw; in vt_do_kdgkb_ioctl() local
1920 fj = func_table[j]; in vt_do_kdgkb_ioctl()
1922 fj = first_free; in vt_do_kdgkb_ioctl()
1927 memmove(fj + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
1933 func_table[i] = fj; in vt_do_kdgkb_ioctl()
1946 func_table[i] = fj; in vt_do_kdgkb_ioctl()
1947 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()
1948 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()
1953 if (first_free > fj) { in vt_do_kdgkb_ioctl()
1954 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()