111be35a1SLionel Sambucdeffs REGRESSFS 211be35a1SLionel Sambuc 311be35a1SLionel Sambucdevice master { } 411be35a1SLionel Sambucattach master at root 511be35a1SLionel Sambuc 611be35a1SLionel Sambucdefine hook { } 711be35a1SLionel Sambuc 811be35a1SLionel Sambucdevice parentii: hook 911be35a1SLionel Sambucattach parentii at master 1011be35a1SLionel Sambucdevice parenti: hook 1111be35a1SLionel Sambucattach parenti at master 1211be35a1SLionel Sambuc 1311be35a1SLionel Sambucdevice child 1411be35a1SLionel Sambucattach child at hook 1511be35a1SLionel Sambuc 1611be35a1SLionel Sambucdevice looper { } 1711be35a1SLionel Sambucattach looper at master with looper_master 1811be35a1SLionel Sambucattach looper at looper with looper_looper 1911be35a1SLionel Sambuc 2011be35a1SLionel Sambucdevice loopchild { } 2111be35a1SLionel Sambucattach loopchild at looper 2211be35a1SLionel Sambuc 2311be35a1SLionel Sambucdevice loopbaby 2411be35a1SLionel Sambucattach loopbaby at loopchild 2511be35a1SLionel Sambuc 2611be35a1SLionel Sambucdefpseudo pseudodev: hook 27*0a6a1f1dSLionel Sambuc 28*0a6a1f1dSLionel Sambucdefine a 29*0a6a1f1dSLionel Sambucfile a.c a 30*0a6a1f1dSLionel Sambuc 31*0a6a1f1dSLionel Sambucdefine b: a 32*0a6a1f1dSLionel Sambucfile b.c b 33*0a6a1f1dSLionel Sambuc 34*0a6a1f1dSLionel Sambucdefine c: b 35*0a6a1f1dSLionel Sambucfile c.c c 36*0a6a1f1dSLionel Sambuc 37*0a6a1f1dSLionel Sambucdefine i {} 38*0a6a1f1dSLionel Sambuc 39*0a6a1f1dSLionel Sambucdevice d: i 40*0a6a1f1dSLionel Sambucattach d at root 41*0a6a1f1dSLionel Sambucfile d.c d 42