Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/pty/
H A Dpty06.c43 static int test_tty_port = 8; variable
67 ioctl(fd, VT_DISALLOCATE, test_tty_port); in do_test()
80 sprintf(tty_path_a, "/dev/tty%d", test_tty_port + 1); in setup()
81 sprintf(tty_path_b, "/dev/tty%d", test_tty_port); in setup()
H A Dpty07.c39 static int test_tty_port = 8; variable
52 for (i = test_tty_port; i < MAX_NR_CONSOLES; i++) { in open_close()
84 sprintf(tty_path, "/dev/tty%d", test_tty_port); in setup()
86 tst_brk(TCONF, "TTY (/dev/tty%d) under test not available in system", test_tty_port); in setup()

Completed in 1 milliseconds