Home
last modified time | relevance | path

Searched refs:_test_ioctl_destroy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c326 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 Diommufd_utils.h191 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 Diommufd.c78 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()