Searched refs:WaitForSSH (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/vm/vmimpl/ |
D | util.go | 25 func WaitForSSH(debug bool, timeout time.Duration, addr, sshKey, sshUser, OS string, port int) erro… func
|
/external/syzkaller/vm/isolated/ |
D | isolated.go | 201 return vmimpl.WaitForSSH(inst.debug, timeout, inst.targetAddr, inst.sshKey, inst.sshUser,
|
/external/syzkaller/vm/odroid/ |
D | odroid.go | 275 …return vmimpl.WaitForSSH(inst.debug, timeout, inst.cfg.Slave_Addr, inst.sshkey, "root", inst.os, 2…
|
/external/syzkaller/vm/gce/ |
D | gce.go | 164 if err := vmimpl.WaitForSSH(pool.env.Debug, 5*time.Minute, ip,
|
/external/syzkaller/vm/qemu/ |
D | qemu.go | 379 if err := vmimpl.WaitForSSH(inst.debug, 10*time.Minute, "localhost",
|