Searched refs:_ioctl (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/iommu/ |
D | iommufd.c | 89 #define TEST_LENGTH(_struct, _ioctl) \ in TEST_F() argument 99 EXPECT_ERRNO(EINVAL, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 101 EXPECT_ERRNO(E2BIG, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 103 rc = ioctl(self->fd, _ioctl, &cmd); \ in TEST_F() 109 ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 111 ASSERT_EQ(0, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F()
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util_base.h | 252 #define KVM_IOCTL_ERROR(_ioctl, _ret) __KVM_IOCTL_ERROR(#_ioctl, _ret) argument
|