Home
last modified time | relevance | path

Searched full:null (Results 1 – 25 of 2598) sorted by relevance

12345678910>>...104

/qemu/bsd-user/openbsd/
H A Dstrace.list1 { TARGET_OPENBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
2 { TARGET_OPENBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
3 { TARGET_OPENBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
4 { TARGET_OPENBSD_NR___sysctl, "__sysctl", NULL, NULL, NULL },
5 { TARGET_OPENBSD_NR_accept, "accept", "%s(%d,%#x,%#x)", NULL, NULL },
6 { TARGET_OPENBSD_NR_access, "access", "%s(\"%s\",%#o)", NULL, NULL },
7 { TARGET_OPENBSD_NR_acct, "acct", NULL, NULL, NULL },
8 { TARGET_OPENBSD_NR_adjfreq, "adjfreq", NULL, NULL, NULL },
9 { TARGET_OPENBSD_NR_adjtime, "adjtime", NULL, NULL, NULL },
10 { TARGET_OPENBSD_NR_bind, "bind", NULL, NULL, NULL },
[all …]
/qemu/bsd-user/netbsd/
H A Dstrace.list1 { TARGET_NETBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
2 { TARGET_NETBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
3 { TARGET_NETBSD_NR___sysctl, "__sysctl", NULL, NULL, NULL },
4 { TARGET_NETBSD_NR_accept, "accept", "%s(%d,%#x,%#x)", NULL, NULL },
5 { TARGET_NETBSD_NR_access, "access", "%s(\"%s\",%#o)", NULL, NULL },
6 { TARGET_NETBSD_NR_acct, "acct", NULL, NULL, NULL },
7 { TARGET_NETBSD_NR_adjtime, "adjtime", NULL, NULL, NULL },
8 { TARGET_NETBSD_NR_bind, "bind", NULL, NULL, NULL },
9 { TARGET_NETBSD_NR_break, "break", NULL, NULL, NULL },
10 { TARGET_NETBSD_NR_chdir, "chdir", "%s(\"%s\")", NULL, NULL },
[all …]
/qemu/bsd-user/freebsd/
H A Dstrace.list19 { TARGET_FREEBSD_NR___acl_aclcheck_fd, "__acl_aclcheck_fd", "%s(%d, %d, %#x)", NULL, NULL },
20 { TARGET_FREEBSD_NR___acl_aclcheck_file, "__acl_aclcheck_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
21 { TARGET_FREEBSD_NR___acl_aclcheck_link, "__acl_aclcheck_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
22 { TARGET_FREEBSD_NR___acl_delete_fd, "__acl_delete_fd", "%s(%d, %d)", NULL, NULL },
23 { TARGET_FREEBSD_NR___acl_delete_file, "__acl_delete_file", "%s(\"%s\", %d)", NULL, NULL },
24 { TARGET_FREEBSD_NR___acl_delete_link, "__acl_delete_link", "%s(\"%s\", %d)", NULL, NULL },
25 { TARGET_FREEBSD_NR___acl_get_fd, "__acl_get_fd", "%s(%d, %d, %#x)", NULL, NULL },
26 { TARGET_FREEBSD_NR___acl_get_file, "__acl_get_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
27 { TARGET_FREEBSD_NR___acl_get_link, "__acl_get_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
28 { TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, NULL },
[all …]
/qemu/linux-user/
H A Dstrace.list7 { TARGET_NR_accept, "accept" , NULL, print_accept, NULL },
10 { TARGET_NR_accept4, "accept4" , NULL, NULL, NULL },
13 { TARGET_NR_access, "access" , NULL, print_access, NULL },
16 { TARGET_NR_acct, "acct" , NULL, print_acct, NULL },
19 { TARGET_NR_add_key, "add_key" , NULL, NULL, NULL },
22 { TARGET_NR_adjtimex, "adjtimex" , "%s(%p)", NULL,
26 { TARGET_NR_afs_syscall, "afs_syscall" , NULL, NULL, NULL },
29 { TARGET_NR_alarm, "alarm" , "%s(%u)", NULL, NULL },
32 { TARGET_NR_aplib, "aplib" , NULL, NULL, NULL },
35 { TARGET_NR_arch_prctl, "arch_prctl" , NULL, NULL, NULL },
[all …]
/qemu/target/i386/emulate/
H A Dx86_decode.c449 struct decode_tbl invl_inst = {0x0, 0, 0, false, NULL, NULL, NULL, NULL,
691 {0x0, X86_DECODE_CMD_ADD, 1, true, decode_modrm_rm, decode_modrm_reg, NULL,
692 NULL, NULL},
693 {0x1, X86_DECODE_CMD_ADD, 0, true, decode_modrm_rm, decode_modrm_reg, NULL,
694 NULL, NULL},
695 {0x2, X86_DECODE_CMD_ADD, 1, true, decode_modrm_reg, decode_modrm_rm, NULL,
696 NULL, NULL},
697 {0x3, X86_DECODE_CMD_ADD, 0, true, decode_modrm_reg, decode_modrm_rm, NULL,
698 NULL, NULL},
699 {0x4, X86_DECODE_CMD_ADD, 1, false, decode_rax, decode_imm8, NULL, NULL,
[all …]
/qemu/tests/unit/
H A Dtest-crypto-tlscredsx509.c54 NULL); in test_tls_creds_create()
57 return NULL; in test_tls_creds_create()
114 data->expectFail ? NULL : &error_abort); in test_tls_creds()
117 g_assert(creds == NULL); in test_tls_creds()
119 g_assert(creds != NULL); in test_tls_creds()
141 g_test_init(&argc, &argv, NULL); in main()
159 "UK", "qemu CA", NULL, NULL, NULL, NULL, in main()
162 false, false, NULL, NULL, in main()
166 "UK", "qemu.org", NULL, NULL, NULL, NULL, in main()
170 true, true, GNUTLS_KP_TLS_WWW_SERVER, NULL, in main()
[all …]
H A Dtest-keyval.c26 Error *err = NULL; in test_keyval_parse()
33 qdict = keyval_parse("", NULL, NULL, &error_abort); in test_keyval_parse()
38 qdict = keyval_parse("=val", NULL, NULL, &err); in test_keyval_parse()
43 qdict = keyval_parse(".", NULL, NULL, &err); in test_keyval_parse()
46 qdict = keyval_parse("key.", NULL, NULL, &err); in test_keyval_parse()
51 qdict = keyval_parse("7up=val", NULL, NULL, &err); in test_keyval_parse()
60 qdict = keyval_parse(params + 2, NULL, NULL, &err); in test_keyval_parse()
65 qdict = keyval_parse(params, NULL, NULL, &err); in test_keyval_parse()
72 qdict = keyval_parse(params + 2, NULL, NULL, &error_abort); in test_keyval_parse()
78 qdict = keyval_parse(params, NULL, NULL, &error_abort); in test_keyval_parse()
[all …]
H A Dtest-qobject-input-visitor.c38 data->obj = NULL; in visitor_input_teardown()
42 data->qiv = NULL; in visitor_input_teardown()
53 visitor_input_teardown(data, NULL); in test_init_internal()
119 visit_type_int(v, NULL, &res, &error_abort); in test_visitor_in_int()
122 visit_type_number(v, NULL, &dbl, &error_abort); in test_visitor_in_int()
137 visit_type_uint64(v, NULL, &res, &error_abort); in test_visitor_in_uint()
140 visit_type_int(v, NULL, &i64, &error_abort); in test_visitor_in_uint()
143 visit_type_number(v, NULL, &dbl, &error_abort); in test_visitor_in_uint()
149 visit_type_uint64(v, NULL, &res, &error_abort); in test_visitor_in_uint()
154 visit_type_uint64(v, NULL, &res, &error_abort); in test_visitor_in_uint()
[all …]
H A Dtest-crypto-tlssession.c89 NULL in test_tls_creds_psk_create()
99 QCryptoTLSSession *clientSess = NULL; in test_crypto_tls_session_psk()
100 QCryptoTLSSession *serverSess = NULL; in test_crypto_tls_session_psk()
121 g_assert(clientCreds != NULL); in test_crypto_tls_session_psk()
126 g_assert(serverCreds != NULL); in test_crypto_tls_session_psk()
130 clientCreds, NULL, NULL, in test_crypto_tls_session_psk()
132 g_assert(clientSess != NULL); in test_crypto_tls_session_psk()
135 serverCreds, NULL, NULL, in test_crypto_tls_session_psk()
137 g_assert(serverSess != NULL); in test_crypto_tls_session_psk()
227 NULL in test_tls_creds_x509_create()
[all …]
H A Dtest-string-input-visitor.c28 data->v = NULL; in visitor_input_teardown()
39 visitor_input_teardown(data, NULL); in visitor_input_test_init()
50 Error *err = NULL; in test_visitor_in_int()
55 visit_type_int(v, NULL, &res, &error_abort); in test_visitor_in_int()
60 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int()
65 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int()
71 int64List *res = NULL; in check_ilist()
75 visit_type_int64List(v, NULL, &res, &error_abort); in check_ilist()
89 uint64List *res = NULL; in check_ulist()
93 visit_type_uint64List(v, NULL, &res, &error_abort); in check_ulist()
[all …]
H A Dtest-crypto-secret.c41 NULL); in test_secret_direct()
56 char *fname = NULL; in test_secret_indirect_good()
59 NULL); in test_secret_indirect_good()
72 NULL); in test_secret_indirect_good()
93 NULL, in test_secret_indirect_badfile()
95 NULL); in test_secret_indirect_badfile()
97 g_assert(sec == NULL); in test_secret_indirect_badfile()
104 char *fname = NULL; in test_secret_indirect_emptyfile()
107 NULL); in test_secret_indirect_emptyfile()
118 NULL); in test_secret_indirect_emptyfile()
[all …]
H A Dcheck-qjson.c40 return NULL; in to_json_str()
64 { "\\", NULL }, in escaped_string()
65 { "\\z", NULL }, in escaped_string()
66 { "\\ux", NULL }, in escaped_string()
67 { "\\u1x", NULL }, in escaped_string()
68 { "\\u12x", NULL }, in escaped_string()
69 { "\\u123x", NULL }, in escaped_string()
72 { "unpaired leading surrogate \\uD800", NULL }, in escaped_string()
73 { "unpaired leading surrogate \\uD800\\uCAFE", NULL }, in escaped_string()
74 { "unpaired leading surrogate \\uD800\\uD801\\uDC02", NULL }, in escaped_string()
[all …]
H A Dtest-qemu-opts.c111 Error *err = NULL; in test_find_unknown_opts()
115 g_assert(list == NULL); in test_find_unknown_opts()
125 g_assert(list != NULL); in test_qemu_find_opts()
135 g_assert(list != NULL); in test_qemu_opts_create()
140 opts = qemu_opts_find(list, NULL); in test_qemu_opts_create()
141 g_assert(opts == NULL); in test_qemu_opts_create()
144 opts = qemu_opts_create(list, NULL, 0, &error_abort); in test_qemu_opts_create()
145 g_assert(opts != NULL); in test_qemu_opts_create()
149 opts = qemu_opts_find(list, NULL); in test_qemu_opts_create()
150 g_assert(opts != NULL); in test_qemu_opts_create()
[all …]
H A Dtest-char.c91 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_console_test_subprocess()
113 chr = qemu_chr_new("label", "stdio", NULL); in char_stdio_test_subprocess()
144 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_ringbuf_test()
152 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_ringbuf_test()
175 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_ringbuf_test()
188 Error *error = NULL; in char_mux_test()
196 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_mux_test()
209 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_mux_test()
218 NULL, in char_mux_test()
220 NULL, true); in char_mux_test()
[all …]
/qemu/tests/qemu-iotests/
H A D186.out57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null
60 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
68 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null
76 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_…
84 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null
92 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
[all …]
/qemu/qga/
H A Dcommands-posix-ssh.c25 return NULL; in test_get_passwd_entry()
46 g_autoptr(GError) err = NULL; in get_passwd_entry()
50 if (p == NULL) { in get_passwd_entry()
53 return NULL; in get_passwd_entry()
88 g_autofree char *contents = NULL; in write_authkeys()
89 g_autoptr(GError) err = NULL; in write_authkeys()
117 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_add_authorized_keys()
118 g_autofree char *ssh_path = NULL; in qmp_guest_ssh_add_authorized_keys()
119 g_autofree char *authkeys_path = NULL; in qmp_guest_ssh_add_authorized_keys()
120 g_auto(GStrv) authkeys = NULL; in qmp_guest_ssh_add_authorized_keys()
[all …]
H A Dcommands-win32.c154 Error **errp = NULL; in find_open_flag()
165 return NULL; in find_open_flag()
194 return NULL; in guest_file_handle_find()
206 if (!GetNamedPipeHandleState(fh, &pipe_state, NULL, in handle_set_nonblocking()
207 NULL, NULL, NULL, 0)) { in handle_set_nonblocking()
216 SetNamedPipeHandleState(fh, &pipe_state, NULL, NULL); in handle_set_nonblocking()
223 HANDLE templ_file = NULL; in qmp_guest_file_open()
226 LPSECURITY_ATTRIBUTES sa_attr = NULL; in qmp_guest_file_open()
228 GError *gerr = NULL; in qmp_guest_file_open()
229 wchar_t *w_path = NULL; in qmp_guest_file_open()
[all …]
/qemu/disas/
H A Driscv.c1098 { rv_op_illegal, NULL }
1105 { rv_op_illegal, NULL }
1110 { rv_op_illegal, NULL }
1115 { rv_op_illegal, NULL }
1122 { rv_op_illegal, NULL }
1129 { rv_op_illegal, NULL }
1134 { rv_op_illegal, NULL }
1139 { rv_op_illegal, NULL }
1145 { rv_op_illegal, NULL }
1150 { rv_op_illegal, NULL }
[all …]
H A Driscv-xthead.c131 { "th.illegal", rv_codec_illegal, rv_fmt_none, NULL, 0, 0, 0 },
133 { "th.addsl", rv_codec_r_imm2, rv_fmt_rd_rs1_rs2_imm, NULL, 0, 0, 0 },
135 { "th.srri", rv_codec_r2_imm6, rv_fmt_rd_rs1_imm, NULL, 0, 0, 0 },
136 { "th.srriw", rv_codec_r2_imm5, rv_fmt_rd_rs1_imm, NULL, 0, 0, 0 },
137 { "th.ext", rv_codec_r2_immhl, rv_fmt_rd_rs1_immh_imml, NULL, 0, 0, 0 },
138 { "th.extu", rv_codec_r2_immhl, rv_fmt_rd_rs1_immh_imml, NULL, 0, 0, 0 },
139 { "th.ff0", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 },
140 { "th.ff1", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 },
141 { "th.rev", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 },
142 { "th.revw", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 },
[all …]
/qemu/backends/
H A Ddbus-vmstate.c43 G_DBUS_PROPERTY_INFO_FLAGS_READABLE, NULL },
48 NULL
54 (GDBusMethodInfo **) NULL,
55 (GDBusSignalInfo **) NULL,
57 NULL,
65 g_auto(GStrv) ids = NULL; in get_id_list_set()
66 g_autoptr(GHashTable) set = NULL; in get_id_list_set()
70 return NULL; in get_id_list_set()
74 set = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); in get_id_list_set()
77 ids[i] = NULL; in get_id_list_set()
[all …]
/qemu/tests/qtest/
H A Ddbus-display-test.c18 g_autoptr(GError) err = NULL; in test_dbus_p2p_from_fd()
19 g_autoptr(GSocket) socket = NULL; in test_dbus_p2p_from_fd()
20 g_autoptr(GSocketConnection) socketc = NULL; in test_dbus_p2p_from_fd()
31 g_assert(socketc != NULL); in test_dbus_p2p_from_fd()
34 G_IO_STREAM(socketc), NULL, in test_dbus_p2p_from_fd()
37 NULL, NULL, &err); in test_dbus_p2p_from_fd()
61 g_autoptr(GError) err = NULL; in test_dbus_display_vm()
62 g_autoptr(GDBusConnection) conn = NULL; in test_dbus_display_vm()
63 g_autoptr(QemuDBusDisplay1VMProxy) vm = NULL; in test_dbus_display_vm()
64 QTestState *qts = NULL; in test_dbus_display_vm()
[all …]
/qemu/audio/
H A Ddbusaudio.c102 QemuDBusDisplay1AudioOutListener *listener = NULL; in dbus_put_buffer_out()
103 g_autoptr(GBytes) bytes = NULL; in dbus_put_buffer_out()
104 g_autoptr(GVariant) v_data = NULL; in dbus_put_buffer_out()
120 while (g_hash_table_iter_next(&iter, NULL, (void **)&listener)) { in dbus_put_buffer_out()
125 G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL); in dbus_put_buffer_out()
152 G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL); in dbus_init_out_listener()
173 QemuDBusDisplay1AudioOutListener *listener = NULL; in dbus_init_out()
180 while (g_hash_table_iter_next(&iter, NULL, (void **)&listener)) { in dbus_init_out()
192 QemuDBusDisplay1AudioOutListener *listener = NULL; in dbus_fini_out()
195 while (g_hash_table_iter_next(&iter, NULL, (void **)&listener)) { in dbus_fini_out()
[all …]
/qemu/target/i386/
H A Dcpu.c458 * @l3 can be NULL.
946 "cx8", "apic", NULL, "sep",
949 NULL, "ds" /* Intel dts */, "acpi", "mmx",
962 "tm2", "ssse3", "cid", NULL,
964 NULL, "pcid", "dca", "sse4.1",
966 "tsc-deadline", "aes", "xsave", NULL /* osxsave */,
980 NULL /* fpu */, NULL /* vme */, NULL /* de */, NULL /* pse */,
981 NULL /* tsc */, NULL /* msr */, NULL /* pae */, NULL /* mce */,
982 NULL /* cx8 */, NULL /* apic */, NULL, "syscall",
983 NULL /* mtrr */, NULL /* pge */, NULL /* mca */, NULL /* cmov */,
[all …]
/qemu/system/
H A Dqemu-seccomp.c128 0, NULL, SCMP_ACT_TRAP },
130 0, NULL, SCMP_ACT_TRAP },
132 0, NULL, SCMP_ACT_TRAP },
134 0, NULL, SCMP_ACT_TRAP },
136 0, NULL, SCMP_ACT_TRAP },
138 0, NULL, SCMP_ACT_TRAP },
140 0, NULL, SCMP_ACT_TRAP },
142 0, NULL, SCMP_ACT_TRAP },
144 0, NULL, SCMP_ACT_TRAP },
146 0, NULL, SCMP_ACT_TRAP },
[all …]
/qemu/ui/
H A Ddmabuf.c68 if (dmabuf == NULL) { in qemu_dmabuf_free()
77 assert(dmabuf != NULL); in qemu_dmabuf_get_fds()
90 assert(dmabuf != NULL); in qemu_dmabuf_dup_fds()
102 assert(dmabuf != NULL); in qemu_dmabuf_close()
114 assert(dmabuf != NULL); in qemu_dmabuf_get_width()
121 assert(dmabuf != NULL); in qemu_dmabuf_get_height()
128 assert(dmabuf != NULL); in qemu_dmabuf_get_offsets()
139 assert(dmabuf != NULL); in qemu_dmabuf_get_strides()
150 assert(dmabuf != NULL); in qemu_dmabuf_get_num_planes()
157 assert(dmabuf != NULL); in qemu_dmabuf_get_fourcc()
[all …]

12345678910>>...104