Searched refs:ty_status (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/gen/
H A Dgetttyent.c136 tty.ty_status = 0;
150 tty.ty_status |= TTY_DIALUP;
152 tty.ty_status |= TTY_NETWORK;
159 tty.ty_status &= ~TTY_ON;
161 tty.ty_status |= TTY_ON;
163 tty.ty_status |= auto_tty_status(tty.ty_name);
165 tty.ty_status |= TTY_SECURE;
167 tty.ty_status &= ~TTY_SECURE;
169 tty.ty_status |= TTY_DIALUP;
171 tty.ty_status |
[all...]
/barrelfish-master/include/
H A Dttyent.h57 int ty_status; /* status flags */ member in struct:ttyent

Completed in 5 milliseconds