Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dkeyboard.c1996 char *first_free, *fj, *fnw; in vt_do_kdgkb_ioctl() local
2054 fj = func_table[j]; in vt_do_kdgkb_ioctl()
2056 fj = first_free; in vt_do_kdgkb_ioctl()
2063 memmove(fj + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
2069 func_table[i] = fj; in vt_do_kdgkb_ioctl()
2088 func_table[i] = fj; in vt_do_kdgkb_ioctl()
2090 if (fj > funcbufptr) in vt_do_kdgkb_ioctl()
2091 memmove(fnw, funcbufptr, fj - funcbufptr); in vt_do_kdgkb_ioctl()
2097 if (first_free > fj) { in vt_do_kdgkb_ioctl()
2098 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()