Home
last modified time | relevance | path

Searched defs:test_ioctl (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dmod.rs21 mod test_ioctl; module
/third_party/python/Lib/test/
Dtest_ioctl.py30 def test_ioctl(self): member in IoctlTests
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c107 static int test_ioctl(struct inode *ino, struct file *f, in test_ioctl() function
/third_party/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c99 static int test_ioctl(struct inode *ino, struct file *f, unsigned int cmd, in test_ioctl() function
/third_party/libfuse/test/
Dtest_examples.py264 def test_ioctl(tmpdir, output_checker): function