Lines Matching refs:config_s
1219 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s) argument
1322 SOCK_STREAM, 0, config_s) == -1) {
1359 send_rexec_state(config_s[0],
1361 close(config_s[0]);
1392 close(config_s[0]);
1406 send_rexec_state(config_s[0], &cfg);
1407 close(config_s[0]);
1408 close(config_s[1]);
1457 int config_s[2] = { -1 , -1 }; local
2026 &newsock, config_s);
2051 sock_in, sock_out, newsock, startup_pipe, config_s[0]);
2062 dup2(config_s[1], REEXEC_CONFIG_PASS_FD);
2063 close(config_s[1]);
2083 sock_in, sock_out, newsock, startup_pipe, config_s[0]);