Searched refs:skip (Results 1 – 9 of 9) sorted by relevance
257 uint32_t skip, text_size, bss_size; in xc_dom_load_bin_kernel() local268 skip = image_info->load_addr - start_addr; in xc_dom_load_bin_kernel()273 DOMPRINTF(" skip: 0x%" PRIx32 "", skip); in xc_dom_load_bin_kernel()292 if ( image_size < skip || in xc_dom_load_bin_kernel()293 image_size - skip < text_size ) in xc_dom_load_bin_kernel()300 memcpy(dest, image + skip, text_size); in xc_dom_load_bin_kernel()
151 goto skip; in main()156 goto skip; in main()160 skip: in main()
153 u_int8_t skip; member
1751 goto skip; in backend_watch_callback()1753 goto skip; in backend_watch_callback()1761 goto skip; in backend_watch_callback()1767 goto skip; in backend_watch_callback()1773 goto skip; in backend_watch_callback()1781 goto skip; in backend_watch_callback()1797 goto skip; in backend_watch_callback()1814 skip: in backend_watch_callback()
1235 const char skip[] = "QMP_"; in qmp_error_class_to_libxl_error_code() local1236 const size_t skipl = sizeof(skip) - 1; in qmp_error_class_to_libxl_error_code()1244 if (strncasecmp(t->s, skip, skipl)) in qmp_error_class_to_libxl_error_code()
163 pop bx ; skip ss
10881 ;; value of 1234h = skip memory checks
895 goto skip; in get_objset_mdn()912 goto skip; in get_objset_mdn()959 skip: in get_objset_mdn()
64 # for the domain to be really down. Leave empty to skip domain shutdown.
Completed in 32 milliseconds