Home
last modified time | relevance | path

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

/src/tests/sys/aio/
H A Daio_test.c785 int error, fd, mdctl_fd, unit; in aio_md_setup() local
790 mdctl_fd = open("/dev/" MDCTL_NAME, O_RDWR, 0); in aio_md_setup()
791 ATF_REQUIRE_MSG(mdctl_fd != -1, in aio_md_setup()
803 if (ioctl(mdctl_fd, MDIOCATTACH, &mdio) < 0) { in aio_md_setup()
808 close(mdctl_fd); in aio_md_setup()
826 int mdctl_fd, n, unit; in aio_md_cleanup() local
829 mdctl_fd = open("/dev/" MDCTL_NAME, O_RDWR, 0); in aio_md_cleanup()
830 if (mdctl_fd < 0) { in aio_md_cleanup()
842 if (ioctl(mdctl_fd, MDIOCDETACH, &mdio) == -1) { in aio_md_cleanup()
850 close(mdctl_fd); in aio_md_cleanup()