Home
last modified time | relevance | path

Searched refs:run_cmd (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sbin/swapon/
H A Dswapon.c298 error = run_cmd(NULL, "%s init %s -P %s", _PATH_GBDE, in swap_on_off_gbde()
307 error = run_cmd(NULL, "%s attach %s -p %s", _PATH_GBDE, in swap_on_off_gbde()
319 error = run_cmd(NULL, "%s detach %s", _PATH_GBDE, dname); in swap_on_off_gbde()
519 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
530 error = run_cmd(&fd, "%s -a -t vnode -n -f %s", in swap_on_off_md()
567 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
578 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md()
589 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
632 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
652 error = run_cmd(NULL, "%s -d -u %d", in swap_on_off_md()
[all …]
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dshelve-cmd.c92 run_cmd(const char *cmd, in run_cmd() function
160 err = run_cmd("diffstat", args, scratch_pool); in shelves_list()
/freebsd-12.1/tools/tools/cxgbtool/
H A Dcxgbtool.c1639 run_cmd(int argc, char *argv[], const char *iff_name) in run_cmd() function
1736 (void) run_cmd(i, args, iff_name); in run_cmd_loop()
1768 r = run_cmd(argc, argv, iff_name); in main()
/freebsd-12.1/usr.sbin/cxgbetool/
H A Dcxgbetool.c3496 run_cmd(int argc, const char *argv[]) in run_cmd() function
3591 rc = run_cmd(i, args); in run_cmd_loop()
3627 rc = run_cmd(argc, argv); in main()
/freebsd-12.1/contrib/binutils/binutils/
H A Dresrc.c189 static int run_cmd (char *, const char *);
203 run_cmd (char *cmd, const char *redir) in run_cmd() function
328 if (run_cmd (cmd, cpp_temp_file)) in open_input_stream()
H A DChangeLog-00012026 (run_cmd): New static function.