Searched refs:success (Results 1 – 25 of 34) sorted by relevance
12
/xen/xen/scripts/ |
A D | Kconfig.include | 14 # $(if-success,<command>,<then>,<else>) 16 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)") 18 # $(success,<command>) 20 success = $(if-success,$(1),y,n) 24 failure = $(if-success,$(1),n,y) 28 cc-option = $(success,$(CC) -Werror $(CLANG_FLAGS) $(1) -E -x c /dev/null -o /dev/null) 32 ld-option = $(success,$(LD) -v $(1)) 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) -c -x assembler -o /dev/null -)
|
/xen/tools/hotplug/Linux/init.d/ |
A D | xen-watchdog.in | 30 success () { 37 success () { 51 [ "$r" -eq 0 ] && success $"$base startup" || failure $"$base startup" 63 [ "$r" -eq 0 ] && success $"$base stop" || failure $"$base stop"
|
/xen/tools/ocaml/libs/xs/ |
A D | xs.ml | 91 let success = ref false in 96 !success in 107 let success = ref false in 108 while !left > 0. && not(!success) 115 if not(!success) 116 then success := process_queued_events (); 118 if not(!success) 119 then success := process_incoming_event (); 123 if not(!success) 124 then success := process_queued_events (); [all …]
|
/xen/tools/hotplug/Linux/ |
A D | vif2 | 40 success 44 success
|
A D | vscsi | 14 success
|
A D | vif-route | 67 success
|
A D | block-common.sh | 72 success
|
A D | vif-bridge | 109 success
|
A D | vif-openvswitch | 108 success
|
A D | vif-nat | 189 success
|
A D | remus-netbuf-setup | 223 success
|
A D | block | 342 success
|
A D | xen-hotplug-common.sh.in | 37 success() { function
|
A D | colo-proxy-setup | 129 success
|
A D | xendomains.in | 90 success " [${_SMSG[${_RC_RV}]}] "
|
/xen/xen/arch/x86/oprofile/ |
A D | nmi_int.c | 142 int success = 1; in allocate_msrs() local 150 success = 0; in allocate_msrs() 155 success = 0; in allocate_msrs() 160 if (!success) in allocate_msrs() 163 return success; in allocate_msrs()
|
/xen/xen/ |
A D | Kconfig | 13 def_bool $(success,$(CC) --version | head -n 1 | grep -q gcc) 20 def_bool $(success,$(CC) --version | head -n 1 | grep -q clang)
|
/xen/tools/console/daemon/ |
A D | io.c | 571 bool success; in console_create_tty() local 612 success = asprintf(&path, "%s/limit", con->xspath) != in console_create_tty() 614 if (!success) in console_create_tty() 624 if (!success) in console_create_tty() 626 success = xs_write(xs, XBT_NULL, path, slave, strlen(slave)); in console_create_tty() 628 if (!success) in console_create_tty() 797 bool success; in watch_domain() local 802 success = xs_watch(xs, con->xspath, domid_str); in watch_domain() 803 if (success) in watch_domain() 808 success = xs_unwatch(xs, con->xspath, domid_str); in watch_domain() [all …]
|
/xen/tools/ocaml/xenstored/ |
A D | history.ml | 52 let success = Connection.end_transaction con tid commit in 54 success
|
/xen/docs/misc/ |
A D | stubdom.txt | 67 - "pci-inserted" - success 70 - "pci-removed" - success 73 - "paused" - success 75 - "running" - success
|
A D | pvcalls.pandoc | 369 - **ret**: return value, identifies success (0) or failure (see [Error 419 - 0 on success 487 - 0 on success 542 - 0 on success 585 - 0 on success 622 - 0 on success 694 - 0 on success 734 - 0 on success
|
A D | livepatch.pandoc | 484 failure. The success/failure error code is provided to the postapply hooks 515 before the current payload application. The success/failure error code is 671 respectively mean: success or operation in progress. Other values 675 The return value of the hypercall is zero on success and -XEN_EXX on failure. 776 respectively mean: success or operation in progress. Other values 881 - The REVERT operation on success will automatically move to the CHECKED state. 894 | APPLY | CHECKED | Apply payload (success). | | x | 899 | | | payload with success. | | | 904 | REVERT | APPLIED | Revert payload (success). | x | | 918 …XEN_SYSCTL_LIVEPATCH_GET* to check the `->rc`. If in *-XEN_EAGAIN* spin. If zero exit with success.
|
/xen/xen/arch/x86/boot/ |
A D | wakeup.S | 59 # Setting of user mode (AX=mode ID) => CF=success
|
/xen/stubdom/ |
A D | vtpm-deepquote-anyloc.patch | 56 * Returns: TPM_SUCCESS on success, a TPM error code otherwise.
|
A D | vtpm-deepquote.patch | 73 + * Returns: TPM_SUCCESS on success, a TPM error code otherwise.
|
Completed in 21 milliseconds
12