Home
last modified time | relevance | path

Searched refs:out (Results 26 – 50 of 6240) sorted by relevance

12345678910>>...250

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c30 char *out = buf; in show_ctrl() local
41 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl()
48 out += sprintf(out, "Free resources: IO\n"); in show_ctrl()
55 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl()
63 return out - buf; in show_ctrl()
68 char *out = buf; in show_dev() local
80 out += sprintf(out, "assigned resources: memory\n"); in show_dev()
87 out += sprintf(out, "assigned resources: prefetchable memory\n"); in show_dev()
94 out += sprintf(out, "assigned resources: IO\n"); in show_dev()
101 out += sprintf(out, "assigned resources: bus numbers\n"); in show_dev()
[all …]
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c342 workspace1[0] = out[0] + out[1 * 8]; in fwht()
343 workspace1[1] = out[0] - out[1 * 8]; in fwht()
431 workspace1[0] = out[0] + out[1*8]; in fwht16()
432 workspace1[1] = out[0] - out[1*8]; in fwht16()
434 workspace1[2] = out[2*8] + out[3*8]; in fwht16()
435 workspace1[3] = out[2*8] - out[3*8]; in fwht16()
437 workspace1[4] = out[4*8] + out[5*8]; in fwht16()
438 workspace1[5] = out[4*8] - out[5*8]; in fwht16()
440 workspace1[6] = out[6*8] + out[7*8]; in fwht16()
441 workspace1[7] = out[6*8] - out[7*8]; in fwht16()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_module.c20 char out[256]; member
44 struct core_reloc_module_output *out = (void *)&data.out; in BPF_PROG() local
55 out->len = BPF_CORE_READ(read_ctx, len); in BPF_PROG()
56 out->off = BPF_CORE_READ(read_ctx, off); in BPF_PROG()
60 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG()
61 out->off_exists = bpf_core_field_exists(read_ctx->off); in BPF_PROG()
64 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm); in BPF_PROG()
78 struct core_reloc_module_output *out = (void *)&data.out; in BPF_PROG() local
89 out->len = read_ctx->len; in BPF_PROG()
90 out->off = read_ctx->off; in BPF_PROG()
[all …]
H A Dtest_core_reloc_size.c13 char out[256]; member
49 struct core_reloc_size_output *out = (void *)&data.out; in test_core_size() local
51 out->int_sz = bpf_core_field_size(in->int_field); in test_core_size()
52 out->int_off = bpf_core_field_offset(in->int_field); in test_core_size()
54 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
55 out->struct_off = bpf_core_field_offset(in->struct_field); in test_core_size()
57 out->union_sz = bpf_core_field_size(in->union_field); in test_core_size()
58 out->union_off = bpf_core_field_offset(in->union_field); in test_core_size()
60 out->arr_sz = bpf_core_field_size(in->arr_field); in test_core_size()
61 out->arr_off = bpf_core_field_offset(in->arr_field); in test_core_size()
[all …]
H A Dtest_core_reloc_existence.c13 char out[256]; member
45 struct core_reloc_existence_output *out = (void *)&data.out; in test_core_existence() local
49 out->a_value = BPF_CORE_READ(in, a); in test_core_existence()
51 out->a_value = 0xff000001u; in test_core_existence()
55 out->b_value = BPF_CORE_READ(in, b); in test_core_existence()
57 out->b_value = 0xff000002u; in test_core_existence()
61 out->c_value = BPF_CORE_READ(in, c); in test_core_existence()
63 out->c_value = 0xff000003u; in test_core_existence()
69 out->arr_value = 0xff000004u; in test_core_existence()
73 out->s_value = BPF_CORE_READ(in, s.x); in test_core_existence()
[all …]
/openbmc/linux/fs/btrfs/tests/
H A Dinode-tests.c240 goto out; in test_btrfs_get_extent()
246 goto out; in test_btrfs_get_extent()
252 goto out; in test_btrfs_get_extent()
265 goto out; in test_btrfs_get_extent()
269 goto out; in test_btrfs_get_extent()
284 goto out; in test_btrfs_get_extent()
288 goto out; in test_btrfs_get_extent()
305 goto out; in test_btrfs_get_extent()
798 out: in test_btrfs_get_extent()
896 out: in test_hole_first()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.c90 goto out; in mlx5e_port_linkspeed()
95 goto out; in mlx5e_port_linkspeed()
101 out: in mlx5e_port_linkspeed()
125 void *out; in mlx5e_port_set_pbmc() local
129 if (!out) in mlx5e_port_set_pbmc()
216 void *out; in mlx5e_port_query_priority2buffer() local
225 goto out; in mlx5e_port_query_priority2buffer()
231 goto out; in mlx5e_port_query_priority2buffer()
238 out: in mlx5e_port_query_priority2buffer()
279 out: in mlx5e_port_set_priority2buffer()
[all …]
/openbmc/linux/fs/nls/
H A Dnls_euc-jp.c426 out[1] = out[0]; in uni2char()
432 sjisnec2sjisibm(out, out[0], out[1]); in uni2char()
434 if (IS_SJIS_UDC_LOW(out[0], out[1])) { in uni2char()
436 MAP_SJIS2EUC(out[0], out[1], 0xF0, out[0], out[1], 0xF5); in uni2char()
444 n = 3; ch = out[0]; cl = out[1]; in uni2char()
447 } else if (IS_SJIS_IBM(out[0], out[1])) { in uni2char()
451 n = sjisibm2euc(euc, out[0], out[1]); in uni2char()
458 out[0] = (out[0]^0xA0)*2 + 0x5F; in uni2char()
463 out[1] = out[1] + 0x61; in uni2char()
465 out[1] = out[1] + 0x60; in uni2char()
[all …]
/openbmc/qemu/target/hexagon/
H A Dgen_dectree_import.c124 static void gen_iset_table(FILE *out) in gen_iset_table() argument
128 fprintf(out, "iset = {\n"); in gen_iset_table()
137 fprintf(out, "\t},\n"); in gen_iset_table()
139 fprintf(out, "};\n\n"); in gen_iset_table()
142 static void gen_tags_list(FILE *out) in gen_tags_list() argument
146 fprintf(out, "tags = [\n"); in gen_tags_list()
150 fprintf(out, "];\n\n"); in gen_tags_list()
155 fprintf(out, "enc_ext_spaces = {\n"); in gen_enc_ext_spaces_table()
160 fprintf(out, "};\n\n"); in gen_enc_ext_spaces_table()
173 fprintf(out, "\t},\n"); \ in gen_subinsn_groupings_table()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c40 goto out; in fn()
44 goto out; in fn()
48 goto out; in fn()
52 goto out; in fn()
56 goto out; in fn()
59 goto out; in fn()
63 goto out; in fn()
66 goto out; in fn()
70 goto out; in fn()
73 goto out; in fn()
[all …]
H A Dpinning.c50 goto out; in test_pinning()
58 goto out; in test_pinning()
63 goto out; in test_pinning()
68 goto out; in test_pinning()
74 goto out; in test_pinning()
80 goto out; in test_pinning()
84 goto out; in test_pinning()
91 goto out; in test_pinning()
96 goto out; in test_pinning()
102 goto out; in test_pinning()
[all …]
H A Dxdp_bonding.c276 goto out; in test_xdp_bonding_with_mode()
279 goto out; in test_xdp_bonding_with_mode()
323 out: in test_xdp_bonding_with_mode()
339 goto out; in test_xdp_bonding_redirect_multi()
343 goto out; in test_xdp_bonding_redirect_multi()
361 goto out; in test_xdp_bonding_redirect_multi()
374 out: in test_xdp_bonding_redirect_multi()
450 out: in test_xdp_bonding_attach()
489 out: in test_xdp_bonding_nested()
606 out: in test_xdp_bonding_features()
[all …]
H A Dcore_autosize.c49 } out; variable
170 err = bpf_map__lookup_elem(bss_map, &zero, sizeof(zero), &out, sizeof(out), 0); in test_core_autosize()
174 ASSERT_EQ(out.ptr_samesized, 0x01020304, "ptr_samesized"); in test_core_autosize()
177 ASSERT_EQ(out.val3_samesized, 0xfeed, "val3_samesized"); in test_core_autosize()
178 ASSERT_EQ(out.val4_samesized, 0xb9, "val4_samesized"); in test_core_autosize()
188 ASSERT_EQ(out.val3_downsized, 0xfeed, "val3_downsized"); in test_core_autosize()
189 ASSERT_EQ(out.val4_downsized, 0xb9, "val4_downsized"); in test_core_autosize()
196 ASSERT_EQ(out.ptr_probed, 0x01020304, "ptr_probed"); in test_core_autosize()
198 ASSERT_EQ(out.val2_probed, 0x0a0b0c0d, "val2_probed"); in test_core_autosize()
199 ASSERT_EQ(out.val3_probed, 0xfeed, "val3_probed"); in test_core_autosize()
[all …]
/openbmc/linux/tools/perf/util/
H A Ddemangle-rust.c185 char *out; in rust_demangle_sym() local
192 out = sym; in rust_demangle_sym()
198 if (!(unescape(&in, &out, "$C$", ',') in rust_demangle_sym()
226 *out++ = *in++; in rust_demangle_sym()
231 *out++ = ':'; in rust_demangle_sym()
232 *out++ = ':'; in rust_demangle_sym()
236 *out++ = '-'; in rust_demangle_sym()
244 *out++ = *in++; in rust_demangle_sym()
253 *out = '\0'; in rust_demangle_sym()
263 **out = value; in unescape()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_execution.c124 out: in check_h_prime_available()
148 out: in check_pairing_info_available()
198 out: in check_stream_ready_available()
256 out: in process_rxstatus()
279 out: in known_hdcp2_capable_rx()
306 out: in send_ake_init()
336 out: in validate_ake_cert()
355 out: in send_no_stored_km()
381 out: in read_h_prime()
411 out: in read_pairing_info_and_validate_h_prime()
[all …]
H A Dhdcp1_execution.c156 goto out; in wait_for_active_rx()
162 goto out; in wait_for_active_rx()
167 out: in wait_for_active_rx()
208 out: in exchange_ksvs()
251 out: in computations_validate_rx_test_for_repeater()
269 out: in authenticated()
309 out: in wait_for_ready()
373 out: in read_ksv_list()
396 out: in determine_rx_hdcp_capable_dp()
420 out: in wait_for_r0_prime_dp()
[all …]
/openbmc/linux/lib/
H A Dstring_helpers.c123 out: in string_get_size()
385 ++out; in escape_space()
388 ++out; in escape_space()
418 ++out; in escape_special()
421 ++out; in escape_special()
436 ++out; in escape_null()
439 ++out; in escape_null()
451 ++out; in escape_octal()
454 ++out; in escape_octal()
457 ++out; in escape_octal()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c77 out: in igb_get_phy_id()
100 out: in igb_phy_reset_dsp()
157 out: in igb_read_phy_reg_mdic()
213 out: in igb_write_phy_reg_mdic()
406 out: in igb_read_phy_reg_igp()
445 out: in igb_write_phy_reg_igp()
511 out: in igb_copper_link_setup_82580()
615 out: in igb_copper_link_setup_m88()
848 out: in igb_copper_link_setup_igp()
911 out: in igb_copper_link_autoneg()
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh71 out="$tmpdir/perf.out"
72 perf script report task-analyzer > "$out"
78 out="$tmpdir/perf.out"
85 out="$tmpdir/perf.out"
87 > "$out"
93 out="$tmpdir/perf.out"
95 --limit-to-tasks perf > "$out"
101 out="$tmpdir/perf.out"
108 out="$tmpdir/perf.out"
115 out="$tmpdir/perf.out"
[all …]
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_sysfs.c41 *out += sprintf(*out, "hs %04u %03u ", in port_show_vhci()
44 *out += sprintf(*out, "ss %04u %03u ", in port_show_vhci()
48 *out += sprintf(*out, "%03u %08x ", in port_show_vhci()
50 *out += sprintf(*out, "%06u %s", in port_show_vhci()
55 *out += sprintf(*out, "000 00000000 "); in port_show_vhci()
56 *out += sprintf(*out, "000000 0-0"); in port_show_vhci()
59 *out += sprintf(*out, "\n"); in port_show_vhci()
113 out += sprintf(out, "hs %04u %03u ", in status_show_not_ready()
117 out += sprintf(out, "\n"); in status_show_not_ready()
125 out += sprintf(out, "\n"); in status_show_not_ready()
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_auth.c55 goto out; in chap_gen_challenge()
68 out: in chap_gen_challenge()
100 goto out; in chap_check_algorithm()
104 goto out; in chap_check_algorithm()
109 goto out; in chap_check_algorithm()
123 goto out; in chap_check_algorithm()
126 out: in chap_check_algorithm()
266 goto out; in chap_server_compute_hash()
272 goto out; in chap_server_compute_hash()
278 goto out; in chap_server_compute_hash()
[all …]
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.c48 out: in wl1271_acx_wake_up_conditions()
76 out: in wl1271_acx_sleep_auth()
108 out: in wl1271_acx_tx_power()
138 out: in wl1271_acx_feature_cfg()
179 out: in wl1271_acx_rx_msdu_life_time()
208 out: in wl1271_acx_slot()
240 out: in wl1271_acx_group_address_tbl()
271 out: in wl1271_acx_service_period_timeout()
306 out: in wl1271_acx_rts_threshold()
335 out: in wl1271_acx_dco_itrim_params()
[all …]
/openbmc/linux/lib/zlib_inflate/
H A Dinffast.c99 out = strm->next_out; in inflate_fast()
101 end = out + (strm->avail_out - 257); in inflate_fast()
246 if (!((long)(out - 1) & 1)) { in inflate_fast()
247 *out++ = *from++; in inflate_fast()
250 sout = (unsigned short *)(out); in inflate_fast()
262 out = (unsigned char *)sout; in inflate_fast()
279 out = (unsigned char *)sout; in inflate_fast()
282 *out++ = *from++; in inflate_fast()
308 } while (in < last && out < end); in inflate_fast()
318 strm->next_out = out; in inflate_fast()
[all …]
/openbmc/u-boot/tools/kermit/
H A Dflash_param24 out \13
27 out mw f0000000 0 200\13
29 out reset\13
31 out \13\13
34 out setenv ethaddr \%2\13
36 out setenv serial# ERIC 1.0 \%3\13
38 out setenv eric_id \%3\13
44 out setenv eric_passwd .eRIC.\13
53 out saveenv\13
55 out reset\13
[all …]
/openbmc/u-boot/doc/imx/habv4/script_examples/
H A DgenIVT.pl3 open(my $out, '>:raw', 'ivt.bin') or die "Unable to open: $!";
4 print $out pack("V", 0x412000D1); # Signature
5 print $out pack("V", 0x80800000); # Load Address (*load_address)
6 print $out pack("V", 0x0); # Reserved
7 print $out pack("V", 0x0); # DCD pointer
8 print $out pack("V", 0x0); # Boot Data
9 print $out pack("V", 0x80EEA000); # Self Pointer (*ivt)
10 print $out pack("V", 0x80EEA020); # CSF Pointer (*csf)
11 print $out pack("V", 0x0); # Reserved
12 close($out);

12345678910>>...250