/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 37 # Set this to a non-empty string if you want to migrate virtual machines 40 # to migrate to and optionally parameters like --live. Leave empty if 52 # is set (see below). Leave empty to disable domain saving on shutdown 64 # for the domain to be really down. Leave empty to skip domain shutdown. 77 # Leave it empty not to do anything special here. 96 # Leave empty if you don't want to start domains automatically
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/ |
A D | xs_ring.ml | 38 then Server_features.empty 43 let x = if set = Server_features.empty then 0 else 1 in
|
A D | xb.ml | 120 (* after sending one packet, partial is empty *)
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/bindings/swig/perl/ |
A D | .empty | 1 This directory is empty; this file is included to prevent version control systems from removing the…
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/bindings/swig/python/ |
A D | .empty | 1 This directory is empty; this file is included to prevent version control systems from removing the…
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-cache.c | 415 int i, empty; in radix_tree_prune_branch() local 418 empty = 1; in radix_tree_prune_branch() 420 return empty; in radix_tree_prune_branch() 427 empty = 0; in radix_tree_prune_branch() 434 empty = 0; in radix_tree_prune_branch() 447 if (empty && !radix_tree_node_is_root(tree, node)) in radix_tree_prune_branch() 450 return empty; in radix_tree_prune_branch()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-disk-parse | 111 one 0 ,empty,hdc:cdrom,r 122 one 0 vdev=hdc,access=r,devtype=cdrom,format=empty
|
A D | check-xl-vcpupin-parse.data-example | 17 # Testing the empty cpumap case
|
A D | libxl_disk.c | 681 flexarray_t *insert = NULL, *empty = NULL; in libxl_cdrom_insert() local 759 empty = flexarray_make(gc, 4, 1); in libxl_cdrom_insert() 760 flexarray_append_pair(empty, "type", in libxl_cdrom_insert() 762 flexarray_append_pair(empty, "params", ""); in libxl_cdrom_insert() 794 char **kvs = libxl__xs_kvs_of_flexarray(gc, empty); in libxl_cdrom_insert()
|
A D | libxl_json.c | 220 if (!kvl) goto empty; 231 empty: 281 if (!l) goto empty; 287 empty:
|
A D | libxl_cpuid.c | 431 if (cpuid == NULL) goto empty; in libxl_cpuid_policy_list_gen_json() 459 empty: in libxl_cpuid_policy_list_gen_json()
|
A D | libxl_event.c | 465 libxl__ev_watch_slot *slotcontents = LIBXL_SLIST_NEXT(slot, empty); in libxl__watch_slot_contents() 500 slot->empty.sle_next = (void*)w; in libxl__set_watch_slot_contents() 620 &newarray[i], empty); in libxl__ev_xswatch_register() 626 LIBXL_SLIST_REMOVE_HEAD(&CTX->watch_freeslots, empty); in libxl__ev_xswatch_register() 657 LIBXL_SLIST_INSERT_HEAD(&CTX->watch_freeslots, use, empty); in libxl__ev_xswatch_register() 681 LIBXL_SLIST_INSERT_HEAD(&CTX->watch_freeslots, slot, empty); in libxl__ev_xswatch_deregister()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.ml | 30 let empty key = { function 161 let node = Node.empty h in 174 then Node.set_children (Node.empty h) children
|
A D | trie.mli | 24 (** Creates an empty trie. *) 60 If [p] is not a valid path of [t], it returns an empty trie. *)
|
A D | perms.ml | 70 | [] -> invalid_arg "permvec empty"
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-disk-configuration.pod.5 | 47 is not specified, or if it is specified with an empty value (whether 76 for a cdrom device, lack of this attribute would imply an empty cdrom 84 it must come last. This is permissible even if an empty value for 522 =head2 Missing format and empty target 528 This is solely for compatibility with xend's syntax for empty cdroms,
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | Makefile | 196 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(XEN_LIB_STORED); \ 200 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)/xenstore-compat; \
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore.txt | 32 existing path maps to a possibly empty value, and may also have zero 41 forbidden. The empty path is also forbidden. Paths longer than 3072 91 empty strings by all current clients. Clients should not send 137 WRITE creates any missing parent paths, with empty values. 141 it and any missing parents with empty values. If <path>
|
A D | stubdom.txt | 57 empty (dhcp will be automatically performed)
|
A D | kconfig.txt | 97 be unset or empty, or set to three different formats: 100 unset or empty 50 : 50 33 : 33 : 34
|
A D | xenstore-paths.markdown | 180 path with an empty value which the guest may choose to overwrite. 196 for both sides. By writing a non-empty string to the node, the guest 255 If this key is not present, is empty, or is all-zeros ("0:0") then the 408 activities. The guest acknowledges a request by writing the empty 465 necessary. The guest acknowledges a request by writing the empty
|
A D | xenstore-ring.txt | 105 - empty the Input and Output queues in the xenstore ring;
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 796 jz empty 802 empty: ret label
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ehci-dbgp.c | 1246 bool_t empty = 0; in _ehci_dbgp_poll() local 1258 empty = 1; in _ehci_dbgp_poll() 1265 if ( empty ) in _ehci_dbgp_poll()
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 67 # empty string is the same as version 0. OP is evaluated by autoconf, not
|