Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 34) sorted by relevance

12

/xen/xen/scripts/
A DKconfig.include14 # $(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 Dxen-watchdog.in30 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 Dxs.ml91 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 Dvif240 success
44 success
A Dvscsi14 success
A Dvif-route67 success
A Dblock-common.sh72 success
A Dvif-bridge109 success
A Dvif-openvswitch108 success
A Dvif-nat189 success
A Dremus-netbuf-setup223 success
A Dblock342 success
A Dxen-hotplug-common.sh.in37 success() { function
A Dcolo-proxy-setup129 success
A Dxendomains.in90 success " [${_SMSG[${_RC_RV}]}] "
/xen/xen/arch/x86/oprofile/
A Dnmi_int.c142 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 DKconfig13 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 Dio.c571 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 Dhistory.ml52 let success = Connection.end_transaction con tid commit in
54 success
/xen/docs/misc/
A Dstubdom.txt67 - "pci-inserted" - success
70 - "pci-removed" - success
73 - "paused" - success
75 - "running" - success
A Dpvcalls.pandoc369 - **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 Dlivepatch.pandoc484 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 Dwakeup.S59 # Setting of user mode (AX=mode ID) => CF=success
/xen/stubdom/
A Dvtpm-deepquote-anyloc.patch56 * Returns: TPM_SUCCESS on success, a TPM error code otherwise.
A Dvtpm-deepquote.patch73 + * Returns: TPM_SUCCESS on success, a TPM error code otherwise.

Completed in 21 milliseconds

12