/xen/xen/arch/x86/mm/shadow/ |
A D | pv.c | 34 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 D | xc_offline_page.c | 332 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 D | xc_domain.c | 1985 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 D | xen-hotplug-common.sh.in | 43 "$@" || 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 D | xendomains.in | 80 _SMSG=(done failed failed missed failed skipped unused failed failed)
|
/xen/tools/misc/ |
A D | xen-hptool.c | 115 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 D | TODO | 5 - Timeout failed watch responses
|
/xen/m4/ |
A D | pthread.m4 | 33 ])],[],[ax_cv_pthread_flags=failed])
|
/xen/tools/libacpi/ |
A D | README | 30 using wget in Makefile. if it failed, please download manually from
|
/xen/tools/ocaml/xenstored/ |
A D | stdext.ml | 99 failwith "Unix.setsid failed"; 126 then failwith "pidfile_write failed";
|
A D | oxenstored.conf.in | 6 # Randomly failed a transaction with EAGAIN. Used for testing Xs user
|
A D | xenstored.ml | 410 …info "%Ld failed transactions; of these no culprit was found for %Ld" !Transaction.failed_commits …
|
/xen/tools/ocaml/libs/xs/ |
A D | xs.mli | 19 (** Throws this rather than a miscellaneous Unix.connect failed *)
|
A D | xs.ml | 152 (** Throws this rather than a miscellaneous Unix.connect failed *)
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 73 context of the failed memory allocation itself is not very
|
A D | stubdom.txt | 68 - "pci-insert-failed" - failure
|
A D | grant-tables.txt | 264 printk("MEMOP_decrease_reservation failed\n");
|
/xen/xen/arch/x86/hvm/ |
A D | ioreq.c | 1505 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 D | 00cvs | 195 + 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 D | xenctrl.ml | 176 failwith ("failed to open xenctrl: "^msg)
|
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 61 # If neither MIGRATE nor SAVE were enabled or if they failed, you can
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 913 cmpw $0x004f, %ax # Call failed?
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 1672 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 D | libxl_dm.c | 3062 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 D | libxl_types.idl | 76 (-30, "QMP_DEVICE_NOT_ACTIVE"), # a device has failed to be become active
|