/src/sys/dev/hid/ |
hidkbd.c | 70 #define NN 0 /* no translation */ 78 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ 92 0x6c, 0x6d, 0x6e, 0x76, 0x97, NN, 0x93, 0x95, /* 70 - 77 */ 94 0xb0, 0xae, NN, NN, NN, 0x7e, NN, 0x73, /* 80 - 87 * [all...] |
/src/sys/dev/bluetooth/ |
btkbd.c | 421 #define NN 0 /* no translation */ 429 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ 441 0x48, 0x49, 0x52, 0x53, 0x56, 0xdd, NN, 0x59, /* 60 - 67 */ 442 0x5d, 0x5e, 0x5f, NN, NN, NN, NN, NN, /* 68 - 6f * [all...] |
/src/libexec/getty/ |
gettytab.h | 169 #define NN gettyflags[24].value
|
/src/sys/dev/usb/ |
ukbd.c | 188 #define NN 0 /* no translation */ 201 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ 214 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, NN, /* 68 - 6f */ 215 NN, NN, NN, NN, 0x84, 0x85, 0x87, 0x88, /* 70 - 77 * [all...] |
/src/sys/arch/sgimips/dev/ |
crmfb.c | 1705 int MM = 0, NN = 0, PP = 0, ff = 0; 1719 NN = N; 1727 NN = N; 1735 DPRINTF("%d: M %d N %d P %d -> %d\n", f_out, MM, NN, PP, ff); 1737 ret = (MM - 1) | ((NN - 1) << 8) | (P << 14);
|