Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dkeyboard.c2006 char *first_free, *fj, *fnw; in vt_do_kdgkb_ioctl() local
2060 fj = func_table[j]; in vt_do_kdgkb_ioctl()
2062 fj = first_free; in vt_do_kdgkb_ioctl()
2069 memmove(fj + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
2075 func_table[i] = fj; in vt_do_kdgkb_ioctl()
2094 func_table[i] = fj; in vt_do_kdgkb_ioctl()
2096 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()
2097 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()
2103 if (first_free > fj) { in vt_do_kdgkb_ioctl()
2104 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()