Searched refs:consfd (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | command.c | 299 int argc, bg, clean, consfd, down, fib, i, injail, sjuser, timeout; in run_command() local 682 consfd = 0; in run_command() 687 consfd = in run_command() 689 if (consfd < 0) { in run_command() 799 if (consfd != 0 && (dup2(consfd, 1) < 0 || dup2(consfd, 2) < 0)) { in run_command()
|