Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dkcov.h25 #define KIOENABLE _IOW('K', 2, int) macro
/openbsd/src/regress/sys/dev/kcov/
Dkcov.c265 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()
/openbsd/src/sys/dev/
Dkcov.c362 case KIOENABLE: in kcovioctl()