Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 45) sorted by relevance

12

/qemu/tests/qtest/fuzz/
H A Dmeson.build17 ['-Wl,-wrap,qtest_inb',
18 '-Wl,-wrap,qtest_inw',
19 '-Wl,-wrap,qtest_inl',
20 '-Wl,-wrap,qtest_outb',
21 '-Wl,-wrap,qtest_outw',
22 '-Wl,-wrap,qtest_outl',
23 '-Wl,-wrap,qtest_readb',
24 '-Wl,-wrap,qtest_readw',
25 '-Wl,-wrap,qtest_readl',
26 '-Wl,-wrap,qtest_readq',
[all …]
/qemu/hw/uefi/
H A Dvar-service-pkcs7.c74 gnutls_datum_t wrap; in wrap_pkcs7() local
84 wrap.size = pkcs7->size + 19; in wrap_pkcs7()
85 wrap.data = g_malloc(wrap.size); in wrap_pkcs7()
87 wrap.data[0] = 0x30; in wrap_pkcs7()
88 wrap.data[1] = 0x82; in wrap_pkcs7()
89 wrap.data[2] = (wrap.size - 4) >> 8; in wrap_pkcs7()
90 wrap.data[3] = (wrap.size - 4) & 0xff; in wrap_pkcs7()
91 wrap.data[4] = 0x06; in wrap_pkcs7()
92 wrap.data[5] = 0x09; in wrap_pkcs7()
93 memcpy(wrap.data + 6, signed_data_oid, sizeof(signed_data_oid)); in wrap_pkcs7()
[all …]
/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c759 WrapAlternate *wrap; in test_visitor_in_alternate() local
790 visit_type_WrapAlternate(v, NULL, &wrap, &error_abort); in test_visitor_in_alternate()
791 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QNUM); in test_visitor_in_alternate()
792 g_assert_cmpint(wrap->alt->u.i, ==, 42); in test_visitor_in_alternate()
793 qapi_free_WrapAlternate(wrap); in test_visitor_in_alternate()
796 visit_type_WrapAlternate(v, NULL, &wrap, &error_abort); in test_visitor_in_alternate()
797 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QSTRING); in test_visitor_in_alternate()
798 g_assert_cmpint(wrap->alt->u.e, ==, ENUM_ONE_VALUE1); in test_visitor_in_alternate()
799 qapi_free_WrapAlternate(wrap); in test_visitor_in_alternate()
803 visit_type_WrapAlternate(v, NULL, &wrap, &error_abort); in test_visitor_in_alternate()
[all …]
/qemu/tests/qemu-iotests/
H A D197.out8 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=4294967296 backing_file=TEST_DIR/t.IMGFMT back…
19 qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Can't use copy-on-read on read-only device
29 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=1024
38 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT backing_f…
H A D215.out8 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=4294967296 backing_file=TEST_DIR/t.IMGFMT back…
19 qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Block node is read-only
/qemu/scripts/
H A Dmeson-buildoptions.py94 def wrap(left, text, indent): function
101 yield from textwrap.wrap(
119 for x in wrap(" " + left, right, indent):
/qemu/scripts/oss-fuzz/
H A Doutput_reproducer.py53 result = '\\\n'.join(textwrap.wrap("cat << EOF | {} {}".format(path, args),
57 result += "\n" + '\\\n'.join(textwrap.wrap(l,72,drop_whitespace=False))
/qemu/subprojects/
H A Ddtc.wrap1 [wrap-git]
H A Dlibblkio.wrap1 [wrap-git]
H A Dkeycodemapdb.wrap1 [wrap-git]
H A Dlibvfio-user.wrap1 [wrap-git]
H A Dslirp.wrap1 [wrap-git]
H A Dberkeley-softfloat-3.wrap1 [wrap-git]
H A Dberkeley-testfloat-3.wrap1 [wrap-git]
H A Dlibc-0.2-rs.wrap1 [wrap-file]
H A Ditertools-0.11-rs.wrap1 [wrap-file]
H A Dbilge-0.2-rs.wrap1 [wrap-file]
H A Deither-1-rs.wrap1 [wrap-file]
H A Dsyn-2-rs.wrap1 [wrap-file]
H A Dquote-1-rs.wrap1 [wrap-file]
H A Dunicode-ident-1-rs.wrap1 [wrap-file]
H A Dbilge-impl-0.2-rs.wrap1 [wrap-file]
H A Darbitrary-int-1-rs.wrap1 [wrap-file]
H A Dproc-macro2-1-rs.wrap1 [wrap-file]
H A Dproc-macro-error-1-rs.wrap1 [wrap-file]

12