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