Searched defs:tty (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/login/
H A DLoginApp.cpp194 LoginApp::getpty(char *pty, char *tty) argument
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp48 dump_tty_struct(struct tty& tty) argument
92 struct tty* tty = (struct tty*)index; local
[all...]
H A Dtty_private.h111 struct tty *tty; member in struct:tty_cookie
128 struct tty { struct
[all...]
H A Dtty.cpp802 tty_input_putc_locked(struct tty* tty, int c) argument
875 tty_readable(struct tty* tty) argument
895 tty_notify_select_event(struct tty* tty, uint8 event) argument
915 tty_notify_if_available(struct tty* tty, struct tty* otherTTY, bool notifySelect) argument
956 process_input_char(struct tty* tty, char c, char* buffer, size_t* _bytesNeeded) argument
1012 process_output_char(struct tty* tty, char c, char* buffer, size_t* _bytesWritten, bool echoed) argument
1330 struct tty* tty = new(std::nothrow) (struct tty); local
1381 tty_destroy(struct tty* tty) argument
1399 tty_create_cookie(struct tty* tty, struct tty* otherTTY, uint32 openMode, tty_cookie** _cookie) argument
1558 struct tty* tty = cookie->tty; local
1677 struct tty* tty = cookie->tty; local
1993 struct tty* tty = cookie->tty; local
2076 struct tty* tty = cookie->tty; local
[all...]
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp28 FileCloser tty; local
[all...]
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp123 SpawningUploadClient::getpty(char* pty, char* tty) argument
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp165 get_tty_index(struct tty *tty) argument
182 master_service(struct tty *tty, uint32 op, void *buffer, size_t length) argument
190 slave_service(struct tty *tty, uint32 op, void *buffer, size_t length) argument
349 struct tty *tty = cookie->tty; local
378 struct tty* tty = cookie->tty; local
[all...]
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp197 usb_serial_service(struct tty *tty, uint32 op, void *buffer, size_t length) argument
H A DSerialDevice.cpp214 SerialDevice::Service(struct tty *tty, uint32 op, void *buffer, size_t length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp250 SerialDevice::Service(struct tty *tty, uint32 op, void *buffer, size_t length) argument
[all...]
H A DDriver.cpp614 pc_serial_service(struct tty *tty, uint32 op, void *buffer, size_t length) argument
/haiku/src/bin/network/ftpd/
H A Dftpd.c186 char *tty = ttyline; /* for klogin */ variable
/haiku/src/system/kernel/
H A Dteam.cpp3012 team_set_controlling_tty(void* tty) argument
3045 team_set_foreground_process_group(void* tty, pid_t processGroupID) argument

Completed in 113 milliseconds