Searched refs:_test_ioctl_destroy (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/iommu/ |
H A D | iommufd_fail_nth.c | 326 if (_test_ioctl_destroy(self->fd, stdev_id)) in TEST_FAIL_NTH() 367 if (_test_ioctl_destroy(self->fd, stdev_id)) in TEST_FAIL_NTH() 370 if (_test_ioctl_destroy(self->fd, stdev_id2)) in TEST_FAIL_NTH() 571 if (_test_ioctl_destroy(self->fd, stdev_id)) in TEST_FAIL_NTH()
|
H A D | iommufd_utils.h | 191 static int _test_ioctl_destroy(int fd, unsigned int id) in _test_ioctl_destroy() function 199 #define test_ioctl_destroy(id) ASSERT_EQ(0, _test_ioctl_destroy(self->fd, id))
|
H A D | iommufd.c | 78 EXPECT_ERRNO(ENOENT, _test_ioctl_destroy(self->fd, 0)); in TEST_F() 256 _test_ioctl_destroy(self->fd, self->ioas_id)); in TEST_F() 279 _test_ioctl_destroy(self->fd, self->ioas_id)); in TEST_F()
|