Home
last modified time | relevance | path

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

/trueos/sbin/swapon/
HDswapon.c74 static int run_cmd(int *, const char *, ...) __printflike(2, 3);
277 error = run_cmd(NULL, "%s init %s -P %s", _PATH_GBDE, in swap_on_off_gbde()
286 error = run_cmd(NULL, "%s attach %s -p %s", _PATH_GBDE, in swap_on_off_gbde()
298 error = run_cmd(NULL, "%s detach %s", _PATH_GBDE, dname); in swap_on_off_gbde()
422 error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args, in swap_on_off_geli()
482 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
493 error = run_cmd(&fd, "%s -a -t vnode -n -f %s", in swap_on_off_md()
530 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
541 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md()
552 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
[all …]
/trueos/tools/tools/cxgbtool/
HDcxgbtool.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()
/trueos/tools/tools/cxgbetool/
HDcxgbetool.c2339 run_cmd(int argc, const char *argv[]) in run_cmd() function
2422 rc = run_cmd(i, args); in run_cmd_loop()
2457 rc = run_cmd(argc, argv); in main()
/trueos/contrib/binutils/binutils/
HDresrc.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()
HDChangeLog-00012026 (run_cmd): New static function.