Home
last modified time | relevance | path

Searched refs:Rattach (Results 1 – 2 of 2) sorted by relevance

/external/vm_tools/p9/src/server/
Dmod.rs458 fn attach(&mut self, attach: &Tattach) -> io::Result<Rattach> { in attach() argument
483 let response = Rattach { qid: st.into() }; in attach()
/external/vm_tools/p9/src/protocol/
Dmessages.rs507 Attach(Rattach),
740 pub struct Rattach { struct