Searched refs:control_unpriv_fd (Results 1 – 3 of 3) sorted by relevance
356 control_handle1(ctx, ctx->control_unpriv_fd, FD_UNPRIV, events); in control_handle_unpriv()470 ctx->control_unpriv_fd = fd; in control_start()527 if (ctx->control_unpriv_fd != -1) { in control_stop()528 eloop_event_delete(ctx->eloop, ctx->control_unpriv_fd); in control_stop()529 close(ctx->control_unpriv_fd); in control_stop()530 ctx->control_unpriv_fd = -1; in control_stop()
176 int control_unpriv_fd; member
1989 ctx.control_fd = ctx.control_unpriv_fd = ctx.link_fd = -1; in main()