Home
last modified time | relevance | path

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

/freebsd/sys/dev/kbd/
H A Dkbd.c1057 keymap_change_ok(keymap_t *oldmap, keymap_t *newmap, struct thread *td) in keymap_change_ok() argument
1062 if ((error = key_change_ok(&oldmap->key[keycode], in keymap_change_ok()
1070 accent_change_ok(accentmap_t *oldmap, accentmap_t *newmap, struct thread *td) in accent_change_ok() argument
1078 if (oldmap->n_accs != newmap->n_accs) in accent_change_ok()
1081 for (accent = 0; accent < oldmap->n_accs; accent++) { in accent_change_ok()
1082 oldacc = &oldmap->acc[accent]; in accent_change_ok()