Searched refs:KIOENABLE (Results 1 – 3 of 3) sorted by relevance
25 #define KIOENABLE _IOW('K', 2, int) macro
265 if (ioctl(fd, KIOENABLE, &mode) == -1) in kcov_enable()573 if (ioctl(ctx->c_fd, KIOENABLE, &ctx->c_mode) == -1) { in test_state()591 if (ioctl(ctx->c_fd, KIOENABLE, &ctx->c_mode) != -1) { in test_state()
362 case KIOENABLE: in kcovioctl()