/openbmc/u-boot/test/stdint/ |
H A D | test-includes.sh | 15 out=/tmp/test-includes.tmp 30 rm -rf ${out} 31 mkdir -p ${out} 32 touch ${out}/config.h 33 mkdir -p ${out}/generated 34 touch ${out}/generated/generic-asm-offsets.h 35 mkdir -p ${out}/include/asm 37 ${out}/include/asm/arch 43 -I${out} -I${out}/include \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_mods.c | 13 char out[256]; member 60 struct core_reloc_mods_output *out = (void *)&data.out; in test_core_mods() local 62 if (CORE_READ(&out->a, &in->a) || in test_core_mods() 63 CORE_READ(&out->b, &in->b) || in test_core_mods() 64 CORE_READ(&out->c, &in->c) || in test_core_mods() 65 CORE_READ(&out->d, &in->d) || in test_core_mods() 66 CORE_READ(&out->e, &in->e[2]) || in test_core_mods() 67 CORE_READ(&out->f, &in->f[1]) || in test_core_mods() 68 CORE_READ(&out->g, &in->g.x) || in test_core_mods() 69 CORE_READ(&out->h, &in->h.y)) in test_core_mods()
|
/openbmc/qemu/chardev/ |
H A D | char-file.c | 44 HANDLE out; in qmp_chardev_open_file() local 63 out = CreateFile(file->out, accessmode, FILE_SHARE_READ, NULL, flags, in qmp_chardev_open_file() 65 if (out == INVALID_HANDLE_VALUE) { in qmp_chardev_open_file() 66 error_setg(errp, "open %s failed", file->out); in qmp_chardev_open_file() 70 win_chr_set_file(chr, out, false); in qmp_chardev_open_file() 72 int flags, in = -1, out; in qmp_chardev_open_file() local 81 out = qmp_chardev_open_file_source(file->out, flags, errp); in qmp_chardev_open_file() 82 if (out < 0) { in qmp_chardev_open_file() 90 qemu_close(out); in qmp_chardev_open_file() 95 qemu_chr_open_fd(chr, in, out); in qmp_chardev_open_file() [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_dectree_import.c | 106 static void gen_iset_table(FILE *out) in gen_iset_table() argument 110 fprintf(out, "iset = {\n"); in gen_iset_table() 112 fprintf(out, "\t\'%s\' : {\n", opcode_names[i]); in gen_iset_table() 113 fprintf(out, "\t\t\'tag\' : \'%s\',\n", opcode_names[i]); in gen_iset_table() 115 fprintf(out, "\t\t\'enc\' : \'%s\',\n", get_opcode_enc(i)); in gen_iset_table() 117 fprintf(out, "\t},\n"); in gen_iset_table() 119 fprintf(out, "};\n\n"); in gen_iset_table() 122 static void gen_tags_list(FILE *out) in gen_tags_list() argument 126 fprintf(out, "tags = [\n"); in gen_tags_list() 128 fprintf(out, "\t\'%s\',\n", opcode_names[i]); in gen_tags_list() [all …]
|
/openbmc/linux/net/sctp/ |
H A D | stream.c | 102 goto out; in sctp_stream_alloc_out() 108 out: in sctp_stream_alloc_out() 125 out: in sctp_stream_alloc_in() 216 stream->out = new->out; in sctp_stream_update() 376 out: in sctp_send_reset_streams() 478 out: in sctp_send_add_streams() 599 out: in sctp_process_strreset_outreq() 673 out: in sctp_process_strreset_inreq() 772 out: in sctp_process_strreset_tsnreq() 843 out: in sctp_process_strreset_addstrm_out() [all …]
|
/openbmc/linux/net/llc/ |
H A D | af_llc.c | 232 out: in llc_ui_release() 262 out: in llc_ui_autoport() 321 out: in llc_ui_autobind() 428 out: in llc_ui_bind() 461 out: in llc_ui_shutdown() 536 out: in llc_ui_connect() 576 out: in llc_ui_listen() 745 out: in llc_ui_accept() 902 out: in llc_ui_recvmsg() 1010 out: in llc_ui_sendmsg() [all …]
|
/openbmc/qemu/scripts/tracetool/backend/ |
H A D | dtrace.py | 15 from tracetool import out 47 out('#ifndef SDT_USE_VARIADIC') 48 out('#define SDT_USE_VARIADIC 1') 49 out('#endif') 51 out('#include "%s"' % header, 54 out('#undef SDT_USE_VARIADIC') 59 out('#ifndef QEMU_%(uppername)s_ENABLED', 65 out(' QEMU_%(uppername)s(%(argnames)s);', 71 out(' QEMU_%(uppername)s_ENABLED() || \\',
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgrp_local_storage.c | 35 goto out; in test_tp_btf() 40 goto out; in test_tp_btf() 42 goto out; in test_tp_btf() 47 goto out; in test_tp_btf() 53 goto out; in test_tp_btf() 64 out: in test_tp_btf() 84 goto out; in test_attach_cgroup() 120 out: in test_attach_cgroup() 140 out: in test_recursion() 192 out: in test_cgroup_iter_sleepable() [all …]
|
/openbmc/linux/scripts/ |
H A D | asn1_compiler.c | 564 FILE *out, *hdr; in main() local 643 if (!out) { in main() 654 render(out, hdr); in main() 1268 if (out) { in render_opcode() 1282 if (out) { in render_more() 1319 fprintf(out, "\n"); in render() 1320 if (ferror(out)) { in render() 1344 fprintf(out, "\n"); in render() 1351 if (ferror(out)) { in render() 1369 fprintf(out, "\n"); in render() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | btf_helpers.c | 115 fprintf(out, " type_id=%u", t->type); in fprintf_btf_type_raw() 128 fprintf(out, " size=%u vlen=%u", t->size, vlen); in fprintf_btf_type_raw() 137 fprintf(out, " bitfield_size=%u", bit_sz); in fprintf_btf_type_raw() 146 fprintf(out, " encoding=%s size=%u vlen=%u", in fprintf_btf_type_raw() 149 fprintf(out, fmt_str, in fprintf_btf_type_raw() 160 fprintf(out, " encoding=%s size=%u vlen=%u", in fprintf_btf_type_raw() 163 fprintf(out, fmt_str, in fprintf_btf_type_raw() 180 fprintf(out, "\n\t'%s' type_id=%u", in fprintf_btf_type_raw() 186 fprintf(out, " type_id=%u, linkage=%s", in fprintf_btf_type_raw() 200 fprintf(out, " size=%u", t->size); in fprintf_btf_type_raw() [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 42 goto out; in vcap_tc_flower_handler_ethaddr_usage() 50 goto out; in vcap_tc_flower_handler_ethaddr_usage() 57 out: in vcap_tc_flower_handler_ethaddr_usage() 93 out: in vcap_tc_flower_handler_ipv4_usage() 129 out: in vcap_tc_flower_handler_ipv6_usage() 165 out: in vcap_tc_flower_handler_portnum_usage() 207 out: in vcap_tc_flower_handler_cvlan_usage() 244 out: in vcap_tc_flower_handler_vlan_usage() 320 out: in vcap_tc_flower_handler_tcp_usage() 383 out: in vcap_tc_flower_handler_arp_usage() [all …]
|
/openbmc/libcper/ |
H A D | base64.c | 18 CHAR8 *out; in base64_encode() local 35 out = malloc(*out_len); in base64_encode() 36 if (out == NULL) { in base64_encode() 42 out_pos = out; in base64_encode() 66 return out; in base64_encode() 94 UINT8 *out; in base64_decode() local 109 if (out == NULL) { in base64_decode() 117 free(out); in base64_decode() 138 free(out); in base64_decode() 147 *out_len = pos - out; in base64_decode() [all …]
|
/openbmc/linux/drivers/ssb/ |
H A D | pci.c | 159 out: in ssb_pci_xtal() 165 goto out; in ssb_pci_xtal() 417 out->antenna_gain.a0 = sprom_extract_antgain(out->revision, in, in sprom_extract_r123() 421 out->antenna_gain.a1 = sprom_extract_antgain(out->revision, in, in sprom_extract_r123() 535 out->antenna_gain.a0 = sprom_extract_antgain(out->revision, in, in sprom_extract_r45() 539 out->antenna_gain.a1 = sprom_extract_antgain(out->revision, in, in sprom_extract_r45() 543 out->antenna_gain.a2 = sprom_extract_antgain(out->revision, in, in sprom_extract_r45() 547 out->antenna_gain.a3 = sprom_extract_antgain(out->revision, in, in sprom_extract_r45() 814 memset(out, 0, sizeof(*out)); in sprom_extract() 940 goto out; in ssb_pci_get_invariants() [all …]
|
/openbmc/bmcweb/test/http/ |
H A D | server_sent_event_test.cpp | 28 boost::beast::test::stream out(io); in TEST() local 29 stream.connect(out); in TEST() 52 while (out.str().size() != expected.size()) in TEST() 59 boost::asio::read(out, boost::asio::buffer(eventContent)); in TEST() 64 EXPECT_TRUE(out.str().empty()); in TEST() 73 while (out.str().size() < expected.size()) in TEST() 77 EXPECT_EQ(out.str(), expected); in TEST() 84 EXPECT_TRUE(out.str().empty()); in TEST() 95 while (out.str().size() < expected.size()) in TEST() 104 EXPECT_TRUE(out.str().empty()); in TEST() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mcg.c | 82 goto out; in find_mgm() 95 goto out; in find_mgm() 103 goto out; in find_mgm() 115 out: in find_mgm() 140 goto out; in mthca_multicast_attach() 178 goto out; in mthca_multicast_attach() 185 goto out; in mthca_multicast_attach() 189 goto out; in mthca_multicast_attach() 194 goto out; in mthca_multicast_attach() 203 out: in mthca_multicast_attach() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_selftest.c | 228 goto out; in trace_selftest_ops() 230 goto out; in trace_selftest_ops() 232 goto out; in trace_selftest_ops() 243 goto out; in trace_selftest_ops() 329 out: in trace_selftest_ops() 434 out: in trace_selftest_startup_dynamic_tracing() 566 out: in trace_selftest_function_recursion() 679 out: in trace_selftest_function_regs() 745 out: in trace_selftest_startup_function() 916 out: in trace_selftest_startup_function_graph() [all …]
|
/openbmc/linux/net/wireless/ |
H A D | pmsr.c | 33 out->ftm.requested = true; in pmsr_parse_ftm() 56 out->ftm.burst_period = 0; in pmsr_parse_ftm() 58 out->ftm.burst_period = in pmsr_parse_ftm() 109 out->ftm.ftmr_retries = in pmsr_parse_ftm() 127 out->ftm.trigger_based = in pmsr_parse_ftm() 145 if (out->ftm.trigger_based && out->ftm.non_trigger_based) { in pmsr_parse_ftm() 151 if ((out->ftm.trigger_based || out->ftm.non_trigger_based) && in pmsr_parse_ftm() 159 out->ftm.lmr_feedback = in pmsr_parse_ftm() 161 if (!out->ftm.trigger_based && !out->ftm.non_trigger_based && in pmsr_parse_ftm() 170 if (!out->ftm.non_trigger_based && !out->ftm.trigger_based) { in pmsr_parse_ftm() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 343 uint8_t out[512], Torg[16], T[16]; in test_xts() local 361 T, data->PTLEN, out, data->PTX); in test_xts() 369 T, data->PTLEN, out, data->CTX); in test_xts() 378 uint8_t out[512], Torg[16], T[16]; in test_xts_split() local 397 T, len, out, data->PTX); in test_xts_split() 401 T, len, &out[len], &data->PTX[len]); in test_xts_split() 409 T, len, out, data->CTX); in test_xts_split() 413 T, len, &out[len], &data->CTX[len]); in test_xts_split() 444 T + BAD_ALIGN, data->PTLEN, out, in); in test_xts_unaligned() 454 T, data->PTLEN, out, in + BAD_ALIGN); in test_xts_unaligned() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cmd.c | 31 out, dump_fill_mkey); in mlx5r_cmd_query_special_mkeys() 46 void *out) in mlx5_cmd_query_cong_params() argument 188 u32 *out; in mlx5_cmd_mad_ifc() local 192 out = kzalloc(outlen, GFP_KERNEL); in mlx5_cmd_mad_ifc() 193 if (!in || !out) in mlx5_cmd_mad_ifc() 194 goto out; in mlx5_cmd_mad_ifc() 205 goto out; in mlx5_cmd_mad_ifc() 211 out: in mlx5_cmd_mad_ifc() 212 kfree(out); in mlx5_cmd_mad_ifc() 219 u32 out[MLX5_ST_SZ_DW(alloc_uar_out)] = {}; in mlx5_cmd_uar_alloc() local [all …]
|
H A D | mad.c | 320 goto out; in mlx5_query_ext_port_caps() 333 out: in mlx5_query_ext_port_caps() 371 goto out; in mlx5_query_mad_ifc_system_image_guid() 375 out: in mlx5_query_mad_ifc_system_image_guid() 397 out: in mlx5_query_mad_ifc_max_pkeys() 419 out: in mlx5_query_mad_ifc_vendor_id() 444 out: in mlx5_query_mad_ifc_node_desc() 469 out: in mlx5_query_mad_ifc_node_guid() 498 out: in mlx5_query_mad_ifc_pkey() 538 out: in mlx5_query_mad_ifc_gids() [all …]
|
/openbmc/qemu/audio/ |
H A D | mixeng_template.h | 103 struct st_sample *out = dst; in glue() local 107 out->l = glue (conv_, ET) (*in++); in glue() 108 out->r = glue (conv_, ET) (*in++); in glue() 109 out += 1; in glue() 116 struct st_sample *out = dst; in glue() local 120 out->l = glue (conv_, ET) (in[0]); in glue() 121 out->r = out->l; in glue() 122 out += 1; in glue() 131 IN_T *out = (IN_T *) dst; in glue() local 133 *out++ = glue (clip_, ET) (in->l); in glue() [all …]
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 346 int out; in matroxfb_dh_set_par() local 358 for (out = 0; out < MATROXFB_MAX_OUTPUTS; out++) { in matroxfb_dh_set_par() 377 for (out = 0; out < MATROXFB_MAX_OUTPUTS; out++) { in matroxfb_dh_set_par() 383 for (out = 0; out < MATROXFB_MAX_OUTPUTS; out++) { in matroxfb_dh_set_par() 465 int out; in matroxfb_dh_ioctl() local 470 for (out = 0; out < 32; out++) { in matroxfb_dh_ioctl() 492 for (out = 0; out < MATROXFB_MAX_OUTPUTS; out++) { in matroxfb_dh_ioctl() 511 int out; in matroxfb_dh_ioctl() local 513 for (out = 0; out < MATROXFB_MAX_OUTPUTS; out++) { in matroxfb_dh_ioctl() 525 int out; in matroxfb_dh_ioctl() local [all …]
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_slot_verify.c | 185 goto out; in load_and_verify_hash_partition() 196 goto out; in load_and_verify_hash_partition() 207 goto out; in load_and_verify_hash_partition() 226 goto out; in load_and_verify_hash_partition() 274 goto out; in load_and_verify_hash_partition() 294 goto out; in load_and_verify_hash_partition() 318 goto out; in load_and_verify_hash_partition() 326 goto out; in load_and_verify_hash_partition() 331 out: in load_and_verify_hash_partition() 430 out: in load_requested_partitions() [all …]
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | file_load_64.c | 65 goto out; in get_exclude_memory_ranges() 93 out: in get_exclude_memory_ranges() 131 out: in get_usable_memory_ranges() 206 out: in get_crash_memory_ranges() 234 out: in get_reserved_memory_ranges() 639 out: in add_usable_mem_property() 714 out: in update_usable_mem_fdt() 829 out: in load_elfcorehdr_segment() 934 out: in setup_purgatory_ppc64() 1109 out: in update_cpus_node() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 222 goto out; in igt_syncmap_one() 228 goto out; in igt_syncmap_one() 234 out: in igt_syncmap_one() 328 out: in igt_syncmap_join_above() 396 out: in igt_syncmap_join_below() 442 out: in igt_syncmap_neighbours() 465 goto out; in igt_syncmap_compact() 488 goto out; in igt_syncmap_compact() 495 goto out; in igt_syncmap_compact() 538 out: in igt_syncmap_compact() [all …]
|