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

/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp387 int32 ptyIndex = get_tty_index(cookie->tty); local
388 if (ptyIndex < 0)
391 if (user_memcpy(buffer, &ptyIndex, sizeof(int32)) < B_OK)
402 int32 ptyIndex = get_tty_index(cookie->tty);
403 if (ptyIndex < 0)
409 gDeviceNames[kNumTTYs + ptyIndex]);

Completed in 48 milliseconds