Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 19 of 19) sorted by relevance

/xen/xen/test/livepatch/
A DMakefile88 --rename-section=.data=.modinfo,alloc,load,readonly,data,contents -S $@.bin $@
104 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@
115 --rename-section=.data=.livepatch.xen_depends,alloc,load,readonly,data,contents -S $@.bin $@
126 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@
/xen/xen/common/libfdt/
A DMakefile4 OBJCOPYFLAGS := $(foreach s,$(SECTIONS),--rename-section .$(s)=.init.$(s))
/xen/xen/common/libelf/
A DMakefile6 OBJCOPYFLAGS := $(foreach s,$(SECTIONS),--rename-section .$(s)=.init.$(s))
/xen/tools/xenstore/
A DTODO8 - Remove assumption that rename doesn't fail
/xen/xen/tools/kconfig/
A Dconfdata.c946 rename(name, oldname); in conf_write()
947 if (rename(tmpname, name)) in conf_write()
984 rename("..config.tmp", name); in conf_write_dep()
1120 if (rename(".tmpconfig.h", name)) in conf_write_autoconf()
1128 if (rename(".tmpconfig_tristate", name)) in conf_write_autoconf()
1137 if (rename(".tmpconfig", autoconf_name)) in conf_write_autoconf()
/xen/tools/xenmon/
A Dxenmon.py553 def rename(self, name): member in Delayed
612 outfiles[i].rename("%s-idle.log" % options.prefix)
614 outfiles[i].rename("%s-dom%d.log" % (options.prefix, domid))
/xen/xen/
A DRules.mk197 $(OBJCOPY) $(foreach s,$(SPECIAL_DATA_SECTIONS),--rename-section .$(s)=.init.$(s)) $< $@
/xen/tools/ocaml/xenstored/
A Ddisk.ml155 Unix.rename tfile xs_daemon_database
A Dlogging.ml84 List.iter (fun (f, n) -> Unix.rename f (file n)) log_files;
/xen/stubdom/
A Dnewlib-chk.patch75 rename.lo rewind.lo rget.lo scanf.lo sccl.lo setbuf.lo \
/xen/xen/arch/x86/
A DMakefile165 --rename-section=.data=.note.gnu.build-id -S $@.bin $@
/xen/docs/misc/
A Dkconfig.rst17 important, new kernel releases may rename config symbols. When
/xen/
A DREADME111 2. cd to xen-unstable (or whatever you sensibly rename it to).
/xen/tools/libxl/
A Dlibxl_utils.c247 r = rename(old, new); in logrename()
A Dlibxl_dom.c1328 if (rename(newfilename, filename)) in libxl__userdata_store()
A Dlibxl_domain.c1463 r = rename(new, ctxt.path); in libxl__mark_domid_recent()
A Dlibxl_create.c2088 rc = rename(savefile, restorefile); in domain_soft_reset_cb()
/xen/docs/man/
A Dxl.1.pod.in274 =item B<rename> I<domain-id> I<new-name>
1331 =item B<cpupool-rename> I<cpu-pool> <newname>
A Dxl.cfg.5.pod.in363 =item B<rename-restart>
365 rename the domain which terminated, and then immediately create a new

Completed in 29 milliseconds