Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/hotplug/Linux/
A Dvif232 success
36 success
A Dvscsi14 success
A Dvif-route53 success
A Dvif-bridge103 success
A Dblock-common.sh72 success
A Dvif-openvswitch108 success
A Dvif-nat189 success
A Dremus-netbuf-setup223 success
A Dblock342 success
A Dcolo-proxy-setup115 success
A Dxen-hotplug-common.sh.in37 success() { function
A Dxendomains.in90 success " [${_SMSG[${_RC_RV}]}] "
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dnmi_int.c141 int success = 1; in allocate_msrs() local
149 success = 0; in allocate_msrs()
154 success = 0; in allocate_msrs()
159 if (!success) in allocate_msrs()
162 return success; in allocate_msrs()
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c546 bool success; in console_create_tty() local
587 success = asprintf(&path, "%s/limit", con->xspath) != in console_create_tty()
589 if (!success) in console_create_tty()
599 if (!success) in console_create_tty()
601 success = xs_write(xs, XBT_NULL, path, slave, strlen(slave)); in console_create_tty()
603 if (!success) in console_create_tty()
772 bool success; in watch_domain() local
777 success = xs_watch(xs, con->xspath, domid_str); in watch_domain()
778 if (success) in watch_domain()
783 success = xs_unwatch(xs, con->xspath, domid_str); in watch_domain()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dhistory.ml52 let success = Connection.end_transaction con tid commit in
54 success
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dwakeup.S72 # Setting of user mode (AX=mode ID) => CF=success
/xen-4.10.0-shim-comet/docs/misc/
A Dpvcalls.markdown377 - **ret**: return value, identifies success (0) or failure (see [Error
427 - 0 on success
495 - 0 on success
550 - 0 on success
593 - 0 on success
630 - 0 on success
702 - 0 on success
742 - 0 on success
A Dlivepatch.markdown545 respectively mean: success or operation in progress. Other values
549 The return value of the hypercall is zero on success and -XEN_EXX on failure.
642 respectively mean: success or operation in progress. Other values
736 - The REVERT operation on success will automatically move to the CHECKED state.
751 | APPLY | CHECKED | Apply payload (success). | | x |
756 | | | payload with success. | | |
761 | REVERT | APPLIED | Revert payload (success). | x | |
776 …XEN_SYSCTL_LIVEPATCH_GET* to check the `->rc`. If in *-XEN_EAGAIN* spin. If zero exit with success.
/xen-4.10.0-shim-comet/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.
A Dvtpm-parent-sign-ek.patch70 + * Returns: TPM_SUCCESS on success, a TPM error code otherwise.
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt92 The return value of talloc_free() indicates success or failure, with 0
93 returned for success and -1 for failure. The only possible failure
165 receives the pointer as an argument, and should return 0 for success
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dgconf.c1165 gboolean success; in set_node() local
1173 FALSE, FALSE, &success); in set_node()

Completed in 37 milliseconds

12