Lines Matching refs:control_command
148 s->control_command = NULL;
1443 s->control_command = NULL;
1693 s->control_command = s->exec_command[SOCKET_EXEC_STOP_POST];
1695 if (s->control_command) {
1696 r = socket_spawn(s, s->control_command, &s->control_pid);
1765 s->control_command = s->exec_command[SOCKET_EXEC_STOP_PRE];
1767 if (s->control_command) {
1768 r = socket_spawn(s, s->control_command, &s->control_pid);
1806 s->control_command = s->exec_command[SOCKET_EXEC_START_POST];
1808 if (s->control_command) {
1809 r = socket_spawn(s, s->control_command, &s->control_pid);
1840 s->control_command = NULL;
1864 s->control_command = s->exec_command[SOCKET_EXEC_START_PRE];
1866 if (s->control_command) {
1867 r = socket_spawn(s, s->control_command, &s->control_pid);
2019 assert(s->control_command);
2020 assert(s->control_command->command_next);
2024 s->control_command = s->control_command->command_next;
2026 r = socket_spawn(s, s->control_command, &s->control_pid);
2230 s->control_command = s->exec_command[id];
2514 if (s->control_command) {
2515 exec_status_exit(&s->control_command->exec_status, &s->exec_context, pid, code, status);
2517 if (s->control_command->ignore)
2528 if (s->control_command &&
2529 s->control_command->command_next &&
2535 s->control_command = NULL;