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

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp53 fMasterTTY(NULL),
219 if (tty != fMasterTTY)
298 status = gTTYModule->tty_create(usb_serial_service, NULL, &fMasterTTY);
304 status = gTTYModule->tty_create(usb_serial_service, fMasterTTY, &fSlaveTTY);
307 gTTYModule->tty_destroy(fMasterTTY);
311 status = gTTYModule->tty_create_cookie(fMasterTTY, fSlaveTTY, O_RDWR, &fSystemTTYCookie);
314 gTTYModule->tty_destroy(fMasterTTY);
319 status = gTTYModule->tty_create_cookie(fSlaveTTY, fMasterTTY, O_RDWR, &fDeviceTTYCookie);
323 gTTYModule->tty_destroy(fMasterTTY);
478 gTTYModule->tty_destroy(fMasterTTY);
[all...]
H A DSerialDevice.h147 struct tty * fMasterTTY; member in class:SerialDevice
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp47 fMasterTTY(NULL),
256 if (tty != fMasterTTY)
548 status = gTTYModule->tty_create(pc_serial_service, NULL, &fMasterTTY);
554 status = gTTYModule->tty_create(pc_serial_service, fMasterTTY, &fSlaveTTY);
557 gTTYModule->tty_destroy(fMasterTTY);
561 status = gTTYModule->tty_create_cookie(fMasterTTY, fSlaveTTY, O_RDWR, &fSystemTTYCookie);
564 gTTYModule->tty_destroy(fMasterTTY);
569 status = gTTYModule->tty_create_cookie(fSlaveTTY, fMasterTTY, O_RDWR, &fDeviceTTYCookie);
573 gTTYModule->tty_destroy(fMasterTTY);
582 Service(fMasterTTY, TTYENABL
[all...]
H A DSerialDevice.h148 struct tty * fMasterTTY; member in class:SerialDevice

Completed in 35 milliseconds