Home
last modified time | relevance | path

Searched refs:tttype (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ioctl/
Dtest_ioctl37 for tttype in `ls /dev/tty*`
39 device_no=${tttype#/dev/tty}
42 has_tty $tttype
44 tst_resm TINFO "Skipping ioctl01 with $tttype"
47 tst_resm TINFO "Testing ioctl01 with $tttype"
48 ioctl01 -D $tttype
52 tst_resm TPASS "ioctl01 Passed with $tttype"
54 tst_resm TFAIL "ioctl01 Failed with $tttype"
60 for tttype in `ls /dev/tty*`
62 device_no=${tttype#/dev/tty}
[all …]