Home
last modified time | relevance | path

Searched refs:CTRL (Results 1 – 25 of 37) sorted by relevance

12

/mirbsd/src/sys/sys/
Dttydefaults.h58 #define CTRL(x) (x&037) macro
59 #define CEOF CTRL('d')
62 #define CINTR CTRL('c')
64 #define CKILL CTRL('u')
67 #define CSUSP CTRL('z')
69 #define CDSUSP CTRL('y')
70 #define CSTART CTRL('q')
71 #define CSTOP CTRL('s')
72 #define CLNEXT CTRL('v')
73 #define CDISCARD CTRL('o')
[all …]
/mirbsd/src/sys/ddb/
Ddb_input.c77 #define CTRL(c) ((c) & 0x1f) macro
158 case CTRL('b'):
165 case CTRL('f'):
172 case CTRL('a'):
179 case CTRL('e'):
186 case CTRL('w'):
191 case CTRL('h'):
197 case CTRL('d'):
202 case CTRL('k'):
207 case CTRL('u'):
[all …]
Ddb_output.c73 #define CTRL(c) ((c) & 0xff) macro
128 case CTRL('c'): in db_more()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di960.h37 #define CTRL 0 macro
173 { 0x08000000, "b", I_BASE, CTRL, 1, { 0, 0, 0 } },
174 { 0x09000000, "call", I_BASE, CTRL, 1, { 0, 0, 0 } },
175 { 0x0a000000, "ret", I_BASE, CTRL, 0, { 0, 0, 0 } },
176 { 0x0b000000, "bal", I_BASE, CTRL, 1, { 0, 0, 0 } },
177 { 0x10000000, "bno", I_BASE, CTRL, 1, { 0, 0, 0 } },
179 { 0x10000000, "bf", I_BASE, CTRL, 1, { 0, 0, 0 } },
181 { 0x10000000, "bru", I_BASE, CTRL, 1, { 0, 0, 0 } },
182 { 0x11000000, "bg", I_BASE, CTRL, 1, { 0, 0, 0 } },
184 { 0x11000000, "brg", I_BASE, CTRL, 1, { 0, 0, 0 } },
[all …]
Dmaxq.h321 #define CTRL MOD8 /* For the module containing the control registers. */ macro
368 "AP", CTRL, 0x0, 0x00 | CTRL, Reg_8W, MAX},
372 "APC", CTRL, 0x1, 0x10 | CTRL, Reg_8W, MAX},
375 "PSF", CTRL, 0x4, 0x40 | CTRL, Reg_8W, MAX},
378 "IC", CTRL, 0x5, 0x50 | CTRL, Reg_8W, MAX},
381 "IMR", CTRL, 0x6, 0x60 | CTRL, Reg_8W, MAX},
384 "SC", CTRL, 0x8, 0x80 | CTRL, Reg_8W, MAX},
387 "IIR", CTRL, 0xb, 0xb0 | CTRL, Reg_8R, MAX},
390 "CKCN", CTRL, 0xe, 0xe0 | CTRL, Reg_8W, MAX},
393 "WDCN", CTRL, 0xf, 0xf0 | CTRL, Reg_8W, MAX},
Dm88k.h379 #define CTRL 0x0000f000 macro
/mirbsd/src/usr.bin/systat/
Dkeyboard.c96 case CTRL('l'): in keyboard()
97 case CTRL('g'): in keyboard()
101 if (ch == CTRL('l')) in keyboard()
121 if (ch == CTRL('w') && col > 0) { in keyboard()
/mirbsd/src/lib/libedit/readline/
Dreadline.h76 #ifndef CTRL
81 #ifndef CTRL
82 #define CTRL(c) ((c) & 037) macro
90 #define ABORT_CHAR CTRL('G')
/mirbsd/src/bin/mksh/
Dedit.c1016 { XFUNC_del_back, 0, CTRL('?') },
1017 { XFUNC_del_bword, 1, CTRL('?') },
1018 { XFUNC_eot_del, 0, CTRL('D') },
1019 { XFUNC_del_back, 0, CTRL('H') },
1020 { XFUNC_del_bword, 1, CTRL('H') },
1025 { XFUNC_mv_back, 0, CTRL('B') },
1026 { XFUNC_mv_forw, 0, CTRL('F') },
1027 { XFUNC_search_char_forw, 0, CTRL(']') },
1028 { XFUNC_search_char_back, 1, CTRL(']') },
1029 { XFUNC_newline, 0, CTRL('M') },
[all …]
Dsh.h1585 #undef CTRL
1586 #define CTRL(x) ((x) == '?' ? 0x7F : (x) & 0x1F) /* ASCII */ macro
/mirbsd/src/usr.bin/tip/
Dcmdtab.c59 {CTRL('d'),NORM,"exit from tip", finish },
60 {CTRL('y'),NORM,"suspend tip (local+remote)", suspend },
61 {CTRL('z'),NORM,"suspend tip (local only)", suspend },
Dvars.c65 "fo", (char *)CTRL('p') },
79 "rc", (char *)CTRL('a') },
Dcmds.c883 kill(c == CTRL('y') ? getpid() : 0, SIGTSTP);
/mirbsd/src/lib/libncurses/src/progs/
Dtset.c117 #undef CTRL
118 #define CTRL(x) ((x) & 0x1f) macro
671 #define CEOF CTRL('D')
674 #define CERASE CTRL('H')
680 #define CKILL CTRL('U')
683 #define CLNEXT CTRL('v')
686 #define CRPRNT CTRL('r')
689 #define CQUIT CTRL('\\')
692 #define CSTART CTRL('Q')
695 #define CSTOP CTRL('S')
[all …]
/mirbsd/src/sys/lib/libsa/
Dgetfile.c36 #define CTRL(x) (x&037) macro
49 if (buf[0] == CTRL('d') && buf[1] == 0) in getfile()
/mirbsd/src/sys/dev/pci/
Dif_em_hw.c401 ctrl = E1000_READ_REG(hw, CTRL); in em_reset_hw()
405 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_PHY_RST)); in em_reset_hw()
425 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in em_reset_hw()
433 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in em_reset_hw()
573 ctrl = E1000_READ_REG(hw, CTRL); in em_init_hw()
574 E1000_WRITE_REG(hw, CTRL, ctrl | E1000_CTRL_PRIOR); in em_init_hw()
801 ctrl = E1000_READ_REG(hw, CTRL); in em_setup_fiber_serdes_link()
871 E1000_WRITE_REG(hw, CTRL, ctrl); in em_setup_fiber_serdes_link()
884 (E1000_READ_REG(hw, CTRL) & E1000_CTRL_SWDPIN1) == signal) { in em_setup_fiber_serdes_link()
930 ctrl = E1000_READ_REG(hw, CTRL); in em_setup_copper_link()
[all …]
/mirbsd/src/lib/libocurses/
Dtgoto.c44 #define CTRL(c) ((c) & 037) macro
174 if ((which == 0 || which == CTRL('d') || which == '\n')
/mirbsd/src/usr.sbin/lpr/lpd/
Dkey.c160 ip->t.c_cc[VKILL] = CTRL('u'); in f_dec()
161 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
/mirbsd/src/bin/stty/
Dkey.c176 ip->t.c_cc[VKILL] = CTRL('u'); in f_dec()
177 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
/mirbsd/src/etc/etc.i386/
Dsysctl.conf.md5 #machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt
/mirbsd/src/sys/stand/boot/
Dcmd.c37 #define CTRL(c) ((c)&0x1f) macro
334 case CTRL('u'): in readline()
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dh8300-dis.c311 else if (x & CTRL) in print_one_arg()
492 else if (looking_for & CTRL) /* Control Register. */ in bfd_h8_disassemble()
/mirbsd/src/sys/kern/
Dtty_pty.c926 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) &&
927 CCEQ(cc[VSTART], CTRL('q'));
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-h8300.c1098 else if (op_mode & CTRL) /* control register */ in get_specific()
1100 if (!(x_mode & CTRL)) in get_specific()
1462 else if (c & CTRL) /* Control reg operand. */ in build_bytes()
/mirbsd/src/lib/libedit/
Dreadline.c2044 if (count == 0 && buf[0] == CTRL('d')) in rl_callback_read_char()
2084 a[0] = CTRL('r'); in rl_redisplay()

12