Home
last modified time | relevance | path

Searched refs:Tattach (Results 1 – 3 of 3) sorted by relevance

/external/vm_tools/p9/src/protocol/
Dmessages.rs94 Attach(Tattach),
339 pub struct Tattach { struct
/external/vm_tools/p9/src/server/
Dtests.rs452 let tattach = Tattach { in setup()
Dmod.rs458 fn attach(&mut self, attach: &Tattach) -> io::Result<Rattach> { in attach()