Searched refs:run_cmd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sbin/swapon/
H A Dswapon.c74 static int run_cmd(int *, const char *, ...) __printflike(2, 3);
287 error = run_cmd(NULL, "%s init %s -P %s", _PATH_GBDE,
296 error = run_cmd(NULL, "%s attach %s -p %s", _PATH_GBDE,
308 error = run_cmd(NULL, "%s detach %s", _PATH_GBDE, dname);
438 error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args,
498 error = run_cmd(&fd, "%s -l -n -f %s",
509 error = run_cmd(&fd, "%s -a -t vnode -n -f %s",
545 error = run_cmd(&fd, "%s -l -n -f %s -u %d",
556 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s",
567 error = run_cmd(
646 run_cmd(int *ofd, const char *cmdline, ...) function
[all...]
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1638 run_cmd(int argc, char *argv[], const char *iff_name) function
1735 (void) run_cmd(i, args, iff_name);
1767 r = run_cmd(argc, argv, iff_name);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c189 static int run_cmd (char *, const char *);
204 run_cmd (char *cmd, const char *redir)
329 if (run_cmd (cmd, cpp_temp_file))
203 run_cmd (char *cmd, const char *redir) function
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c3344 run_cmd(int argc, const char *argv[]) function
3437 rc = run_cmd(i, args);
3472 rc = run_cmd(argc, argv);

Completed in 93 milliseconds