Home
last modified time | relevance | path

Searched defs:tty_open (Results 1 – 4 of 4) sorted by relevance

/minix3/tests/kernel/
H A Dt_pty.c153 tty_open(const char *ttydev) in tty_open() function
/minix3/minix/drivers/tty/pty/
H A Dtty.h76 devfun_t tty_open; /* tell the device that the tty is opened */ member
/minix3/minix/drivers/tty/tty/
H A Dtty.h78 devfun_t tty_open; /* tell the device that the tty is opened */ member
/minix3/external/bsd/tmux/dist/
H A Dtty.c131 tty_open(struct tty *tty, const char *overrides, char **cause) in tty_open() function