Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c62 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/
DincludeTest.c62 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/
DMakefile23 INSTALL_TARGETS += test_ioctl
/external/rust/crates/nix/test/sys/
Dmod.rs27 mod test_ioctl; module
/external/python/cpython3/Lib/test/
Dtest_ioctl.py29 def test_ioctl(self): member in IoctlTests
/external/python/cpython2/Lib/test/
Dtest_ioctl.py29 def test_ioctl(self): member in IoctlTests
/external/ethtool/
Dtest-common.c262 int test_ioctl(const struct cmd_expect *expect, void *cmd) in test_ioctl() function
Dinternal.h212 int test_ioctl(const struct cmd_expect *expect, void *cmd);
Dtest-features.c504 int rc = test_ioctl(expect_next, cmd); in send_ioctl()
/external/ltp/runtest/
Dsyscalls499 ioctl01_02 test_ioctl
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst1653 Skip test_ioctl if another process is attached to /dev/tty.
/external/ltp/
Dgen.bp21305 src: "testcases/kernel/syscalls/ioctl/test_ioctl",
21307 filename: "test_ioctl",
/external/python/cpython3/Misc/
DHISTORY12637 - Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.