Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 25 of 145) sorted by relevance

123456

/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault1 # bhyve ps2kbd keyboard layout file (US - default)
8 # To create the keyboard layout file, first copy this 'default' file into the
12 # Then, it is necessary to define the difference between the standard US keyboard
13 # and the keyboard for each language according to the setting method described
17 # In addition, the definition of the standard layout setting (US keyboard)
21 # US keyboard settings.
36 # This is because the US keyboard can input the '@' sign with the Shift + number'2'
41 # ScanCode differs depending on the keyboard of eash language, so check it on
44 # the US keyboard, so you do not need to set anything below.
164 # the US keyboard, so you do not need to set anything below.
[all …]
H A Dua1 # bhyve ps2kbd keyboard layout file
H A Dbg_phonetic1 # bhyve ps2kbd keyboard layout file
H A Dgr1 # bhyve ps2kbd keyboard layout file
H A Dgr_101_acc1 # bhyve ps2kbd keyboard layout file
H A Dhu_1011 # bhyve ps2kbd keyboard layout file
H A Dru_shift1 # bhyve ps2kbd keyboard layout file
H A Dru_win1 # bhyve ps2kbd keyboard layout file
H A Dbg_bds1 # bhyve ps2kbd keyboard layout file
H A Dam1 # bhyve ps2kbd keyboard layout file
H A Dkz_io1 # bhyve ps2kbd keyboard layout file
H A Dkz_kst1 # bhyve ps2kbd keyboard layout file
H A Duk_macbook1 # bhyve ps2kbd keyboard layout file
H A Dua_shift_alt1 # bhyve ps2kbd keyboard layout file
H A Dcz1 # bhyve ps2kbd keyboard layout file
H A Dus_emacs1 # bhyve ps2kbd keyboard layout file
H A Dlt1 # bhyve ps2kbd keyboard layout file
H A Dru1 # bhyve ps2kbd keyboard layout file
H A Duk1 # bhyve ps2kbd keyboard layout file
H A Dcentraleuropean1 # bhyve ps2kbd keyboard layout file
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S54 .set MEM_BIOS_KEYBOARD,0x496 # BDA byte with keyboard bit
238 * legacy-free and simply doesn't have a keyboard controller.
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dkbd_layouts27 # The following lines define the keyboard layouts supported in kernel.
28 # The /usr/bin/kbd (-s option) reads the file to get the keyboard layout
/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h77 struct keyboard *table; /* Keyboard table to use. */
281 struct keyboard { struct
H A Dkbdreg.h45 struct keyboard *k_curkeyboard;
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dusb_keytables.c411 static struct keyboard kbtrans_usb_keyindex = {
436 struct keyboard *
439 struct keyboard *pkbd; in kbtrans_usbkb_maptab_init()
441 pkbd = (struct keyboard *) in kbtrans_usbkb_maptab_init()
442 kmem_alloc(sizeof (struct keyboard), KM_SLEEP); in kbtrans_usbkb_maptab_init()
450 kbtrans_usbkb_maptab_fini(struct keyboard **ppkbd) in kbtrans_usbkb_maptab_fini()
452 kmem_free(*ppkbd, sizeof (struct keyboard)); in kbtrans_usbkb_maptab_fini()

123456