Searched refs:rename (Results 1 – 19 of 19) sorted by relevance
/xen/xen/test/livepatch/ |
A D | Makefile | 88 --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 D | Makefile | 4 OBJCOPYFLAGS := $(foreach s,$(SECTIONS),--rename-section .$(s)=.init.$(s))
|
/xen/xen/common/libelf/ |
A D | Makefile | 6 OBJCOPYFLAGS := $(foreach s,$(SECTIONS),--rename-section .$(s)=.init.$(s))
|
/xen/tools/xenstore/ |
A D | TODO | 8 - Remove assumption that rename doesn't fail
|
/xen/xen/tools/kconfig/ |
A D | confdata.c | 946 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 D | xenmon.py | 553 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 D | Rules.mk | 197 $(OBJCOPY) $(foreach s,$(SPECIAL_DATA_SECTIONS),--rename-section .$(s)=.init.$(s)) $< $@
|
/xen/tools/ocaml/xenstored/ |
A D | disk.ml | 155 Unix.rename tfile xs_daemon_database
|
A D | logging.ml | 84 List.iter (fun (f, n) -> Unix.rename f (file n)) log_files;
|
/xen/stubdom/ |
A D | newlib-chk.patch | 75 rename.lo rewind.lo rget.lo scanf.lo sccl.lo setbuf.lo \
|
/xen/xen/arch/x86/ |
A D | Makefile | 165 --rename-section=.data=.note.gnu.build-id -S $@.bin $@
|
/xen/docs/misc/ |
A D | kconfig.rst | 17 important, new kernel releases may rename config symbols. When
|
/xen/ |
A D | README | 111 2. cd to xen-unstable (or whatever you sensibly rename it to).
|
/xen/tools/libxl/ |
A D | libxl_utils.c | 247 r = rename(old, new); in logrename()
|
A D | libxl_dom.c | 1328 if (rename(newfilename, filename)) in libxl__userdata_store()
|
A D | libxl_domain.c | 1463 r = rename(new, ctxt.path); in libxl__mark_domid_recent()
|
A D | libxl_create.c | 2088 rc = rename(savefile, restorefile); in domain_soft_reset_cb()
|
/xen/docs/man/ |
A D | xl.1.pod.in | 274 =item B<rename> I<domain-id> I<new-name> 1331 =item B<cpupool-rename> I<cpu-pool> <newname>
|
A D | xl.cfg.5.pod.in | 363 =item B<rename-restart> 365 rename the domain which terminated, and then immediately create a new
|
Completed in 29 milliseconds