Searched refs:test_ioctl (Results 1 – 13 of 13) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 62 static int test_ioctl(struct inode *, struct file *, 67 static int test_ioctl(struct block_device *bdev, fmode_t mode, 81 .ioctl = test_ioctl, 107 static int test_ioctl(struct inode *ino, struct file *f, in test_ioctl() function 110 static int test_ioctl(struct block_device *bdev, fmode_t mode, in test_ioctl()
|
/external/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 62 static int test_ioctl(struct inode *, struct file *, unsigned int, 80 ioctl: test_ioctl, 99 static int test_ioctl(struct inode *ino, struct file *f, unsigned int cmd, in test_ioctl() function
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | Makefile | 23 INSTALL_TARGETS += test_ioctl
|
/external/rust/crates/nix/test/sys/ |
D | mod.rs | 27 mod test_ioctl; module
|
/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 29 def test_ioctl(self): member in IoctlTests
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 29 def test_ioctl(self): member in IoctlTests
|
/external/ethtool/ |
D | test-common.c | 262 int test_ioctl(const struct cmd_expect *expect, void *cmd) in test_ioctl() function
|
D | internal.h | 212 int test_ioctl(const struct cmd_expect *expect, void *cmd);
|
D | test-features.c | 504 int rc = test_ioctl(expect_next, cmd); in send_ioctl()
|
/external/ltp/runtest/ |
D | syscalls | 499 ioctl01_02 test_ioctl
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.1rc1.rst | 1653 Skip test_ioctl if another process is attached to /dev/tty.
|
/external/ltp/ |
D | gen.bp | 21305 src: "testcases/kernel/syscalls/ioctl/test_ioctl", 21307 filename: "test_ioctl",
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12637 - Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
|