Symbol: _test_ioctl_destroy
tools/testing/selftests/iommu/iommufd.c
2066
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hwpt_id[0]));
tools/testing/selftests/iommu/iommufd.c
2068
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hwpt_id[1]));
tools/testing/selftests/iommu/iommufd.c
2864
_test_ioctl_destroy(self->fd, self->hwpt_id));
tools/testing/selftests/iommu/iommufd.c
2866
_test_ioctl_destroy(self->fd, self->viommu_id));
tools/testing/selftests/iommu/iommufd.c
2905
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, iopf_hwpt_id));
tools/testing/selftests/iommu/iommufd.c
2944
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, self->viommu_id));
tools/testing/selftests/iommu/iommufd.c
3213
EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hw_queue_id[0]));
tools/testing/selftests/iommu/iommufd.c
3233
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
673
_test_ioctl_destroy(self->fd, nested_hwpt_id[0]));
tools/testing/selftests/iommu/iommufd.c
678
_test_ioctl_destroy(self->fd, nested_hwpt_id[1]));
tools/testing/selftests/iommu/iommufd.c
684
_test_ioctl_destroy(self->fd, iopf_hwpt_id));
tools/testing/selftests/iommu/iommufd.c
735
_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))