Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c69 MKEY, enumerator
493 case MKEY: in main()
528 if ((port_args[MKEY].set || port_args[MKEYLEASE].set || in main()
615 if (port_args[MKEY].set) in main()
/freebsd/sys/sys/
H A Dkbio.h277 #define MKEY 0x04000000 /* meta key marker (prepend ESC)*/ macro
/freebsd/sys/dev/kbd/
H A Dkbd.c745 case MKEY: /* the META flag: prepend ESC */ in genkbd_event()
1434 return (action | MKEY); in genkbd_keyaction()
1463 action |= MKEY; in genkbd_keyaction()
/freebsd/sys/dev/syscons/
H A Dsyscons.c867 case MKEY: /* meta is active, prepend ESC */ in sckbdevent()