FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MSR_DCD
usr.sbin/bhyve/uart_emul.c
123
msr |= MSR_DCD;
usr.sbin/bhyve/uart_emul.c
129
msr = MSR_DCD | MSR_DSR;
usr.sbin/bhyve/uart_emul.c
299
if ((msr & MSR_DCD) ^ (sc->msr & MSR_DCD))