OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constty
(Results
1 - 3
of
3
) sorted by relevancy
/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
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
Completed in 32 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026