Lines Matching refs:command
1441 ExecCommand *command,
1460 assert(command);
1465 rename_process_from_path(command->path);
1557 r = setup_output(unit, context, params, STDOUT_FILENO, socket_fd, basename(command->path), uid, gid);
1563 r = setup_output(unit, context, params, STDERR_FILENO, socket_fd, basename(command->path), uid, gid);
1732 r = mac_smack_read(command->path, SMACK_ATTR_EXEC, &exec_label);
1841 r = mac_selinux_get_child_mls_label(socket_fd, command->path, context->selinux_context, &mac_selinux_context_net);
2047 "EXECUTABLE=%s", command->path,
2054 execve(command->path, final_argv, final_env);
2060 ExecCommand *command,
2074 assert(command);
2100 argv = params->argv ?: command->argv;
2108 "EXECUTABLE=%s", command->path,
2118 command,
2134 command->path),
2135 "EXECUTABLE=%s", command->path,
2142 log_unit_debug(unit, "Forked %s as "PID_FMT, command->path, pid);
2152 exec_status_start(&command->exec_status, pid);
2265 LIST_REMOVE(command, c, i);
2843 LIST_FOREACH(command, c, c)
2855 LIST_FIND_TAIL(command, *l, end);
2856 LIST_INSERT_AFTER(command, *l, end, e);