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
231 shift = get_mod(map, "Shift"); in main()
232 ctrl = get_mod(map, "Control"); in main()
233 altgr = get_mod(map, "AltGr"); in main()
234 numlock = get_mod(map, "NumLock"); in main()