Searched refs:Slave_Addr (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vm/odroid/ |
D | odroid.go | 37 Slave_Addr string // ip address of the Odroid board member 65 if cfg.Slave_Addr == "" { 136 args := append(vmimpl.SSHArgs(inst.debug, inst.sshkey, 22), "root@"+inst.cfg.Slave_Addr, command) 275 …return vmimpl.WaitForSSH(inst.debug, timeout, inst.cfg.Slave_Addr, inst.sshkey, "root", inst.os, 2… 285 …args := append(vmimpl.SCPArgs(inst.debug, inst.sshkey, 22), hostSrc, "root@"+inst.cfg.Slave_Addr+"… 325 "root@"+inst.cfg.Slave_Addr, "cd /data; "+command)
|