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

/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dmaster.cpp26 struct tty gMasterTTYs[kNumTTYs]; variable in typeref:struct:tty
76 if (gMasterTTYs[index].ref_count == 0)
81 } else if (gMasterTTYs[index].ref_count > 0) {
86 status_t status = tty_open(&gMasterTTYs[index], &master_service);
93 status = create_master_cookie(cookie, &gMasterTTYs[index],
96 tty_close(&gMasterTTYs[index]);
H A Dslave.cpp53 if (gMasterTTYs[index].open_count == 0)
95 &gMasterTTYs[index], flags);
106 gSlaveTTYs[index].lock = gMasterTTYs[index].lock;
H A Ddriver.cpp90 reset_tty(&gMasterTTYs[i], i, &sTTYLocks[i], true);
H A Dtty_private.h151 extern tty gMasterTTYs[kNumTTYs];
H A Dtty.cpp1548 dump_tty_struct(gMasterTTYs[index]);

Completed in 50 milliseconds