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

/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp46 struct tty* gMasterTTYs[kNumTTYs]; variable in typeref:struct:tty
71 memset(gMasterTTYs, 0, sizeof(gMasterTTYs));
169 if (tty == gMasterTTYs[i] || tty == gSlaveTTYs[i]) {
215 if (gMasterTTYs[index] == NULL)
220 } else if (gMasterTTYs[index] != NULL && gMasterTTYs[index]->ref_count != 0) {
227 if (gMasterTTYs[index] == NULL) {
228 status = gTTYModule->tty_create(master_service, NULL, &gMasterTTYs[index]);
233 status = gTTYModule->tty_create(slave_service, gMasterTTYs[inde
[all...]

Completed in 27 milliseconds