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

/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp150 get_tty_index(const char *name) function
165 get_tty_index(struct tty *tty) function
204 index = get_tty_index(name);
253 int32 index = get_tty_index(name);
259 index = get_tty_index(controllingTTY);
263 index = get_tty_index(name);
358 int32 index = get_tty_index(tty);
387 int32 ptyIndex = get_tty_index(cookie->tty);
402 int32 ptyIndex = get_tty_index(cookie->tty);

Completed in 36 milliseconds