Home | Sort by: relevance | last modified time | path |
/src/sys/arch/luna68k/stand/boot/ | |
cons.c | 97 struct tty *constty = 0; /* virtual console output device */ variable in typeref:struct:tty * |
/src/sys/dev/ | |
cons.c | 94 struct tty *volatile constty; /* virtual console output device */ variable in typeref:struct:tty * volatile 254 tp = atomic_load_relaxed(&constty); 262 atomic_store_relaxed(&constty, NULL); 491 if ((ctp = atomic_load_consume(&constty)) != NULL && minor(dev) == 0 && |
/src/sys/rump/librump/rumpkern/ | |
emul.c | 71 struct tty *constty; variable in typeref:struct:tty * |