Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcpcd.h202 int ps_log_fd; /* chroot logging */ member
H A Dprivsep.c420 if (ctx->ps_log_fd != -1) in ps_startprocess()
421 logsetfd(ctx->ps_log_fd); in ps_startprocess()
425 getpid(), ctx->ps_log_fd, ctx->ps_data_fd, psp->psp_fd); in ps_startprocess()
H A Dprivsep-root.c906 ctx->ps_log_fd = logfd[0]; /* Keep open to pass to processes */ in ps_root_start()
H A Ddhcpcd.c2014 ctx.ps_log_fd = ctx.ps_log_root_fd = -1; in main()