/xen/xen/common/ |
A D | unlzo.c | 71 static int INIT parse_header(u8 *input, int *skip, int in_len) in parse_header() argument 124 *skip = parse - input; in parse_header() 135 int skip = 0; in unlzo() local 177 if (!parse_header(input, &skip, in_len)) { in unlzo() 181 in_buf += skip; in unlzo() 182 in_len -= skip; in unlzo() 185 *posp = skip; in unlzo()
|
/xen/tools/libxc/ |
A D | xc_dom_binloader.c | 258 uint32_t skip, text_size, bss_size; in xc_dom_load_bin_kernel() local 269 skip = image_info->load_addr - start_addr; in xc_dom_load_bin_kernel() 274 DOMPRINTF(" skip: 0x%" PRIx32 "", skip); in xc_dom_load_bin_kernel() 293 if ( image_size < skip || in xc_dom_load_bin_kernel() 294 image_size - skip < text_size ) in xc_dom_load_bin_kernel() 301 memcpy(dest, image + skip, text_size); in xc_dom_load_bin_kernel()
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | util.c | 252 int i, len = 0, skip = 0; in dialog_clear() local 271 if (skip == 0) in dialog_clear() 274 skip--; in dialog_clear() 276 if (skip == 0) in dialog_clear() 279 skip--; in dialog_clear() 281 if (skip < strlen(pos->text)) { in dialog_clear() 282 waddstr(stdscr, pos->text + skip); in dialog_clear() 283 skip = 0; in dialog_clear() 285 skip -= strlen(pos->text); in dialog_clear() 287 if (skip == 0) in dialog_clear() [all …]
|
/xen/tools/fuzz/cpu-policy/ |
A D | afl-policy-fuzzer.c | 166 goto skip; in main() 172 goto skip; in main() 177 skip: in main()
|
/xen/docs/man/ |
A D | xenstore-read.1.pod | 25 Read raw value, skip escaping non-printable characters (\x..).
|
A D | xenstore-write.1.pod | 22 Write raw value, skip parsing escaped characters (\x..).
|
A D | xl.conf.5.pod | 209 Use --ignore-global-affinity-masks to skip applying global masks.
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | amd.c | 357 goto skip; in cpu_request_microcode() 371 skip: in cpu_request_microcode()
|
/xen/xen/include/asm-x86/ |
A D | alternative-asm.h | 28 .skip \nr_bytes, 0x90
|
/xen/tools/libfsimage/iso9660/ |
A D | iso9660.h | 153 u_int8_t skip; member
|
/xen/xen/arch/arm/arm32/lib/ |
A D | memzero.S | 39 cmp r1, #16 @ 1 we can skip this chunk if we
|
/xen/tools/libxl/ |
A D | libxl_device.c | 1676 goto skip; in backend_watch_callback() 1678 goto skip; in backend_watch_callback() 1686 goto skip; in backend_watch_callback() 1692 goto skip; in backend_watch_callback() 1698 goto skip; in backend_watch_callback() 1706 goto skip; in backend_watch_callback() 1722 goto skip; in backend_watch_callback() 1739 skip: in backend_watch_callback()
|
A D | libxl_qmp.c | 1234 const char skip[] = "QMP_"; in qmp_error_class_to_libxl_error_code() local 1235 const size_t skipl = sizeof(skip) - 1; in qmp_error_class_to_libxl_error_code() 1243 if (strncasecmp(t->s, skip, skipl)) in qmp_error_class_to_libxl_error_code()
|
/xen/tools/firmware/rombios/ |
A D | 32bitgateway.c | 163 pop bx ; skip ss
|
/xen/xen/tools/kconfig/ |
A D | qconf.cc | 778 goto skip; in mouseReleaseEvent() 817 skip: in mouseReleaseEvent() 837 goto skip; in mouseDoubleClickEvent() 840 goto skip; in mouseDoubleClickEvent() 844 goto skip; in mouseDoubleClickEvent() 851 skip: in mouseDoubleClickEvent()
|
A D | nconf.c | 368 const int skip = 1; in print_function_line() local 381 offset += strlen(function_keys[i].func) + skip; in print_function_line()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 913 goto skip; in p2m_pod_zero_check() 918 goto skip; in p2m_pod_zero_check() 938 skip: in p2m_pod_zero_check()
|
/xen/tools/libfsimage/zfs/ |
A D | fsys_zfs.c | 895 goto skip; in get_objset_mdn() 912 goto skip; in get_objset_mdn() 959 skip: in get_objset_mdn()
|
/xen/docs/misc/ |
A D | hvm-emulated-unplug.pandoc | 22 this is 0, skip to 6.
|
A D | efi.pandoc | 91 `-basevideo` command line option can be used to skip altering video modes.
|
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 64 # for the domain to be really down. Leave empty to skip domain shutdown.
|
/xen/docs/misc/xen-makefiles/ |
A D | makefiles.rst | 70 names. This allows the build system to totally skip the directory if the
|
/xen/xen/arch/x86/mm/shadow/ |
A D | private.h | 416 void sh_resync_all(struct vcpu *v, int skip, int this, int others);
|
A D | common.c | 596 void sh_resync_all(struct vcpu *v, int skip, int this, int others) in sh_resync_all() argument 639 if ( skip ) in sh_resync_all()
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 258 Essentially this should skip the check to see if PV drivers and migrate as
|