Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 23 of 23) sorted by relevance

/xen-4.10.0-shim-comet/tools/include/xen-foreign/
A Dmkheader.py150 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-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dmain.c315 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-4.10.0-shim-comet/tools/pygrub/src/
A DGrubConf.py68 val = val.replace("(", "").replace(")", "")
82 val = val.replace("(", "").replace(")", "")
141 def set_from_line(self, line, replace = None): argument
153 if replace is None:
156 self.lines.pop(replace)
157 self.lines.insert(replace, line)
325 def set_from_line(self, line, replace = None): argument
342 if replace is None:
345 self.lines.pop(replace)
346 self.lines.insert(replace, line)
A DExtLinuxConf.py37 def set_from_line(self, line, replace = None): argument
67 setattr(self, "initrd", a.replace("initrd=", ""))
68 arg = arg.replace(a, "")
79 if replace is None:
82 self.lines.pop(replace)
83 self.lines.insert(replace, line)
A DLiloConf.py29 def set_from_line(self, line, replace = None): argument
41 if replace is None:
44 self.lines.pop(replace)
45 self.lines.insert(replace, line)
A Dpygrub356 img.set_from_line(l, replace = curline)
562 img.set_from_line(l, replace = True)
/xen-4.10.0-shim-comet/tools/libxl/
A Dgentypes.py31 x = x.replace("\n", "\n ")
53 x = x.replace("\n", "\n ")
61 return s.replace("\n", "\n%s" % indent)
101 return s.replace("\n", "\n%s" % indent).rstrip(indent)
156 return s.replace("\n", "\n%s" % indent).rstrip(indent)
200 return s.replace("\n", "\n%s" % indent).rstrip(indent)
262 return s.replace("\n", "\n%s" % indent).rstrip(indent)
323 return s.replace("\n", "\n%s" % indent).rstrip(indent)
420 return s.replace("\n", "\n%s" % indent).rstrip(indent)
429 return s.replace("\n", "\n%s" % indent).rstrip(indent)
[all …]
A Dgentest.py85 return s.replace("\n", "\n%s" % indent).rstrip(indent)
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py123 x = x.replace("\n", "\n"+indent)
173 return s.replace("\n", "\n%s" % indent), union_type
190 return s.replace("\n", "\n%s" % indent)
264 return s.replace("\n", "\n%s" % indent)
346 return s.replace("\n", "\n%s" % indent)
361 return s.replace("\n", "\n%s" % indent)
456 return s.replace("\n", "\n%s" % indent).rstrip(indent)
470 return s.replace("\n", "\n%s" % indent)
/xen-4.10.0-shim-comet/tools/misc/
A Dxenpvnetboot150 host = self.location[7:].split('/', 1)[0].replace(':', ' ')
153 host = self.location[7:].replace(':', ' ')
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dquota.ml67 Hashtbl.replace quota.cur id nb
A Dhistory.ml71 then Hashtbl.replace acc hist_rec.con ();
A Dconnection.ml170 Hashtbl.replace con.watches apath (watch :: l);
180 Hashtbl.replace con.watches apath filtered
A Dstore.ml56 (* this is the on-steroid version of the filter one-replace one *)
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dqconf.cc1133 res.replace(i, 1, "&lt;"); in print_filter()
1137 res.replace(i, 1, "&gt;"); in print_filter()
1141 res.replace(i, 1, "&amp;"); in print_filter()
1145 res.replace(i, 1, "&quot;"); in print_filter()
1149 res.replace(i, 1, "<br>"); in print_filter()
A Dzconf.lex.c_shipped1825 /* TODO. We should be able to replace this entire function body
1987 /* Only push if top exists. Otherwise, replace top. */
/xen-4.10.0-shim-comet/tools/python/
A Dtest.py547 pkg = dir[self._plen:].replace(os.sep, '.')
563 mod = path.replace(os.sep, ".")
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc242 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 Dlivepatch.markdown72 That is replace the affected code with new code. Unfortunately the x86
74 to replace the instructions. That is not a problem if the change is smaller
78 The second mechanism is by ti replace the call or jump to the
334 the new function (which will replace the one at `old_addr`) in bytes.
/xen-4.10.0-shim-comet/
A DINSTALL354 - replace private path variables as needed (SBINDIR/sbindir)
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpmmgr.pod.7280 that users of the vtpmmgr rely on. I will replace TPM2_Bind/TPM2_Unbind with
A Dxl.cfg.pod.5.in434 this is guest specific). It can replace B<root="STRING">
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DChangeLog351 bit operation must be 'replace' if bit 7 of attribute is clear

Completed in 53 milliseconds