socket_fd 142 orte/mca/ras/slurm/ras_slurm_module.c static int socket_fd; socket_fd 174 orte/mca/ras/slurm/ras_slurm_module.c if ((socket_fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) { socket_fd 199 orte/mca/ras/slurm/ras_slurm_module.c if (connect(socket_fd, (struct sockaddr*)&address, sizeof(address)) < 0) { socket_fd 208 orte/mca/ras/slurm/ras_slurm_module.c if ((flags = fcntl(socket_fd, F_GETFL, 0)) < 0) { socket_fd 214 orte/mca/ras/slurm/ras_slurm_module.c if (fcntl(socket_fd, F_SETFL, flags) < 0) { socket_fd 222 orte/mca/ras/slurm/ras_slurm_module.c opal_event_set(orte_event_base, &recv_ev, socket_fd, socket_fd 380 orte/mca/ras/slurm/ras_slurm_module.c shutdown(socket_fd, 2); socket_fd 381 orte/mca/ras/slurm/ras_slurm_module.c close(socket_fd); socket_fd 1099 orte/mca/ras/slurm/ras_slurm_module.c if (send(socket_fd, cmd_str, strlen(cmd_str)+1, 0) < 0) {