Home
last modified time | relevance | path

Searched refs:tio_active (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c249 volatile mdb_bool_t tio_active; /* Flag denoting read loop active */ member
439 td->tio_active = FALSE; in termio_read()
460 td->tio_active = TRUE; in termio_read()
472 td->tio_active = FALSE; in termio_read()
538 td->tio_active = FALSE; in termio_read()
1670 td->tio_active = FALSE; in mdb_termio_create()
2032 td->tio_active = FALSE; in termio_abort()
2079 if (td->tio_active) in termio_susp()
2099 if (td->tio_active) in termio_winch()
2108 if (td->tio_active) in termio_winch()
[all …]