Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/net/
H A Dvnet.py21 def run_cmd(cmd: str, verbose=True) -> str: function
85 def run_cmd(self, cmd, verbose=False): member in VnetInterface
88 return run_cmd(cmd, verbose)
99 name = run_cmd("/sbin/ifconfig {} create".format(iface_name)).rstrip()
118 self.run_cmd(cmd)
129 self.run_cmd(cmd)
134 self.run_cmd(cmd)
138 self.run_cmd(cmd)
143 out = self.run_cmd(cmd, verbose=False)
195 run_cmd(
[all …]
/freebsd/sbin/swapon/
H A Dswapon.c63 static int run_cmd(int *, const char *, ...) __printflike(2, 3);
392 error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args, in swap_on_geli_args()
452 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_geli()
463 error = run_cmd(&fd, "%s -a -t vnode -n -f %s", in swap_on_off_geli()
499 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
510 error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s", in swap_on_off_md()
521 error = run_cmd(&fd, "%s -l -n -f %s", in swap_on_off_md()
563 error = run_cmd(&fd, "%s -l -n -f %s -u %d", in swap_on_off_md()
583 error = run_cmd(NULL, "%s -d -u %d", in swap_on_off_md()
600 run_cmd(in in swap_on_off_md()
660 run_cmd(int *ofd, const char *cmdline, ...) run_cmd() function
[all...]
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c1637 run_cmd(int argc, char *argv[], const char *iff_name) in run_cmd() function
1734 (void) run_cmd(i, args, iff_name); in run_cmd_loop()
1766 r = run_cmd(argc, argv, iff_name); in main()
/freebsd/tests/sys/netinet6/
H A Dtest_ip6_output.py13 from atf_python.sys.net.vnet import run_cmd
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c3541 run_cmd(int argc, const char *argv[]) in run_cmd() function
3638 rc = run_cmd(i, args); in run_cmd_loop()
3726 rc = run_cmd(argc, argv); in main()