Home
last modified time | relevance | path

Searched refs:K_NOSUCHMAP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dkeyboard.c388 val = (kb_index ? K_HOLE : K_NOSUCHMAP); in do_kdsk_ioctl()
393 if (!kb_index && tmp.kb_value == K_NOSUCHMAP) { in do_kdsk_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dkeyboard.h329 #define K_NOSUCHMAP K(KT_SPEC,127) /* returned by KDGKBENT */ macro
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c1938 val = idx ? K_HOLE : K_NOSUCHMAP; in vt_kdgkbent()
1950 if (!idx && val == K_NOSUCHMAP) { in vt_kdskbent()