Searched refs:rcons (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/xen/console/
H A Dxen_console.c354 XENCONS_RING_IDX rcons, rprod; local
361 rcons = intf->in_cons;
365 for (rsz = 0; rsz < size; rsz++, rcons++) {
366 if (rprod == rcons)
368 buffer[rsz] = intf->in[MASK_XENCONS_IDX(rcons, intf->in)];
372 intf->in_cons = rcons;
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Daes_i.h29 extern const u8 rcons[10];
68 #define RCON(i) ((u32) rcons[(i)] << 24)
H A Daes-internal.c769 const u8 rcons[] = { variable
/freebsd-12-stable/sys/riscv/riscv/
H A Driscv_console.c128 tty_makedev(tp, NULL, "%s", "rcons");
183 strcpy(cp->cn_name, "rcons");
264 "rcons",
271 DRIVER_MODULE(rcons, nexus, rcons_driver, rcons_devclass, 0, 0);

Completed in 172 milliseconds