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

/haiku/headers/os/drivers/tty/
H A Dtty_module.h53 status_t (*tty_create_cookie)(struct tty *masterTTY, struct tty *slaveTTY, member in struct:tty_module_info
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp167 &tty_create_cookie,
H A Dtty_private.h154 extern status_t tty_create_cookie(struct tty *tty, struct tty *otherTTY,
H A Dtty.cpp1399 tty_create_cookie(struct tty* tty, struct tty* otherTTY, uint32 openMode, tty_cookie** _cookie) function
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp239 status = gTTYModule->tty_create_cookie(gMasterTTYs[index], gSlaveTTYs[index], flags, &cookie);
307 status_t status = gTTYModule->tty_create_cookie(gSlaveTTYs[index], gMasterTTYs[index], flags,
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp311 status = gTTYModule->tty_create_cookie(fMasterTTY, fSlaveTTY, O_RDWR, &fSystemTTYCookie);
319 status = gTTYModule->tty_create_cookie(fSlaveTTY, fMasterTTY, O_RDWR, &fDeviceTTYCookie);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp561 status = gTTYModule->tty_create_cookie(fMasterTTY, fSlaveTTY, O_RDWR, &fSystemTTYCookie);
569 status = gTTYModule->tty_create_cookie(fSlaveTTY, fMasterTTY, O_RDWR, &fDeviceTTYCookie);

Completed in 101 milliseconds