| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | strace.list | 1 { 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 D | strace.list | 1 { 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 D | strace.list | 19 { 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/target/i386/emulate/ |
| H A D | x86_decode.c | 449 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/linux-user/ |
| H A D | strace.list | 7 { 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 …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-tlscredsx509.c | 54 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 D | test-keyval.c | 26 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 D | test-crypto-tlssession.c | 89 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 D | check-qjson.c | 40 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 D | test-qobject-input-visitor.c | 38 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 D | test-crypto-secret.c | 41 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 D | test-string-input-visitor.c | 28 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/ipmitool/include/ipmitool/ |
| H A D | ipmi_lanp.h | 97 { 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/qemu/disas/ |
| H A D | riscv.c | 1098 { 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 D | riscv-xthead.c | 131 { "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 …]
|
| /openbmc/u-boot/post/ |
| H A D | tests.c | 55 NULL, 56 NULL, 67 NULL, 68 NULL, 82 NULL, 83 NULL, 95 NULL, 96 NULL, 107 NULL, 108 NULL, [all …]
|
| /openbmc/qemu/qga/ |
| H A D | commands-posix-ssh.c | 25 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 D | commands-windows-ssh.c | 65 g_autofree char *programDataPath = NULL; in get_admin_ssh_folder() 66 char *authkeys_path = NULL; in get_admin_ssh_folder() 67 PWSTR pgDataW = NULL; in get_admin_ssh_folder() 68 g_autoptr(GError) gerr = NULL; in get_admin_ssh_folder() 72 SHGetKnownFolderPath(&FOLDERID_ProgramData, 0, NULL, &pgDataW); in get_admin_ssh_folder() 75 return NULL; in get_admin_ssh_folder() 79 programDataPath = g_utf16_to_utf8(pgDataW, -1, NULL, NULL, &gerr); in get_admin_ssh_folder() 85 return NULL; in get_admin_ssh_folder() 89 authkeys_path = g_build_filename(programDataPath, "ssh", NULL); in get_admin_ssh_folder() 120 return NULL; in get_ssh_folder() [all …]
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_main.c | 88 static struct ipmi_intf * ipmi_main_intf = NULL; 102 char * pass = NULL; in ipmi_password_file_read() 106 if (pass == NULL) { in ipmi_password_file_read() 108 return NULL; in ipmi_password_file_read() 113 if (fp == NULL) { in ipmi_password_file_read() 117 return NULL; in ipmi_password_file_read() 121 if (fgets(pass, 21, fp) == NULL) { in ipmi_password_file_read() 126 return NULL; in ipmi_password_file_read() 150 if (cmdlist == NULL) in ipmi_cmd_print() 152 for (cmd=cmdlist; cmd->func != NULL; cmd++) { in ipmi_cmd_print() [all …]
|
| /openbmc/u-boot/board/compulab/common/ |
| H A D | eeprom.c | 156 board_rev = simple_strtoul(str, NULL, 10); in cl_eeprom_get_board_rev() 175 if (buf == NULL) in cl_eeprom_get_product_name() 236 if (tok == NULL) in eeprom_field_update_bin_ver() 243 tok = strtok(NULL, ""); in eeprom_field_update_bin_ver() 244 if (tok == NULL) in eeprom_field_update_bin_ver() 349 char *tok2 = strtok(NULL, "/"); in eeprom_field_update_date() 350 char *tok3 = strtok(NULL, "/"); in eeprom_field_update_date() 352 if (tok1 == NULL || tok2 == NULL || tok3 == NULL) { in eeprom_field_update_date() 403 { "MAC address", 6, NULL, DEFINE_PRINT_UPDATE(mac) }, 404 { "Board Revision", 2, NULL, DEFINE_PRINT_UPDATE(bin) }, [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | legacy_led.c | 30 { "0", CONFIG_LED_STATUS_BIT, NULL, NULL, NULL }, 33 { "1", CONFIG_LED_STATUS_BIT1, NULL, NULL, NULL }, 36 { "2", CONFIG_LED_STATUS_BIT2, NULL, NULL, NULL }, 39 { "3", CONFIG_LED_STATUS_BIT3, NULL, NULL, NULL }, 42 { "4", CONFIG_LED_STATUS_BIT4, NULL, NULL, NULL }, 45 { "5", CONFIG_LED_STATUS_BIT5, NULL, NULL, NULL }, 49 { "green", CONFIG_LED_STATUS_GREEN, green_led_off, green_led_on, NULL }, 53 NULL }, 56 { "red", CONFIG_LED_STATUS_RED, red_led_off, red_led_on, NULL }, 59 { "blue", CONFIG_LED_STATUS_BLUE, blue_led_off, blue_led_on, NULL }, [all …]
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc.c | 65 {"quiet", no_argument, NULL, 'q'}, 66 {"in-format", a_argument, NULL, 'I'}, 67 {"out", a_argument, NULL, 'o'}, 68 {"out-format", a_argument, NULL, 'O'}, 69 {"out-version", a_argument, NULL, 'V'}, 70 {"out-dependency", a_argument, NULL, 'd'}, 71 {"reserve", a_argument, NULL, 'R'}, 72 {"space", a_argument, NULL, 'S'}, 73 {"pad", a_argument, NULL, 'p'}, 74 {"align", a_argument, NULL, 'a'}, [all …]
|
| /openbmc/qemu/backends/ |
| H A D | dbus-vmstate.c | 43 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 D | dbus-display-test.c | 18 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/system/ |
| H A D | qemu-seccomp.c | 128 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 …]
|