Home
last modified time | relevance | path

Searched refs:ps_log_root_fd (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcpcd.h203 int ps_log_root_fd; /* outside chroot log reader */ member
H A Dprivsep-root.c869 if (logreadfd(ctx->ps_log_root_fd) == -1) in ps_root_log()
907 ctx->ps_log_root_fd = logfd[1]; in ps_root_start()
908 if (eloop_event_add(ctx->eloop, ctx->ps_log_root_fd, ELE_READ, in ps_root_start()
H A Dprivsep.c457 if (ctx->ps_log_root_fd != -1) { in ps_startprocess()
459 close(ctx->ps_log_root_fd); in ps_startprocess()
460 ctx->ps_log_root_fd = -1; in ps_startprocess()
H A Ddhcpcd.c2014 ctx.ps_log_fd = ctx.ps_log_root_fd = -1; in main()