Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c103 static const char disable_nth[] = "0"; in fail_nth_next() local
130 res2 = pwrite(nth_state->proc_fd, disable_nth, in fail_nth_next()
131 ARRAY_SIZE(disable_nth) - 1, 0); in fail_nth_next()
133 res2 = pwrite(nth_state->proc_fd, disable_nth, in fail_nth_next()
134 ARRAY_SIZE(disable_nth) - 1, 0); in fail_nth_next()
138 ASSERT_EQ(ARRAY_SIZE(disable_nth) - 1, res2); in fail_nth_next()