Searched refs:start_command (Results 1 – 8 of 8) sorted by relevance
30 * The caller of start_command() must close the returned FDs36 * The specified FD is closed by start_command(), even in case56 int start_command(struct child_process *);
31 int start_command(struct child_process *cmd) in start_command() function275 int code = start_command(cmd); in run_command()
101 if (start_command(&pager_process)) in setup_pager()
544 err = start_command(&(*child)->process); in start_test()550 return start_command(&(*child)->process); in start_test()
77 start_command_status = start_command(a2l); in addr2line_subprocess_init() 78 a2l->argv = NULL; /* it's not used after start_command; avoid dangling pointers */ in addr2line_subprocess_init() 81 pr_warning("could not start addr2line (%s) for %s: start_command return code %d\n", in addr2line_subprocess_init()
116 ret = start_command(&tpebs_cmd); in evsel__tpebs_start_perf_record()
1463 if (start_command(&objdump_process)) { in symbol__disassemble_objdump()
84 if (start_command(&ec_process)) { in check_emacsclient_version()