Home
last modified time | relevance | path

Searched refs:kbd (Results 1 – 25 of 97) sorted by relevance

1234

/openbsd/sys/dev/hid/
H A Dhidkbd.c240 kbd->sc_var = NULL; in hidkbd_attach()
250 kbd->sc_nvar, kbd->sc_nkeycode); in hidkbd_attach()
268 timeout_set(&kbd->sc_delay, hidkbd_delayed_decode, kbd); in hidkbd_attach()
285 kbd->sc_wskbddev = config_found(kbd->sc_device, &a, wskbddevprint); in hidkbd_attach_wskbd()
405 (*kbd->sc_munge)(kbd, (uint8_t *)data, len); in hidkbd_input()
422 if (kbd->sc_keycodeloc.pos / 8 + kbd->sc_nkeycode <= len) in hidkbd_input()
428 if (kbd->sc_debounce && !kbd->sc_polling) { in hidkbd_input()
447 hidkbd_decode(kbd, &kbd->sc_data); in hidkbd_delayed_decode()
490 if ((kbd->sc_odata.var[i] & kbd->sc_var[i].mask) != in hidkbd_decode()
668 memmove(kbd->sc_pollchars, kbd->sc_pollchars+1, in hidkbd_cngetc()
[all …]
/openbsd/sys/dev/i2c/
H A Dikbd.c99 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_attach() local
119 if (kbd->sc_console_keyboard) { in ikbd_attach()
134 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_detach() local
136 return hidkbd_detach(kbd, flags); in ikbd_detach()
143 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_intr() local
145 if (kbd->sc_enabled != 0) in ikbd_intr()
153 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_enable() local
200 kbd->sc_polling = 1; in ikbd_cngetc()
201 while (kbd->sc_npollchar <= 0) { in ikbd_cngetc()
205 kbd->sc_polling = 0; in ikbd_cngetc()
[all …]
/openbsd/sys/dev/usb/
H A Dukbd.c214 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_attach() local
314 if (kbd->sc_console_keyboard) { in ukbd_attach()
340 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_detach() local
343 rv = hidkbd_detach(kbd, flags); in ukbd_detach()
356 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_intr() local
358 if (kbd->sc_enabled != 0) in ukbd_intr()
429 kbd->sc_polling = 1; in ukbd_cngetc()
430 while (kbd->sc_npollchar <= 0) in ukbd_cngetc()
432 kbd->sc_polling = 0; in ukbd_cngetc()
433 hidkbd_cngetc(kbd, type, data); in ukbd_cngetc()
[all …]
/openbsd/gnu/usr.bin/texinfo/doc/
H A Dinfo.texi379 @key{CTRL} and type @kbd{L} or @kbd{l}).
461 Now type @kbd{]}, to learn about the @kbd{]} and @kbd{[} commands.
481 @kbd{n} or @kbd{p} could move to.
507 With only the @kbd{n} (next), @kbd{p} (previous), @kbd{@key{SPC}},
508 @kbd{@key{BACKSPACE}}, @kbd{]} and @kbd{[} commands for moving between
588 @kbd{n} or @kbd{b} or @key{SPC} or @kbd{m}. If that line contains
705 node's header line it acts like @kbd{n}, @kbd{p}, or @kbd{u}, etc. At
778 can type @kbd{?} after an @kbd{f}. The @kbd{f} continues to await a
873 Note the difference between @kbd{l} and @kbd{p}: @kbd{l} moves to
980 you might like to use the commands @kbd{1}, @kbd{2}, @kbd{3}, @kbd{4},
[all …]
H A Dinfo-stnd.texi359 press the @kbd{CTRL} key and the key @var{x}. @kbd{M-@var{x}} means
361 @kbd{META} key is known as the @kbd{ALT} key. @kbd{SPC} is the space
1147 @item @kbd{M-x find-menu}
1292 @item @kbd{M-x prev-window}
1597 @item @kbd{M-x print-node}
1629 @item @kbd{M-x describe-key}
1639 @item @kbd{M-x where-is}
1697 @kbd{C-u 3 2 C-l}
1704 @kbd{M-3 2 C-l}
1714 To make a negative argument, type @kbd{-}. Typing @kbd{-} alone makes a
[all …]
/openbsd/usr.sbin/wsconscfg/
H A Dwsconscfg.c64 int c, delete, kbd, idx, wsfd, res, mux; in main() local
71 kbd = 0; in main()
86 kbd = 1; in main()
90 kbd = 1; in main()
109 if (kbd ? (argc > 1) : (argc != 1)) in main()
120 if (kbd) { in main()
/openbsd/sys/arch/arm64/dev/
H A Daplhidev.c615 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_attach() local
636 if (kbd->sc_console_keyboard) { in aplkbd_attach()
651 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_intr() local
653 if (kbd->sc_enabled) in aplkbd_intr()
661 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_enable() local
663 return hidkbd_enable(kbd, on); in aplkbd_enable()
670 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_ioctl() local
703 kbd->sc_polling = 1; in aplkbd_cngetc()
704 while (kbd->sc_npollchar <= 0) { in aplkbd_cngetc()
708 kbd->sc_polling = 0; in aplkbd_cngetc()
[all …]
H A Dapldc.c1188 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_attach() local
1202 if (kbd->sc_console_keyboard) { in apldckbd_attach()
1217 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_intr() local
1219 if (kbd->sc_enabled) in apldckbd_intr()
1227 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_enable() local
1229 return hidkbd_enable(kbd, on); in apldckbd_enable()
1236 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_ioctl() local
1269 kbd->sc_polling = 1; in apldckbd_cngetc()
1270 while (kbd->sc_npollchar <= 0) { in apldckbd_cngetc()
1274 kbd->sc_polling = 0; in apldckbd_cngetc()
[all …]
/openbsd/distrib/special/kbd/
H A DMakefile3 PROG= kbd
6 .PATH: ${.CURDIR}/../../../sbin/kbd
/openbsd/sbin/kbd/
H A DMakefile9 PROG= kbd
17 MAN= kbd.8
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-vax.texi219 @kbd{bsbb @dots{}}
221 @kbd{bsbw @dots{}}
223 @kbd{jsb @dots{}}
230 @kbd{brb @dots{}}
232 @kbd{brw @dots{}}
234 @kbd{jmp @dots{}}
247 @kbd{b@var{COND} @dots{}}
249 @kbd{b@var{NOTCOND} foo ; brw @dots{} ; foo:}
257 @kbd{@var{OPCODE} @dots{}}
272 @kbd{@var{OPCODE} @dots{}}
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-vax.texi219 @kbd{bsbb @dots{}}
221 @kbd{bsbw @dots{}}
223 @kbd{jsb @dots{}}
230 @kbd{brb @dots{}}
232 @kbd{brw @dots{}}
234 @kbd{jmp @dots{}}
247 @kbd{b@var{COND} @dots{}}
249 @kbd{b@var{NOTCOND} foo ; brw @dots{} ; foo:}
257 @kbd{@var{OPCODE} @dots{}}
272 @kbd{@var{OPCODE} @dots{}}
[all …]
/openbsd/gnu/lib/libreadline/doc/
H A Drluser.texinfo145 with @kbd{C-f}.
155 @item @kbd{C-b}
157 @item @kbd{C-f}
161 @item @kbd{C-d}
165 @item @kbd{C-_} or @kbd{C-x C-u}
186 @table @kbd
228 @table @kbd
251 @table @kbd
257 the prior command is @kbd{C-y} or @kbd{M-y}.
1151 @item digit-argument (@kbd{M-0}, @kbd{M-1}, @dots{} @kbd{M--})
[all …]
/openbsd/usr.bin/file/magdir/
H A Dmips11 # kbd file definitions
12 0 string kbd!map kbd map file
/openbsd/sbin/
H A DMakefile6 isakmpd kbd ldattach mknod mount \
/openbsd/distrib/special/
H A DMakefile6 ftp-ssl grep growfs gzip hostname ifconfig init installboot kbd ksh ln \
/openbsd/usr.bin/mg/
H A DMakefile17 echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
/openbsd/sys/arch/luna88k/stand/boot/
H A DMakefile36 SRCS+= bmc.c bmd.c font.c kbd.c
/openbsd/distrib/notes/landisk/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media
/openbsd/distrib/notes/loongson/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media
/openbsd/distrib/notes/luna88k/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media
/openbsd/distrib/notes/macppc/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media
/openbsd/distrib/notes/octeon/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media
/openbsd/distrib/notes/powerpc64/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media
/openbsd/distrib/notes/riscv64/
H A Dfeatures16 dnl define if /sbin/kbd exists on the media

1234