Searched refs:rcons (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/dev/xen/console/ |
| D | xen_console.c | 354 XENCONS_RING_IDX rcons, rprod; in xencons_read_ring() local 361 rcons = intf->in_cons; in xencons_read_ring() 365 for (rsz = 0; rsz < size; rsz++, rcons++) { in xencons_read_ring() 366 if (rprod == rcons) in xencons_read_ring() 368 buffer[rsz] = intf->in[MASK_XENCONS_IDX(rcons, intf->in)]; in xencons_read_ring() 372 intf->in_cons = rcons; in xencons_read_ring()
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | aes_i.h | 29 extern const u8 rcons[10]; 68 #define RCON(i) ((u32) rcons[(i)] << 24)
|
| D | aes-internal.c | 769 const u8 rcons[] = { variable
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | riscv_console.c | 271 DRIVER_MODULE(rcons, nexus, rcons_driver, rcons_devclass, 0, 0);
|
| /freebsd-12-stable/sbin/init/ |
| D | ttys.riscv | 51 rcons "/usr/libexec/getty std.9600" vt100 onifconsole secure
|
| /freebsd-12-stable/sys/conf/ |
| D | files.riscv | 57 riscv/riscv/riscv_console.c optional rcons
|
| /freebsd-12-stable/sys/riscv/conf/ |
| D | GENERIC | 78 device rcons
|
| /freebsd-12-stable/contrib/ncurses/misc/ |
| D | terminfo.src | 2414 rcons|BSD rasterconsole, 2417 rcons-color|BSD rasterconsole with ANSI color, 2420 op=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=rcons, 22330 # * add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons, 22331 # rcons-color, based on
|