Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c71 if (pmtab->p_status != GETTY) { in tmchild()
139 (pmtab->p_status == GETTY) || (pmtab->p_timeout > 0)) { in tmchild()
239 if (pmtab->p_status != GETTY) { in openline()
519 if (pmtab->p_status != GETTY) { in invoke_service()
544 if (pmtab->p_status != GETTY) { in invoke_service()
588 if (pmtab->p_status != GETTY) { in invoke_service()
H A Dtmstruct.h107 #define GETTY 3 /* entry is for ttymon express */ macro
H A Dtmexpress.c212 pmtab->p_status = GETTY; in parse_args()
H A Dttymon.c377 if (pmptr->p_status == GETTY) { in open_device()