Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/kbd/
H A Dkbd.c1067 keymap_change_ok(keymap_t *oldmap, keymap_t *newmap, struct thread *td) in keymap_change_ok() argument
1072 if ((error = key_change_ok(&oldmap->key[keycode], in keymap_change_ok()
1080 accent_change_ok(accentmap_t *oldmap, accentmap_t *newmap, struct thread *td) in accent_change_ok() argument
1088 if (oldmap->n_accs != newmap->n_accs) in accent_change_ok()
1091 for (accent = 0; accent < oldmap->n_accs; accent++) { in accent_change_ok()
1092 oldacc = &oldmap->acc[accent]; in accent_change_ok()