/xen-4.10.0-shim-comet/ |
A D | Makefile | 30 .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 D | Makefile | 86 .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/control/ |
A D | tap-ctl-close.c | 38 __tap_ctl_close(const int id, const int minor, const int force) in __tap_ctl_close() argument 45 if (force) in __tap_ctl_close() 67 tap_ctl_close(const int id, const int minor, const int force) in tap_ctl_close() argument 72 err = __tap_ctl_close(id, minor, force); in tap_ctl_close()
|
A D | tap-ctl.c | 462 int c, pid, minor, force; in tap_cli_close() local 466 force = 0; in tap_cli_close() 478 force = -1; in tap_cli_close() 491 return tap_ctl_close(pid, minor, force); in tap_cli_close()
|
A D | tap-ctl.h | 94 int tap_ctl_close(const int id, const int minor, const int force);
|
/xen-4.10.0-shim-comet/tools/ |
A D | Makefile | 158 .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/xl/ |
A D | xl_pci.c | 58 static int pcidetach(uint32_t domid, const char *bdf, int force) in pcidetach() argument 73 if (force) { in pcidetach() 91 int force = 0; in main_pcidetach() local 96 force = 1; in main_pcidetach() 103 if (pcidetach(domid, bdf, force)) in main_pcidetach()
|
A D | xl_vcpu.c | 135 bool force = false; in main_vcpupin() local 142 force = true; in main_vcpupin() 160 if (force) { in main_vcpupin() 225 if (force) { in main_vcpupin()
|
A D | xl_vmcontrol.c | 45 static void destroy_domain(uint32_t domid, int force) in destroy_domain() argument 49 if (domid == 0 && !force) { in destroy_domain() 88 int force = 0; in main_destroy() local 92 force = 1; in main_destroy() 96 destroy_domain(find_domain(argv[optind]), force); in main_destroy()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | lock.c | 158 int force, int readonly, int *stole, eval_func eval, in lock_holder() argument 237 if (force) { in lock_holder() 337 lockfn, force, errno); in lock() 391 if (force) { in lock() 538 if (lock_holder(fn_to_lock, lockfn, lockfn_flink, force, in lock() 547 } else if (lock_holder(fn_to_lock, lockfn, lockfn_flink, force, in lock() 596 if (!*retstatus && force && (stealx || stealw || stealr)) { in lock() 896 int force; in main() local 922 if (argc < 4) force = 0; else force = atoi(argv[3]); in main() 964 int force; in main() local [all …]
|
A D | lock.h | 31 int lock(char *fn_to_lock, char *uuid, int force, int readonly, int *lease_time, int *retstat);
|
/xen-4.10.0-shim-comet/xen/test/ |
A D | Makefile | 10 install build subtree-force-update uninstall: %:
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | xendriverdomain.in | 73 force-reload|restart)
|
A D | xencommons.in | 108 force-reload|restart)
|
/xen-4.10.0-shim-comet/tools/pygrub/ |
A D | Makefile | 20 --root="$(DESTDIR)" --install-scripts=$(LIBEXEC_BIN) --force
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | Makefile | 21 --root="$(DESTDIR)" --force
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_pci.c | 1315 libxl_device_pci *pcidev, int force) in qemu_pci_remove_xenstore() argument 1332 if ( !force && (pcidev->vdevfn & 0x7) == 0 ) { in qemu_pci_remove_xenstore() 1351 libxl_device_pci *pcidev, int force); 1354 libxl_device_pci *pcidev, int force) in do_pci_remove() argument 1385 rc = qemu_pci_remove_xenstore(gc, domid, pcidev, force); in do_pci_remove() 1394 if (rc && !force) { in do_pci_remove() 1471 libxl__device_pci_remove_common(gc, stubdomid, &pcidev_s, force); in do_pci_remove() 1484 libxl_device_pci *pcidev, int force) in libxl__device_pci_remove_common() argument 1509 if ( do_pci_remove(gc, domid, pcidev, force) ) in libxl__device_pci_remove_common()
|
A D | libxl_device.c | 819 aodev->force = drs->force; in libxl__devices_destroy() 958 if (aodev->force) in libxl__initiate_device_generic_remove() 1070 !aodev->force) { in device_backend_callback() 1072 aodev->force = 1; in device_backend_callback()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | hpet.c | 115 s_time_t expire, s_time_t now, int force) in reprogram_hpet_evt_channel() argument 130 if ( (delta <= 0) && !force ) in reprogram_hpet_evt_channel() 147 while ( ret && force ) in reprogram_hpet_evt_channel()
|
/xen-4.10.0-shim-comet/m4/ |
A D | systemd.m4 | 120 dnl to have systemd build libraries it will be enabled. You can always force
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 100 below), reverse dependencies can be used to force a lower limit of 107 select should be used with care. select will force 382 introduced to overcome the limitation of select which will force a
|
A D | xen-command-line.markdown | 78 > `= force | ht | noirq | <boolean>` 86 which are known to have broken ACPI setups. Providing `acpi=force` 445 If set, force use of the performance counters for oprofile, rather than detecting 759 > `= no | force` 761 Either force retrieval of monitor EDID information via VESA DDC, or 833 ### force-ept (Intel) 1023 > `= List of [ <boolean> | force | required | intremap | intpost | qinval | snoop | sharept | dom0-… 1036 > `force` or `required` 1667 Flag to force synchronous console output. Useful for debugging, but 1853 > `= force | <boolean>` [all …]
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | release-checklist.txt | 79 maybe force push into master
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 922 cmpb $2, bootsym(opt_edid) # EDID forced on cmdline (edid=force)?
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 1133 static void handle_hv_logs(xenevtchn_handle *xce_handle, bool force) in handle_hv_logs() argument 1141 if (!force && ((port = xenevtchn_pending(xce_handle)) == -1)) in handle_hv_logs()
|