Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 31) sorted by relevance

12

/xen/xen/arch/x86/mm/shadow/
A Dpv.c34 unsigned int failed; in sh_write_guest_entry() local
37 failed = __copy_to_user(p, &new, sizeof(new)); in sh_write_guest_entry()
38 if ( failed != sizeof(new) ) in sh_write_guest_entry()
42 return !failed; in sh_write_guest_entry()
55 bool failed; in sh_cmpxchg_guest_entry() local
59 failed = cmpxchg_user(p, t, new); in sh_cmpxchg_guest_entry()
65 return !failed; in sh_cmpxchg_guest_entry()
/xen/tools/libxc/
A Dxc_offline_page.c332 goto failed; in change_pte()
335 failed: in change_pte()
507 goto failed; in xc_exchange_page()
538 goto failed; in xc_exchange_page()
546 goto failed; in xc_exchange_page()
556 goto failed; in xc_exchange_page()
581 goto failed; in xc_exchange_page()
591 goto failed; in xc_exchange_page()
600 goto failed; in xc_exchange_page()
614 goto failed; in xc_exchange_page()
[all …]
A Dxc_domain.c1985 goto failed; in xc_map_domain_meminfo()
2000 goto failed; in xc_map_domain_meminfo()
2006 failed: in xc_map_domain_meminfo()
/xen/tools/hotplug/Linux/
A Dxen-hotplug-common.sh.in43 "$@" || fatal "$@ failed"
47 "$@" 2>/dev/null || log debug "$@ failed"
51 fatal "$0 failed; error detected."
65 [ "$v" != "" ] || fatal "xenstore-read $@ failed."
98 _xenstore_write "$@" || fatal "Writing $@ to xenstore failed."
A Dxendomains.in80 _SMSG=(done failed failed missed failed skipped unused failed failed)
/xen/tools/misc/
A Dxen-hptool.c115 goto failed; in suspend_guest()
122 goto failed; in suspend_guest()
130 goto failed; in suspend_guest()
135 goto failed; in suspend_guest()
139 failed: in suspend_guest()
/xen/tools/xenstore/
A DTODO5 - Timeout failed watch responses
/xen/m4/
A Dpthread.m433 ])],[],[ax_cv_pthread_flags=failed])
/xen/tools/libacpi/
A DREADME30 using wget in Makefile. if it failed, please download manually from
/xen/tools/ocaml/xenstored/
A Dstdext.ml99 failwith "Unix.setsid failed";
126 then failwith "pidfile_write failed";
A Doxenstored.conf.in6 # Randomly failed a transaction with EAGAIN. Used for testing Xs user
A Dxenstored.ml410 …info "%Ld failed transactions; of these no culprit was found for %Ld" !Transaction.failed_commits …
/xen/tools/ocaml/libs/xs/
A Dxs.mli19 (** Throws this rather than a miscellaneous Unix.connect failed *)
A Dxs.ml152 (** Throws this rather than a miscellaneous Unix.connect failed *)
/xen/docs/misc/
A Dxen-error-handling.txt73 context of the failed memory allocation itself is not very
A Dstubdom.txt68 - "pci-insert-failed" - failure
A Dgrant-tables.txt264 printk("MEMOP_decrease_reservation failed\n");
/xen/xen/arch/x86/hvm/
A Dioreq.c1505 unsigned int id, failed = 0; in hvm_broadcast_ioreq() local
1513 failed++; in hvm_broadcast_ioreq()
1516 return failed; in hvm_broadcast_ioreq()
/xen/stubdom/grub.patches/
A D00cvs195 + echo "$as_me: failed program was:" >&5
329 /* Open read/write, or read-only if that failed. */
340 + grub_printf ("failed to get " GEOM_SYSCTL "sysctl: %s\n", strerror (errno));
350 + grub_printf ("failed to set " GEOM_SYSCTL "sysctl: %s\n", strerror (errno));
361 + grub_printf ("failed to set " GEOM_SYSCTL "sysctl: %s\n", strerror (errno));
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml176 failwith ("failed to open xenctrl: "^msg)
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in61 # If neither MIGRATE nor SAVE were enabled or if they failed, you can
/xen/xen/arch/x86/boot/
A Dvideo.S913 cmpw $0x004f, %ax # Call failed?
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c1672 bool failed; in main() local
1694 failed = (regs.eflags != 0x240) || in main()
1697 failed = (regs.eflags != 0x200) || in main()
1699 if ( failed ) in main()
1715 failed = (regs.eflags != 0x240) || in main()
1718 failed = (regs.eflags != 0x200) || in main()
1720 if ( failed ) in main()
/xen/tools/libxl/
A Dlibxl_dm.c3062 goto failed; in device_model_qmp_cb()
3070 goto failed; in device_model_qmp_cb()
3080 goto failed; in device_model_qmp_cb()
3086 failed: in device_model_qmp_cb()
A Dlibxl_types.idl76 (-30, "QMP_DEVICE_NOT_ACTIVE"), # a device has failed to be become active

Completed in 39 milliseconds

12