LUAREQUIRE
if (ioctl(devfd, LUAREQUIRE, &r) == -1)
case LUAREQUIRE: /* 'require' a module in a State */
ATF_REQUIRE_ERRNO(EACCES, ioctl(fd, LUAREQUIRE, &rq) == -1);