Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/swapon/
H A Dswapon.c305 error = run_cmd(NULL, "%s init %s -P %s", _PATH_GBDE, in swap_on_off_gbde()
314 error = run_cmd(NULL, "%s attach %s -p %s", _PATH_GBDE, in swap_on_off_gbde()
326 error = run_cmd(NULL, "%s detach %s", _PATH_GBDE, dname); in swap_on_off_gbde()
526 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
537 error = run_cmd(&fd, "%s -a -t vnode -n -f %s", in swap_on_off_md()
573 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
584 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md()
595 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
637 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
657 error = run_cmd(NULL, "%s -d -u %d", in swap_on_off_md()
[all …]
/freebsd-13.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-13.1/usr.sbin/cxgbetool/
H A Dcxgbetool.c3577 run_cmd(int argc, const char *argv[]) in run_cmd() function
3674 rc = run_cmd(i, args); in run_cmd_loop()
3719 rc = run_cmd(argc, argv); in main()