Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-keymap.c143 static xkb_mod_mask_t get_mod(struct xkb_keymap *map, const char *name) in get_mod() function
230 shift = get_mod(map, "Shift"); in main()
231 ctrl = get_mod(map, "Control"); in main()
232 altgr = get_mod(map, "AltGr"); in main()
233 numlock = get_mod(map, "NumLock"); in main()