Home | History | Annotate | Download | only in odroid

Lines Matching defs:instance

49 type instance struct {
94 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
95 inst := &instance{
122 func (inst *instance) Forward(port int) (string, error) {
126 func (inst *instance) ssh(command string) ([]byte, error) {
239 func (inst *instance) repair() error {
274 func (inst *instance) waitForSSH(timeout time.Duration) error {
278 func (inst *instance) Close() {
282 func (inst *instance) Copy(hostSrc string) (string, error) {
311 func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command string) (
364 Logf(0, "instance closed")
366 signal(fmt.Errorf("instance closed"))