/xen/tools/libxc/ |
A D | xc_sr_save.c | 94 int *errors = NULL, rc = -1; in write_batch() local 112 errors = malloc(nr_pfns * sizeof(*errors)); in write_batch() 120 if ( !mfns || !types || !errors || !guest_data || !local_pages || !iov ) in write_batch() 164 xch->fmem, ctx->domid, PROT_READ, nr_pages, mfns, errors); in write_batch() 182 if ( errors[p] ) in write_batch() 185 ctx->save.batch_pfns[i], mfns[p], errors[p]); in write_batch() 279 free(errors); in write_batch()
|
/xen/m4/ |
A D | pkg.m4 | 52 # to PKG_CHECK_MODULES(), but does not set variables or print errors. 62 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then 124 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` 126 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
/xen/ |
A D | CODING_STYLE | 142 Passing errors up the stack should be used when the caller is already 143 expecting to handle errors, and the state when the error was 146 domain_crash() should be used when passing errors up the stack is too 152 BUG_ON() should be used when you can’t pass errors up the stack, and 197 - When the caller is expecting to handle errors, and there is no 201 caller isn't expecting to handle errors, or if the state is difficult
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 31 errors (where retry or feature disable are more appropriate). 70 Example usage: Most commonly for out-of-memory errors during 79 A possible approach to dealing with boot-time errors, rather than
|
A D | pvcalls.pandoc | 935 - **in_error** and **out_error** They signal errors when reading from the socket 937 errors. When an error occurs, no further reads or writes operations are
|
A D | xenstore.txt | 121 Parsing errors and values out of range generally go
|
A D | livepatch.pandoc | 669 * `rc` - -XEN_EXX type errors encountered while performing the last 774 * `rc` - -XEN_EXX type errors encountered while performing the last 915 1. *XEN_SYSCTL_LIVEPATCH_UPLOAD* to upload the payload. If there are errors *STOP* here.
|
A D | kconfig-language.rst | 597 all errors appear to involve one or more select's and one or more "depends on".
|
A D | xen-command-line.pandoc | 788 and this option is a coarse-grain workaround for those errors. 1044 loaded; errors will be reported to the ring buffer but will not prevent 1655 signalling of PCI System and Parity errors.
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 462 int errors = 0; in audit() local 490 errors++; in audit() 500 errors++; in audit() 509 errors++; in audit() 517 errors++; in audit() 525 errors++; in audit() 546 errors++; in audit() 555 errors++; in audit() 575 errors++; in audit() 587 errors++; in audit() [all …]
|
/xen/docs/process/ |
A D | RUBRIC | 3 well-organised, and to help avoid errors.
|
/xen/tools/ |
A D | configure | 8287 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.12") 2>&5 8304 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.12") 2>&5 8329 …glib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.12" 2>&1` 8420 …pixman_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pixman-1 >= 0.21.8" … 9373 …LIBNL3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0 >= 3.2.8 l… 9516 …SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-daemon" … 9576 …SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd >= 209" … 9652 …SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd >= 209" … 9742 …SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-daemon" … 9801 …SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd >= 209" … [all …]
|
/xen/tools/tests/mce-test/tools/ |
A D | README | 5 MCE injection mechanism. It allows to inject machine check errors on the
|
/xen/tools/python/ |
A D | pylintrc | 10 # * R0001: Total errors / warnings 11 # * R0002: % errors / warnings by module 48 # note).You have access to the variables errors warning, statement which 49 # respectivly contain the number of errors / warnings messages and the total
|
/xen/tools/tests/x86_emulator/ |
A D | predicates.c | 526 static unsigned int errors; variable 530 if ( !errors++ ) in print_insn() 670 if ( errors ) in predicates_test()
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 1125 return errors.New("expected union key DomainTypeHvm") 1234 return errors.New("expected union key DomainTypePv") 1431 return errors.New("wrong type for union key type") 1549 return errors.New("wrong type for union key type") 1574 return errors.New("wrong type for union key type") 2181 return errors.New("wrong type for union key type") 4014 return errors.New("wrong type for union key type") 4025 return errors.New("wrong type for union key type") 4038 return errors.New("wrong type for union key type") 4158 return errors.New("wrong type for union key type") [all …]
|
/xen/xen/arch/x86/ |
A D | traps.c | 1962 static const char errors[][10] = { in do_entry_CP() local 1976 if ( ec < ARRAY_SIZE(errors) && errors[ec][0] ) in do_entry_CP() 1977 err = errors[ec]; in do_entry_CP()
|
/xen/tools/ocaml/xenstored/ |
A D | config.ml | 109 (** read a filename, parse and validate, and return the errors if any *)
|
/xen/tools/xl/ |
A D | CODING_STYLE | 98 - Tabs are rendered badly in patches, causing off-by-one errors in almost
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 37 __u16 s_errors; /* Behaviour when detecting errors */
|
A D | 61btrfs.diff | 2317 + * Return -1 on errors; 2414 + * perform a translation. Return 1 on errors. 2726 + * Return 0, if key was found. Return -1 on io errors. 2787 + * are no greater leaves. Returns < 0 on io errors. 2847 + * Return -1 on io errors.
|
/xen/tools/libxl/ |
A D | CODING_STYLE | 214 - Tabs are rendered badly in patches, causing off-by-one errors in almost
|
/xen/docs/man/ |
A D | xen-vtpmmgr.7.pod | 186 unexpected busy errors from the TPM driver. The ability to access locality 2 of
|
A D | xl.1.pod.in | 1409 may cause IO errors in the domain.
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 9506 ;; length in paragraphs and checksum stored in a word to prevent errors
|