Lines Matching refs:run_cmd
65 static int run_cmd(int *, const char *, ...) __printflike(2, 3);
399 error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args, in swap_on_off_geli()
473 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
484 error = run_cmd(&fd, "%s -a -t vnode -n -f %s", in swap_on_off_md()
520 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
531 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md()
542 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
584 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
613 error = run_cmd(NULL, "%s -d -u %d", in swap_on_off_md()
630 run_cmd(int *ofd, const char *cmdline, ...) in run_cmd() function