Searched refs:rtype (Results 1 – 4 of 4) sorted by relevance
/xen/tools/python/xen/migration/ |
A D | libxl.py | 119 rtype, length = self.unpack_exact(RH_FORMAT) 121 if rtype not in rec_type_to_str: 122 raise StreamError("Unrecognised record type %x" % (rtype, )) 125 (rec_type_to_str[rtype], length)) 134 if rtype not in record_verifiers: 137 rec_type_to_str[rtype]) 139 record_verifiers[rtype](self, content[:length]) 141 return rtype
|
A D | libxc.py | 213 rtype, length = self.unpack_exact(RH_FORMAT) 215 if rtype not in rec_type_to_str: 216 raise StreamError("Unrecognised record type 0x%x" % (rtype, )) 221 if rtype != REC_TYPE_page_data: 229 (rec_type_to_str[rtype], length)) 238 if rtype not in record_verifiers: 241 rec_type_to_str[rtype]) 243 record_verifiers[rtype](self, content[:length]) 245 return rtype
|
/xen/xen/include/asm-x86/ |
A D | uaccess.h | 145 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument 148 "1: mov"itype" %"rtype"1,%2\n" \ 159 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument 162 "1: mov"itype" %2,%"rtype"1\n" \ 166 " xor"itype" %"rtype"1,%"rtype"1\n" \
|
/xen/stubdom/vtpmmgr/ |
A D | manage-vtpmmgr.pl | 25 my($rtype, $len, $stat, $reply) = unpack 'nNNa*', $rsp;
|
Completed in 7 milliseconds