Searched refs:at_key (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dat_keyboard.c371 grub_uint8_t at_key; local
376 at_key = grub_inb (KEYBOARD_REG_DATA);
377 if (at_key == 0xe0)
383 if ((current_set == 2 || current_set == 3) && at_key == 0xf0)
390 if (at_key == GRUB_AT_ACK)
399 *is_break = !!(at_key & 0x80);
401 ret = set1_mapping[at_key & 0x7f];
406 if (set1_e0_mapping[i].from == (at_key & 0x7f))
417 ret = set2_mapping[at_key];
422 if (set2_e0_mapping[i].from == at_key)
[all...]

Completed in 20 milliseconds