Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py764 def unpack_wirestat(self, bstring, offset, noerror=False): member in _P9Proto
H A Dp9conn.py897 statval = self.proto.unpack_wirestat(resp.data)
1154 obj, offset = self.proto.unpack_wirestat(bstring, offset, noerror)