Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 51) sorted by relevance

123

/xen-4.10.0-shim-comet/
A DMakefile30 .PHONY: mini-os-dir-force-update
31 mini-os-dir-force-update: mini-os-dir
137 tools/firmware/seabios-dir-force-update:
141 tools/firmware/ovmf-dir-force-update:
181 .PHONY: subtree-force-update
182 subtree-force-update: mini-os-dir-force-update
183 $(MAKE) -C tools subtree-force-update
185 .PHONY: subtree-force-update-all
186 subtree-force-update-all: mini-os-dir-force-update
187 $(MAKE) -C tools subtree-force-update-all
[all …]
/xen-4.10.0-shim-comet/tools/firmware/
A DMakefile86 .PHONY: ovmf-dir-force-update
87 ovmf-dir-force-update: ovmf-dir
100 .PHONY: seabios-dir-force-update
101 seabios-dir-force-update: seabios-dir
114 subtree-force-update:
116 $(MAKE) seabios-dir-force-update
119 $(MAKE) ovmf-dir-force-update
122 subtree-force-update-all:
123 $(MAKE) seabios-dir-force-update
124 $(MAKE) ovmf-dir-force-update
/xen-4.10.0-shim-comet/tools/blktap2/vhd/
A DMakefile8 IBIN = vhd-util vhd-update
36 vhd-update: vhd-update.o $(LIBS_DEPENDS)
37 $(CC) $(LDFLAGS) -o vhd-update vhd-update.o $(LIBS) $(APPEND_LDFLAGS)
53 .PHONY: all build clean distclean install uninstall vhd-util vhd-update
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dcalc.pl44 open my $update, '>', $dst or die $!;
64 print $update rsa_sign($cfg);
65 print $update $cfg;
66 print $update map { pack 'n/a3', $_ } @pcrs;
67 close $update;
/xen-4.10.0-shim-comet/tools/
A DMakefile158 .PHONY: qemu-xen-traditional-dir-force-update
204 .PHONY: qemu-xen-dir-force-update
205 qemu-xen-dir-force-update: qemu-xen-dir-find
323 subtree-force-update:
325 $(MAKE) qemu-xen-dir-force-update
328 $(MAKE) qemu-xen-traditional-dir-force-update
331 $(MAKE) -C firmware subtree-force-update
334 subtree-force-update-all:
335 $(MAKE) qemu-xen-dir-force-update
336 $(MAKE) qemu-xen-traditional-dir-force-update
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_disk_l.l76 char **update, const char *value) { in savestring() argument
77 if (*update) { in savestring()
78 if (**update) { xlu__disk_err(dpc,value,what_respecified); return; } in savestring()
79 free(*update); /* do not complain about overwriting empty strings */ in savestring()
81 *update = strdup(value); in savestring()
A Dlibxlu_disk_l.c927 char **update, const char *value) { in savestring() argument
928 if (*update) { in savestring()
929 if (**update) { xlu__disk_err(dpc,value,what_respecified); return; } in savestring()
930 free(*update); /* do not complain about overwriting empty strings */ in savestring()
932 *update = strdup(value); in savestring()
/xen-4.10.0-shim-comet/m4/
A DREADME.source16 git repository [0]. If you update the m4 library update this file
/xen-4.10.0-shim-comet/xen/test/
A DMakefile10 install build subtree-force-update uninstall: %:
/xen-4.10.0-shim-comet/docs/misc/
A Dgrant-tables.txt279 mmu_update_t update;
322 update.ptr = MMU_EXTENDED_COMMAND;
323 update.ptr |= ((gref & 0x00FF) << 2);
324 update.ptr |= mfn << PAGE_SHIFT;
326 update.val = MMUEXT_TRANSFER_PAGE;
327 update.val |= (domid << 16);
328 update.val |= (gref & 0xFF00);
330 ret = HYPERVISOR_mmu_update(&update, 1, NULL);
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-ringwatch372 def update(self):
398 def update(self):
414 entry.update()
591 watches.update()
598 watches.update()
A Dmkdeb54 to make it easy to update and uninstall.
/xen-4.10.0-shim-comet/docs/process/
A Dbranching-checklist.txt30 # update xendocs@xenbits docs generator to generate new stable branch
82 #* update xenbits web page
86 # - search for previous version number, and update in each place found
A Drelease-checklist.txt55 * rerun ./autogen.sh to update version number in configure
132 update xenbits front page to change references to old stable branch
/xen-4.10.0-shim-comet/xen/tools/
A Dscmversion52 [ -w . ] && git update-index --refresh --unmerged > /dev/null
/xen-4.10.0-shim-comet/xen/include/public/io/
A Dfbif.h74 struct xenfb_update update; member
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_transaction.c469 static int transaction_fix_domains(struct transaction *trans, bool update) in transaction_fix_domains() argument
475 cnt = domain_entry_fix(d->domid, d->nbentry, update); in transaction_fix_domains()
476 if (!update && cnt >= quota_nb_entry_per_domain) in transaction_fix_domains()
A Dxenstored_domain.h62 int domain_entry_fix(unsigned int domid, int num, bool update);
A Dtdb.c578 goto update;
585 goto update;
592 goto update;
600 update:
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dremus-netbuf-setup189 --update plug --limit=10000000 >/dev/null 2>&1 || true
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A DMakefile5 PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \
57 update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
/xen-4.10.0-shim-comet/xen/include/acpi/cpufreq/
A Dcpufreq.h160 int (*update)(int cpuid, struct cpufreq_policy *policy); member
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dutility.c415 if (cpufreq_driver->update) in cpufreq_update_turbo()
417 ret = cpufreq_driver->update(cpuid, policy); in cpufreq_update_turbo()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DChangeLog107 - documentation update
581 - update ChangeLog for 0.4b release
587 - update Changes for 0.4b release
628 -t -P -S" - update ChangeLog for 0.4a release
635 file - update History for 0.4a release, with a summary of Changes
649 - update the Makefile for releases - remove references to old
650 plex86 website - update the Makefile so it build
/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit.pandoc86 * "Scheduler development update", XenSummit Asia 2009 [whitepaper](http://www-archive.xenproject.or…

Completed in 33 milliseconds

123