Searched refs:nbd_reply (Results 1 – 3 of 3) sorted by relevance
29 struct nbd_reply { struct
73 def nbd_reply(error=0, handle=1, data=''): function96 return nbd_reply(error=error, handle=self.handle, data=data)
78 struct nbd_reply reply; /* net byte order */279 struct nbd_reply reply; in nbd_postoffice()