Home
last modified time | relevance | path

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

12345678910>>...189

/openbmc/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 …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/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, NUL
[all...]
/openbmc/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 …]
/openbmc/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-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-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-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 …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/ibm-ac-server/
H A DpolicyTable.json4 "AffectedLEDs": null,
9 "ComponentInstance": null,
10 "DateAdded": null,
11 "DateReviewed": null,
14 "LengthyDescription": null,
21 "UserAction": null,
25 "AffectedLEDs": null,
30 "ComponentInstance": null,
31 "DateAdded": null,
32 "DateReviewed": null,
[all …]
/openbmc/openbmc-tools/openbmctool/
H A DpolicyTable.json4 "AffectedLEDs": null,
9 "ComponentInstance": null,
10 "DateAdded": null,
11 "DateReviewed": null,
14 "LengthyDescription": null,
21 "UserAction": null,
25 "AffectedLEDs": null,
30 "ComponentInstance": null,
31 "DateAdded": null,
32 "DateReviewed": null,
[all …]
/openbmc/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 …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch21 if test ` uname -s 2> /dev/null ` = 'Darwin'; then
23 - $CC $CFLAGS $lf conftest.c > /dev/null 2>/dev/null
24 + $CC $CFLAGS $LDFLAGS $lf conftest.c > /dev/null 2>/dev/null
32 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
33 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
41 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
42 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
50 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null
51 + $CC $BFLAG $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
59 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null && \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/
H A Dncurses-config.patch11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null)
12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null)
13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null)
14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null)
22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null)
23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null)
24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null)
25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null)
33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null)
34 - NCURSES_LDFLAGS := $(shell ncurses6-config --libs 2>/dev/null)
[all …]
/openbmc/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 …]
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch25 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null
26 + $CC $CFLAGS $LDFLAGS $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null
33 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
34 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
42 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
43 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
51 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
52 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
60 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
61 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
[all …]
/openbmc/u-boot/post/
H A Dtests.c55 NULL,
56 NULL,
67 NULL,
68 NULL,
82 NULL,
83 NULL,
95 NULL,
96 NULL,
107 NULL,
108 NULL,
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A D0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch4 Subject: [PATCH] ssmtp: Correct the null pointer assignment to char pointers
8 | char *from = (char)NULL; /* Use this as the From: address */
24 -char *auth_user = (char)NULL;
25 -char *auth_pass = (char)NULL;
26 -char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */
27 -char *mail_domain = (char)NULL;
28 -char *from = (char)NULL; /* Use this as the From: address */
29 +char *auth_user = NULL;
30 +char *auth_pass = NULL;
31 +char *auth_method = NULL; /* Mechanism for SMTP authentication */
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_lanp.h97 { IPMI_LANP_SET_IN_PROGRESS, 1, "Set in Progress", NULL, 0 },
98 { IPMI_LANP_AUTH_TYPE, 1, "Auth Type Support", NULL, 0 },
99 { IPMI_LANP_AUTH_TYPE_ENABLE, 5, "Auth Type Enable", NULL, 0 },
100 { IPMI_LANP_IP_ADDR, 4, "IP Address", NULL, 0 },
101 { IPMI_LANP_IP_ADDR_SRC, 1, "IP Address Source", NULL, 0 },
102 { IPMI_LANP_MAC_ADDR, 6, "MAC Address", NULL, 0 }, /* 5 */
103 { IPMI_LANP_SUBNET_MASK, 4, "Subnet Mask", NULL, 0 },
104 { IPMI_LANP_IP_HEADER, 3, "IP Header", NULL, 0 },
105 { IPMI_LANP_PRI_RMCP_PORT, 2, "Primary RMCP Port", NULL, 0 },
106 { IPMI_LANP_SEC_RMCP_PORT, 2, "Secondary RMCP Port", NULL, 0 },
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch33 - * @param fx_left Since 1.1.7: If not \c NULL, array of float buffers to store left effect channel…
34 - * @param fx_right Since 1.1.7: If not \c NULL, array of float buffers to store right effect chann…
35 …ynth.audio-channels buffers, each of \c len in size). Since 2.0.3: NULL allowed / NULL allowed for…
36 … to store right channel of planar audio (size: dito). Since 2.0.3: NULL allowed / NULL allowed for…
37 …c NULL, array of float buffers to store left effect channels (as many as \c synth.effects-channels…
38 …x_right Since 1.1.7: If not \c NULL, array of float buffers to store right effect channels (size: …
48 + if(left != NULL && left[i] != NULL)
52 + if(right != NULL && right[i] != NULL)
63 + if(left != NULL && left[i] != NULL)
67 + if(right != NULL && right[i] != NULL)
[all …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/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 …]

12345678910>>...189