/external/syzkaller/executor/ |
D | common_linux.h | 92 static void execute_command(bool panic, const char* format, ...) in execute_command() function 197 execute_command(0, "sysctl -w net.ipv6.conf.%s.accept_dad=0", TUN_IFACE); in initialize_tun() 201 execute_command(0, "sysctl -w net.ipv6.conf.%s.router_solicitations=0", TUN_IFACE); in initialize_tun() 204 execute_command(1, "ip link set dev %s address %s", TUN_IFACE, LOCAL_MAC); in initialize_tun() 205 execute_command(1, "ip addr add %s/24 dev %s", LOCAL_IPV4, TUN_IFACE); in initialize_tun() 206 execute_command(1, "ip neigh add %s lladdr %s dev %s nud permanent", in initialize_tun() 209 execute_command(0, "ip -6 addr add %s/120 dev %s", LOCAL_IPV6, TUN_IFACE); in initialize_tun() 210 execute_command(0, "ip -6 neigh add %s lladdr %s dev %s nud permanent", in initialize_tun() 212 execute_command(1, "ip link set dev %s up", TUN_IFACE); in initialize_tun() 267 execute_command(0, "ip link add dev %s0 type %s", devtypes[i], devtypes[i]); in initialize_netdevices() [all …]
|
/external/autotest/site_utils/ |
D | mysql_bootstrap.py | 102 return infra.execute_command(dest_server, full_cmd) 152 infra.execute_command(dest_host, 'echo "hello"') 191 return infra.execute_command('localhost', cmd).rstrip('\n')
|
D | server_manager_unittest.py | 221 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg()) 249 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg()) 332 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg()) 362 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
|
D | server_manager_actions.py | 96 infra.execute_command(server.hostname, command)
|
D | deploy_server.py | 103 output = infra.execute_command(server, cmd)
|
D | server_manager_utils.py | 171 infra.execute_command(hostname, 'true')
|
/external/libcxx/utils/ |
D | merge_archives.py | 46 def execute_command(cmd, cwd=None): function 68 out, err, exitCode = execute_command(cmd, cwd=cwd)
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 736 static void execute_command(bool panic, const char* format, ...) 827 execute_command(0, "sysctl -w net.ipv6.conf.%s.accept_dad=0", TUN_IFACE); 828 execute_command(0, "sysctl -w net.ipv6.conf.%s.router_solicitations=0", TUN_IFACE); 830 execute_command(1, "ip link set dev %s address %s", TUN_IFACE, LOCAL_MAC); 831 execute_command(1, "ip addr add %s/24 dev %s", LOCAL_IPV4, TUN_IFACE); 832 execute_command(1, "ip neigh add %s lladdr %s dev %s nud permanent", 834 execute_command(0, "ip -6 addr add %s/120 dev %s", LOCAL_IPV6, TUN_IFACE); 835 execute_command(0, "ip -6 neigh add %s lladdr %s dev %s nud permanent", 837 execute_command(1, "ip link set dev %s up", TUN_IFACE); 886 execute_command(0, "ip link add dev %s0 type %s", devtypes[i], devtypes[i]); [all …]
|
/external/autotest/site_utils/lib/ |
D | infra.py | 123 def execute_command(host, cmd, **kwargs): function
|
/external/autotest/scheduler/ |
D | pidfile_monitor.py | 70 self.pidfile_id = self._drone_manager.execute_command(
|
D | drone_manager_unittest.py | 261 pidfile_id = self.manager.execute_command( 284 self.manager.execute_command(command=['test'],
|
D | drone_utility.py | 201 def execute_command(self, command, working_directory, log_file, member in DroneUtility
|
D | drone_manager.py | 726 def execute_command(self, command, working_directory, pidfile_name, member in DroneManager
|
D | monitor_db_functional_test.py | 236 def execute_command(self, command, working_directory, pidfile_name, member in MockDroneManager
|