Home
last modified time | relevance | path

Searched refs:rdexact (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/python/scripts/
A Dconvert-legacy-stream182 def rdexact(nr_bytes): function
224 data = rdexact(datasz)
283 extd = rdexact(128)
291 xsave = rdexact(size)
295 shinfo = rdexact(4096)
460 data = rdexact(sz)
524 blob = rdexact(blobsz)
533 rawsig = rdexact(21)
538 rawsz = rdexact(4)
540 qdata = rdexact(sz)
[all …]
A Dverify-stream-v242 def rdexact(nr_bytes): function
52 return struct.unpack(fmt, rdexact(sz))
58 hdr = rdexact(32)
63 _ = rdexact(optlen)
/xen-4.10.0-shim-comet/tools/python/xen/migration/
A Dverify.py26 def rdexact(self, nr_bytes): member in VerifyBase
36 return unpack(fmt, self.rdexact(sz))
A Dlibxl.py128 content = self.rdexact(contentsz)
A Dlibxc.py210 content = self.rdexact(contentsz)

Completed in 6 milliseconds