Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | start_command (struct child_process *cmd) |
int | finish_command (struct child_process *cmd) |
int | run_command (struct child_process *cmd) |
int | run_command_v_opt (const char **argv, int opt) |
int finish_command | ( | struct child_process * | cmd | ) |
Definition at line 185 of file run-command.c.
int run_command | ( | struct child_process * | cmd | ) |
Definition at line 190 of file run-command.c.
int start_command | ( | struct child_process * | cmd | ) |
Definition at line 18 of file run-command.c.