Searched refs:run_cmd (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sbin/swapon/ |
| HD | swapon.c | 74 static int run_cmd(int *, const char *, ...) __printflike(2, 3); 287 error = run_cmd(NULL, "%s init %s -P %s", _PATH_GBDE, in swap_on_off_gbde() 296 error = run_cmd(NULL, "%s attach %s -p %s", _PATH_GBDE, in swap_on_off_gbde() 308 error = run_cmd(NULL, "%s detach %s", _PATH_GBDE, dname); in swap_on_off_gbde() 438 error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args, in swap_on_off_geli() 498 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md() 509 error = run_cmd(&fd, "%s -a -t vnode -n -f %s", in swap_on_off_md() 545 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md() 556 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md() 567 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md() [all …]
|
| /freebsd-11-stable/tools/tools/cxgbtool/ |
| HD | cxgbtool.c | 1638 run_cmd(int argc, char *argv[], const char *iff_name) in run_cmd() function 1735 (void) run_cmd(i, args, iff_name); in run_cmd_loop() 1767 r = run_cmd(argc, argv, iff_name); in main()
|
| /freebsd-11-stable/usr.sbin/cxgbetool/ |
| HD | cxgbetool.c | 3344 run_cmd(int argc, const char *argv[]) in run_cmd() function 3437 rc = run_cmd(i, args); in run_cmd_loop() 3472 rc = run_cmd(argc, argv); in main()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | resrc.c | 189 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()
|
| HD | ChangeLog-0001 | 2026 (run_cmd): New static function.
|