Symbol: _test_ioctl_destroy
tools/testing/selftests/iommu/iommufd.c
2081
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hwpt_id[0]));
tools/testing/selftests/iommu/iommufd.c
2083
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hwpt_id[1]));
tools/testing/selftests/iommu/iommufd.c
2906
_test_ioctl_destroy(self->fd, self->hwpt_id));
tools/testing/selftests/iommu/iommufd.c
2908
_test_ioctl_destroy(self->fd, self->viommu_id));
tools/testing/selftests/iommu/iommufd.c
2947
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, iopf_hwpt_id));
tools/testing/selftests/iommu/iommufd.c
2986
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, self->viommu_id));
tools/testing/selftests/iommu/iommufd.c
3287
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hw_queue_id[0]));
tools/testing/selftests/iommu/iommufd.c
3307
EXPECT_ERRNO(ENOENT, _test_ioctl_destroy(self->fd, vdev_id));
tools/testing/selftests/iommu/iommufd.c
420
_test_ioctl_destroy(self->fd, self->ioas_id));
tools/testing/selftests/iommu/iommufd.c
523
_test_ioctl_destroy(self->fd, parent_hwpt_id));
tools/testing/selftests/iommu/iommufd.c
688
_test_ioctl_destroy(self->fd, nested_hwpt_id[0]));
tools/testing/selftests/iommu/iommufd.c
693
_test_ioctl_destroy(self->fd, nested_hwpt_id[1]));
tools/testing/selftests/iommu/iommufd.c
699
_test_ioctl_destroy(self->fd, iopf_hwpt_id));
tools/testing/selftests/iommu/iommufd.c
750
_test_ioctl_destroy(self->fd, self->ioas_id));
tools/testing/selftests/iommu/iommufd.c
83
EXPECT_ERRNO(ENOENT, _test_ioctl_destroy(self->fd, 0));
tools/testing/selftests/iommu/iommufd_fail_nth.c
335
if (_test_ioctl_destroy(self->fd, stdev_id))
tools/testing/selftests/iommu/iommufd_fail_nth.c
371
if (_test_ioctl_destroy(self->fd, stdev_id))
tools/testing/selftests/iommu/iommufd_fail_nth.c
412
if (_test_ioctl_destroy(self->fd, stdev_id))
tools/testing/selftests/iommu/iommufd_fail_nth.c
415
if (_test_ioctl_destroy(self->fd, stdev_id2))
tools/testing/selftests/iommu/iommufd_fail_nth.c
616
if (_test_ioctl_destroy(self->fd, stdev_id))
tools/testing/selftests/iommu/iommufd_utils.h
604
#define test_ioctl_destroy(id) ASSERT_EQ(0, _test_ioctl_destroy(self->fd, id))