Searched refs:P9MsgInfo (Results 1 - 1 of 1) sorted by relevance

/gem5/src/dev/virtio/
H A Dfs9p.cc64 struct P9MsgInfo { struct
65 P9MsgInfo(P9MsgType _type, std::string _name) function in struct:P9MsgInfo
72 typedef std::map<P9MsgType, P9MsgInfo> P9MsgInfoMap;
75 { (type), P9MsgInfo((type), "T" # name ) }, \
76 { (type + 1), P9MsgInfo((type + 1), "R" # name ) }
202 const P9MsgInfo &info(it_msg->second);

Completed in 5 milliseconds