/titanic_44/usr/src/cmd/kbd/ |
H A D | kbd.c | 115 int kbd, freq_val; in main() local 217 if ((kbd = open(kbdname, O_RDWR)) < 0) { in main() 224 kbd_defaults(kbd); in main() 230 (void) get_type(kbd); in main() 233 get_layout(kbd); in main() 235 if (cflag && (error = click(copt, kbd)) != 0) in main() 239 reset(kbd); in main() 241 if (aflag && (error = abort_enable(aopt, kbd)) != 0) in main() 244 if (Dflag && (error = set_repeat_delay(delay, kbd)) != 0) in main() 247 if (Rflag && (error = set_repeat_rate(rate, kbd)) != 0) in main() [all …]
|
H A D | keymap | 45 [ -h /dev/kbd -a -x /usr/bin/kbd ] && /usr/bin/kbd -i >/dev/null 2>&1
|
H A D | Makefile | 34 PROG = kbd
|
/titanic_44/usr/src/cmd/loadkeys/ |
H A D | set_keyboard_layout | 61 /usr/bin/kbd -s $KBD_LAYOUT_NAME
|
/titanic_44/usr/src/cmd/loadkeys/type_6/ |
H A D | kbd_layouts | 28 # The /usr/bin/kbd (-s option) reads the file to get the keyboard layout 34 # order so that the kbd -s presents them in that way.
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | grub.texi | 516 # @kbd{cd /usr/lib/grub/i386-pc} 517 # @kbd{dd if=stage1 of=/dev/fd0 bs=512 count=1} 520 # @kbd{dd if=stage2 of=/dev/fd0 bs=512 seek=1} 557 grub> @kbd{root (hd0,0)} 564 grub> @kbd{find /boot/grub/stage1} 574 grub> @kbd{setup (hd0)} 583 grub> @kbd{setup (hd0,0)} 618 # @kbd{grub-install /dev/hda} 624 # @kbd{grub-install /dev/hd0} 630 # @kbd{grub-install '(hd0)'} [all …]
|
H A D | texinfo.tex | 1837 % @kbd is like @code, except that if the argument is just one @key command, 1838 % then @kbd has no effect. 1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), 1841 % `example' (@kbd uses ttsl only inside of @example and friends), 1842 % or `code' (@kbd uses normal tty font always). 1935 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par} 3295 \definedummyword{kbd}% 4942 \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special.
|
/titanic_44/usr/src/cmd/login/ |
H A D | logindevperm.sh | 61 /dev/vt/console_user 0600 /dev/mouse:/dev/kbd
|
/titanic_44/usr/src/cmd/ |
H A D | Makefile | 222 kbd \ 606 kbd \
|
H A D | Makefile.check | 52 kbd \
|
/titanic_44/usr/src/cmd/power/ |
H A D | powerd.c | 604 int kbd, mouse, system, least_idle, idlecheck_time; in check_shutdown() local 636 if ((kbd = (int)conskbd_idle_time()) < 0) { in check_shutdown() 647 least_idle = MIN(system, MIN(kbd, mouse)); in check_shutdown()
|
/titanic_44/usr/src/man/man1/ |
H A D | Makefile | 171 kbd.1 \
|
/titanic_44/usr/src/ |
H A D | Makefile.lint | 179 cmd/kbd \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1.inc | 104 file path=usr/share/man/man1/kbd.1
|
H A D | system-kernel.mf | 122 driver name=conskbd perms="kbd 0666 root sys"
|
H A D | SUNWcs.mf | 773 file path=usr/bin/kbd mode=0555
|
H A D | system-header.mf | 1141 file path=usr/include/sys/kbd.h
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | Makefile | 291 kbd.h \
|
/titanic_44/usr/src/lib/libsecdb/ |
H A D | exec_attr.txt | 53 Device Security:solaris:cmd:::/usr/bin/kbd:uid=0;gid=sys
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 1483 KB_OBJS += kbd.o keytables.o
|
/titanic_44/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 2269 product SONY RF_RECEIVER 0x01db Sony RF mouse/kbd Receiver VGP-WRC1
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 207 add support for s/key (kbd-interactive) to ssh2, based on work by
|
/titanic_44/ |
H A D | .gitignore | 1505 usr/src/cmd/kbd/kbd
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3336 * docs/tutorial.texi: Add `@kbd{...}' to examples in order to
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 2250 # <kel> is end on a PC kbd. Actually 'select' on a VT. Mapped to 2252 # khome is Home on a PC kbd. Actually 'FIND' on a VT. 2439 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
|