Searched refs:c_fd (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/regress/sys/dev/kcov/
H A Dkcov.c38 int c_fd; member in struct:context
134 ctx.c_fd = kcov_open();
135 close(ctx.c_fd);
152 ctx.c_fd = kcov_open();
153 if (ioctl(ctx.c_fd, KIOSETBUFSIZE, &ctx.c_bufsize) == -1)
156 PROT_READ | PROT_WRITE, MAP_SHARED, ctx.c_fd, 0);
169 if (ctx.c_fd != -1) {
170 if (close(ctx.c_fd) == -1)
295 kcov_enable(ctx->c_fd, ctx->c_mode);
297 kcov_disable(ctx->c_fd);
[all...]
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-close.c28 int c_fd; member in struct:context
54 ctx1.c_fd = 3;
59 ctx2.c_fd = 4;
92 close(ctx->c_fd);
/openbsd-current/usr.bin/ssh/
H A Dssh-keyscan.c101 int c_fd; /* Quick lookup: c->c_fd == c - fdcon */ member in struct:Connection
391 fdcon[s].c_fd = s;
571 int s = c->c_fd;

Completed in 108 milliseconds