/xen/tools/include/xen-foreign/ |
A D | mkheader.py | 150 replace = define + "_" + arch.upper(); variable 152 replace = define + "_" + arch; 154 output += re.sub(regex, replace, line) + "\n"; 193 replace = define + "_" + arch.upper(); variable 195 replace = define + "_" + arch; 196 output = re.sub("\\b%s\\b" % define, replace, output);
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | main.c | 315 int i, replace, error; in mtrr_add_page() local 348 replace = -1; in mtrr_add_page() 361 replace = replace == -1 ? i : -2; in mtrr_add_page() 388 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page() 391 if (likely(replace < 0)) in mtrr_add_page() 394 usage_table[i] = usage_table[replace] + !!increment; in mtrr_add_page() 395 if (unlikely(replace != i)) { in mtrr_add_page() 396 set_mtrr(replace, 0, 0, 0); in mtrr_add_page() 397 usage_table[replace] = 0; in mtrr_add_page()
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 70 val = val.replace("(", "").replace(")", "") 84 val = val.replace("(", "").replace(")", "") 144 def set_from_line(self, line, replace = None): argument 156 if replace is None: 159 self.lines.pop(replace) 160 self.lines.insert(replace, line) 332 def set_from_line(self, line, replace = None): argument 349 if replace is None: 352 self.lines.pop(replace) 353 self.lines.insert(replace, line)
|
A D | ExtLinuxConf.py | 40 def set_from_line(self, line, replace = None): argument 70 setattr(self, "initrd", a.replace("initrd=", "")) 71 arg = arg.replace(a, "") 82 if replace is None: 85 self.lines.pop(replace) 86 self.lines.insert(replace, line)
|
A D | LiloConf.py | 32 def set_from_line(self, line, replace = None): argument 44 if replace is None: 47 self.lines.pop(replace) 48 self.lines.insert(replace, line)
|
A D | pygrub | 358 img.set_from_line(l, replace = curline) 564 img.set_from_line(l, replace = True)
|
/xen/tools/libxl/ |
A D | gentypes.py | 33 x = x.replace("\n", "\n ") 55 x = x.replace("\n", "\n ") 63 return s.replace("\n", "\n%s" % indent) 103 return s.replace("\n", "\n%s" % indent).rstrip(indent) 158 return s.replace("\n", "\n%s" % indent).rstrip(indent) 215 return s.replace("\n", "\n%s" % indent).rstrip(indent) 277 return s.replace("\n", "\n%s" % indent).rstrip(indent) 330 return s.replace("\n", "\n%s" % indent).rstrip(indent) 427 return s.replace("\n", "\n%s" % indent).rstrip(indent) 436 return s.replace("\n", "\n%s" % indent).rstrip(indent) [all …]
|
A D | gentest.py | 87 return s.replace("\n", "\n%s" % indent).rstrip(indent)
|
/xen/tools/ocaml/libs/xl/ |
A D | genwrap.py | 126 x = x.replace("\n", "\n"+indent) 176 return s.replace("\n", "\n%s" % indent), union_type 193 return s.replace("\n", "\n%s" % indent) 267 return s.replace("\n", "\n%s" % indent) 349 return s.replace("\n", "\n%s" % indent) 364 return s.replace("\n", "\n%s" % indent) 459 return s.replace("\n", "\n%s" % indent).rstrip(indent) 473 return s.replace("\n", "\n%s" % indent)
|
/xen/tools/misc/ |
A D | xenpvnetboot | 150 host = self.location[7:].split('/', 1)[0].replace(':', ' ') 153 host = self.location[7:].replace(':', ' ')
|
/xen/tools/ocaml/xenstored/ |
A D | quota.ml | 67 Hashtbl.replace quota.cur id nb
|
A D | history.ml | 71 then Hashtbl.replace acc hist_rec.con ();
|
A D | connection.ml | 170 Hashtbl.replace con.watches apath (watch :: l); 180 Hashtbl.replace con.watches apath filtered
|
A D | store.ml | 56 (* this is the on-steroid version of the filter one-replace one *)
|
/xen/automation/build/ |
A D | README.md | 16 directory. You will have to replace the `/` with a `:` to use
|
/xen/xen/tools/kconfig/ |
A D | qconf.cc | 1187 res.replace(i, 1, "<"); in print_filter() 1191 res.replace(i, 1, ">"); in print_filter() 1195 res.replace(i, 1, "&"); in print_filter() 1199 res.replace(i, 1, """); in print_filter() 1203 res.replace(i, 1, "<br>"); in print_filter()
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 86 state.values[name.lower().replace("_", "-")] = val
|
/xen/docs/misc/ |
A D | netif-staging-grants.pandoc | 242 grefs with either linear or full packet. This allows us to replace step 27) 395 hence letting Domain-0 replace the grant copies with memcpy instead, which is 472 a copy approach to replace granting.
|
A D | livepatch.pandoc | 75 That is replace the affected code with new code. Unfortunately the x86 77 to replace the instructions. That is not a problem if the change is smaller 81 The second mechanism is by ti replace the call or jump to the 328 the new function (which will replace the one at `old_addr`) in bytes. 529 replace or augment default behavior of the apply (or revert) action that
|
/xen/xen/arch/arm/ |
A D | Kconfig | 67 Xen. It will eventually replace the existing/old VGIC.
|
/xen/docs/man/ |
A D | xen-vtpmmgr.7.pod | 284 that users of the vtpmmgr rely on. I will replace TPM2_Bind/TPM2_Unbind with
|
A D | xl.cfg.5.pod.in | 435 this is guest specific). It can replace B<root="STRING">
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 351 bit operation must be 'replace' if bit 7 of attribute is clear
|