Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/swapon/
Dswapon.c77 static int run_cmd(int *, const char *, ...) __printflike(2, 3);
298 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()
459 error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args, in swap_on_off_geli()
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()
566 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
577 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md()
588 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
[all …]
/freebsd-12-stable/tools/tools/cxgbtool/
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-stable/contrib/binutils/binutils/
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()
DChangeLog-00012026 (run_cmd): New static function.
/freebsd-12-stable/usr.sbin/cxgbetool/
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()