Searched refs:_ioctl (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 289 #define KVM_IOCTL_ERROR(_ioctl, _ret) __KVM_IOCTL_ERROR(#_ioctl, _ret) argument
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd.c | 97 #define TEST_LENGTH(_struct, _ioctl, _last) \ in TEST_F() argument 108 EXPECT_ERRNO(EINVAL, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 110 EXPECT_ERRNO(E2BIG, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 112 rc = ioctl(self->fd, _ioctl, &cmd); \ in TEST_F() 118 ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 120 ASSERT_EQ(0, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F()
|
Completed in 11 milliseconds