Searched refs:mdctl_fd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/tests/sys/aio/ |
| H A D | aio_test.c | 791 int error, fd, mdctl_fd, unit; in aio_md_setup() local 798 mdctl_fd = open("/dev/" MDCTL_NAME, O_RDWR, 0); in aio_md_setup() 799 ATF_REQUIRE_MSG(mdctl_fd != -1, in aio_md_setup() 811 if (ioctl(mdctl_fd, MDIOCATTACH, &mdio) < 0) { in aio_md_setup() 816 close(mdctl_fd); in aio_md_setup() 834 int mdctl_fd, n, unit; in aio_md_cleanup() local 837 mdctl_fd = open("/dev/" MDCTL_NAME, O_RDWR, 0); in aio_md_cleanup() 838 if (mdctl_fd < 0) { in aio_md_cleanup() 850 if (ioctl(mdctl_fd, MDIOCDETACH, &mdio) == -1) { in aio_md_cleanup() 858 close(mdctl_fd); in aio_md_cleanup()
|