Home
last modified time | relevance | path

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

/external/syzkaller/vm/vmimpl/
Dutil.go25 func WaitForSSH(debug bool, timeout time.Duration, addr, sshKey, sshUser, OS string, port int) erro… func
/external/syzkaller/vm/isolated/
Disolated.go201 return vmimpl.WaitForSSH(inst.debug, timeout, inst.targetAddr, inst.sshKey, inst.sshUser,
/external/syzkaller/vm/odroid/
Dodroid.go275 …return vmimpl.WaitForSSH(inst.debug, timeout, inst.cfg.Slave_Addr, inst.sshkey, "root", inst.os, 2…
/external/syzkaller/vm/gce/
Dgce.go164 if err := vmimpl.WaitForSSH(pool.env.Debug, 5*time.Minute, ip,
/external/syzkaller/vm/qemu/
Dqemu.go379 if err := vmimpl.WaitForSSH(inst.debug, 10*time.Minute, "localhost",