Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 27) sorted by relevance

12

/xen/xen/common/
A Dunlzo.c71 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 Dxc_dom_binloader.c258 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 Dutil.c252 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 Dafl-policy-fuzzer.c166 goto skip; in main()
172 goto skip; in main()
177 skip: in main()
/xen/docs/man/
A Dxenstore-read.1.pod25 Read raw value, skip escaping non-printable characters (\x..).
A Dxenstore-write.1.pod22 Write raw value, skip parsing escaped characters (\x..).
A Dxl.conf.5.pod209 Use --ignore-global-affinity-masks to skip applying global masks.
/xen/xen/arch/x86/cpu/microcode/
A Damd.c357 goto skip; in cpu_request_microcode()
371 skip: in cpu_request_microcode()
/xen/xen/include/asm-x86/
A Dalternative-asm.h28 .skip \nr_bytes, 0x90
/xen/tools/libfsimage/iso9660/
A Diso9660.h153 u_int8_t skip; member
/xen/xen/arch/arm/arm32/lib/
A Dmemzero.S39 cmp r1, #16 @ 1 we can skip this chunk if we
/xen/tools/libxl/
A Dlibxl_device.c1676 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 Dlibxl_qmp.c1234 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 D32bitgateway.c163 pop bx ; skip ss
/xen/xen/tools/kconfig/
A Dqconf.cc778 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 Dnconf.c368 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 Dp2m-pod.c913 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 Dfsys_zfs.c895 goto skip; in get_objset_mdn()
912 goto skip; in get_objset_mdn()
959 skip: in get_objset_mdn()
/xen/docs/misc/
A Dhvm-emulated-unplug.pandoc22 this is 0, skip to 6.
A Defi.pandoc91 `-basevideo` command line option can be used to skip altering video modes.
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in64 # for the domain to be really down. Leave empty to skip domain shutdown.
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst70 names. This allows the build system to totally skip the directory if the
/xen/xen/arch/x86/mm/shadow/
A Dprivate.h416 void sh_resync_all(struct vcpu *v, int skip, int this, int others);
A Dcommon.c596 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 Dnon-cooperative-migration.md258 Essentially this should skip the check to see if PV drivers and migrate as

Completed in 39 milliseconds

12