Home
last modified time | relevance | path

Searched refs:out (Results 376 – 400 of 11191) sorted by relevance

1...<<11121314151617181920>>...448

/openbmc/linux/net/batman-adv/
H A Dbat_v.c105 goto out; in batadv_v_iface_update_mac()
108 out: in batadv_v_iface_update_mac()
349 goto out; in batadv_v_orig_dump_entry()
367 out: in batadv_v_orig_dump_entry()
534 goto out; in batadv_v_gw_throughput_get()
538 goto out; in batadv_v_gw_throughput_get()
549 out: in batadv_v_gw_throughput_get()
614 goto out; in batadv_v_gw_is_eligible()
619 goto out; in batadv_v_gw_is_eligible()
640 out: in batadv_v_gw_is_eligible()
[all …]
H A Ddistributed-arp-table.c382 goto out; in batadv_dat_entry_add()
387 goto out; in batadv_dat_entry_add()
409 out: in batadv_dat_entry_add()
547 out: in batadv_is_orig_node_eligible()
731 out: in batadv_dat_forward_data()
984 out: in batadv_dat_cache_dump()
1062 out: in batadv_arp_get_type()
1219 out: in batadv_dat_snoop_outgoing_arp_request()
1286 out: in batadv_dat_snoop_incoming_arp_request()
1417 out: in batadv_dat_snoop_incoming_arp_reply()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c47 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_query_mtrc_caps()
100 err = mlx5_set_mtrc_caps_trace_owner(tracer, out, sizeof(out), in mlx5_fw_tracer_ownership_acquire()
120 mlx5_set_mtrc_caps_trace_owner(tracer, out, sizeof(out), in mlx5_fw_tracer_ownership_release()
273 u32 *out, outlen; in mlx5_tracer_read_strings_db() local
278 if (!out) { in mlx5_tracer_read_strings_db()
280 goto out; in mlx5_tracer_read_strings_db()
338 kfree(out); in mlx5_tracer_read_strings_db()
339 out: in mlx5_tracer_read_strings_db()
1153 goto out; in mlx5_fw_tracer_recreate_strings_db()
1159 goto out; in mlx5_fw_tracer_recreate_strings_db()
[all …]
/openbmc/linux/drivers/net/
H A Dsb1000.c102 const unsigned char out[]);
325 outb(out[2], ioaddr[0] + 1); in card_send_command()
326 outb(out[3], ioaddr[0] + 2); in card_send_command()
327 outb(out[4], ioaddr[0] + 3); in card_send_command()
332 if (out[0] != 0x20 && out[0] != 0x30) { in card_send_command()
340 out[0], out[1], out[2], out[3], out[4], out[5], in card_send_command()
346 out[0], out[1], out[2], out[3], out[4], out[5]); in card_send_command()
349 if (out[1] != 0x1b) { in card_send_command()
350 if (out[0] >= 0x80 && in[0] != (out[1] | 0x80)) in card_send_command()
416 const unsigned char out[]) in sb1000_send_command() argument
[all …]
/openbmc/linux/mm/
H A Dmsync.c43 goto out; in SYSCALL_DEFINE3()
45 goto out; in SYSCALL_DEFINE3()
47 goto out; in SYSCALL_DEFINE3()
52 goto out; in SYSCALL_DEFINE3()
55 goto out; in SYSCALL_DEFINE3()
99 goto out; in SYSCALL_DEFINE3()
112 out: in SYSCALL_DEFINE3()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsockopt_multi.c17 goto out; in _getsockopt_child()
32 out: in _getsockopt_child()
46 goto out; in _getsockopt_parent()
61 out: in _getsockopt_parent()
75 goto out; in _setsockopt()
85 out: in _setsockopt()
H A Dtest_core_reloc_nesting.c13 char out[256]; member
40 struct core_reloc_nesting *out = (void *)&data.out; in test_core_nesting() local
42 if (CORE_READ(&out->a.a.a, &in->a.a.a)) in test_core_nesting()
44 if (CORE_READ(&out->b.b.b, &in->b.b.b)) in test_core_nesting()
/openbmc/linux/arch/arm64/crypto/
H A Daes-cipher-glue.c12 asmlinkage void __aes_arm64_encrypt(u32 *rk, u8 *out, const u8 *in, int rounds);
13 asmlinkage void __aes_arm64_decrypt(u32 *rk, u8 *out, const u8 *in, int rounds);
15 static void aes_arm64_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm64_encrypt() argument
20 __aes_arm64_encrypt(ctx->key_enc, out, in, rounds); in aes_arm64_encrypt()
23 static void aes_arm64_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm64_decrypt() argument
28 __aes_arm64_decrypt(ctx->key_dec, out, in, rounds); in aes_arm64_decrypt()
H A Dsha1-ce-glue.c68 unsigned int len, u8 *out) in sha1_ce_finup() argument
74 return crypto_sha1_finup(desc, data, len, out); in sha1_ce_finup()
85 return sha1_base_finish(desc, out); in sha1_ce_finup()
88 static int sha1_ce_final(struct shash_desc *desc, u8 *out) in sha1_ce_final() argument
93 return crypto_sha1_finup(desc, NULL, 0, out); in sha1_ce_final()
97 return sha1_base_finish(desc, out); in sha1_ce_final()
100 static int sha1_ce_export(struct shash_desc *desc, void *out) in sha1_ce_export() argument
104 memcpy(out, &sctx->sst, sizeof(struct sha1_state)); in sha1_ce_export()
/openbmc/qemu/ui/
H A Dvnc-clipboard.c38 uint8_t *out = g_malloc(out_len); in inflate_buffer() local
41 stream.next_out = out + stream.total_out; in inflate_buffer()
57 return out; in inflate_buffer()
63 out = g_realloc(out, out_len); in inflate_buffer()
75 return out; in inflate_buffer()
80 g_free(out); in inflate_buffer()
93 uint8_t *out = g_malloc(out_len); in deflate_buffer() local
96 stream.next_out = out + stream.total_out; in deflate_buffer()
115 out = g_realloc(out, out_len); in deflate_buffer()
127 return out; in deflate_buffer()
[all …]
/openbmc/linux/net/ipv4/
H A Dgre_offload.c28 goto out; in gre_gso_segment()
31 goto out; in gre_gso_segment()
34 goto out; in gre_gso_segment()
62 goto out; in gre_gso_segment()
118 out: in gre_gso_segment()
135 goto out; in gre_gro_receive()
143 goto out; in gre_gro_receive()
152 goto out; in gre_gro_receive()
160 goto out; in gre_gro_receive()
166 goto out; in gre_gro_receive()
[all …]
/openbmc/linux/net/rds/
H A Dtcp_listen.c120 goto out; in rds_tcp_accept_one()
124 goto out; in rds_tcp_accept_one()
139 goto out; in rds_tcp_accept_one()
177 goto out; in rds_tcp_accept_one()
186 goto out; in rds_tcp_accept_one()
215 goto out; in rds_tcp_accept_one()
226 out: in rds_tcp_accept_one()
245 goto out; in rds_tcp_listen_data_ready()
262 out: in rds_tcp_listen_data_ready()
282 goto out; in rds_tcp_listen_init()
[all …]
/openbmc/linux/net/bridge/netfilter/
H A Debt_log.c76 const struct net_device *out, const struct nf_loginfo *loginfo, in ebt_log_packet() argument
88 in ? in->name : "", out ? out->name : "", in ebt_log_packet()
105 goto out; in ebt_log_packet()
110 goto out; in ebt_log_packet()
125 goto out; in ebt_log_packet()
132 goto out; in ebt_log_packet()
134 goto out; in ebt_log_packet()
147 goto out; in ebt_log_packet()
166 goto out; in ebt_log_packet()
173 out: in ebt_log_packet()
/openbmc/linux/fs/ntfs3/
H A Dattrib.c101 goto out; in run_deallocate_ex()
139 out: in run_deallocate_ex()
210 out: in attr_allocate_clusters()
348 out: in attr_make_nonresident()
867 out: in attr_set_size()
1220 out: in attr_data_get_block()
1525 out: in attr_wof_frame_info()
1847 out: in attr_allocate_frame()
2110 out: in attr_collapse_range()
2317 out: in attr_punch_hole()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c297 u32 *out; in qp_read_field() local
303 if (!out) in qp_read_field()
310 goto out; in qp_read_field()
366 out: in qp_read_field()
378 u32 *out; in eq_read_field() local
382 if (!out) in eq_read_field()
390 goto out; in eq_read_field()
406 out: in eq_read_field()
417 u32 *out; in cq_read_field() local
421 if (!out) in cq_read_field()
[all …]
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c226 out: in get_context()
300 out: in afu_attach()
419 out: in read_cap16()
469 out: in get_rhte()
584 out: in cxlflash_lun_attach()
725 out: in _cxlflash_disk_release()
805 out: in create_context()
951 out: in _cxlflash_disk_detach()
1033 out: in cxlflash_cxl_release()
1083 out: in get_err_page()
[all …]
/openbmc/linux/fs/
H A Duserfaultfd.c192 out: in userfaultfd_wake_function()
305 out: in userfaultfd_huge_must_wait()
382 out: in userfaultfd_must_wait()
595 out: in handle_userfault()
675 out: in userfaultfd_event_wait_completion()
980 out: in find_userfault_in()
1552 out: in userfaultfd_register()
1708 out: in userfaultfd_unregister()
1744 out: in userfaultfd_wake()
1802 out: in userfaultfd_copy()
[all …]
/openbmc/linux/arch/sparc/crypto/
H A Dcrc32c_glue.c79 u8 *out) in __crc32c_sparc64_finup() argument
85 *(__le32 *) out = ~cpu_to_le32(tmp); in __crc32c_sparc64_finup()
90 unsigned int len, u8 *out) in crc32c_sparc64_finup() argument
92 return __crc32c_sparc64_finup(shash_desc_ctx(desc), data, len, out); in crc32c_sparc64_finup()
95 static int crc32c_sparc64_final(struct shash_desc *desc, u8 *out) in crc32c_sparc64_final() argument
99 *(__le32 *) out = ~cpu_to_le32p(crcp); in crc32c_sparc64_final()
104 unsigned int len, u8 *out) in crc32c_sparc64_digest() argument
107 out); in crc32c_sparc64_digest()
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2413.c50 goto out; in state_read()
60 goto out; in state_read()
69 goto out; /* unrecoverable error */ in state_read()
74 out: in state_read()
100 goto out; in output_write()
116 goto out; in output_write()
119 goto out; /* unrecoverable error */ in output_write()
124 out: in output_write()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c30 goto out; in check_data_map()
35 goto out; in check_data_map()
41 goto out; in check_data_map()
47 goto out; in check_data_map()
51 out: in check_data_map()
254 goto out; in test_second_attach()
258 goto out; in test_second_attach()
260 goto out; in test_second_attach()
266 out: in test_second_attach()
331 out: in test_fmod_ret_freplace()
[all …]
/openbmc/linux/crypto/
H A Dkdf_sp800108.c33 goto out; in crypto_kdf108_ctr_generate()
37 goto out; in crypto_kdf108_ctr_generate()
43 goto out; in crypto_kdf108_ctr_generate()
51 goto out; in crypto_kdf108_ctr_generate()
54 goto out; in crypto_kdf108_ctr_generate()
59 goto out; in crypto_kdf108_ctr_generate()
66 out: in crypto_kdf108_ctr_generate()
/openbmc/linux/net/llc/
H A Dllc_station.c56 goto out; in llc_station_ac_send_xid_r()
65 out: in llc_station_ac_send_xid_r()
69 goto out; in llc_station_ac_send_xid_r()
80 goto out; in llc_station_ac_send_test_r()
87 goto out; in llc_station_ac_send_test_r()
96 out: in llc_station_ac_send_test_r()
100 goto out; in llc_station_ac_send_test_r()
/openbmc/linux/arch/um/drivers/
H A Dcow_user.c207 goto out; in write_cow_header()
215 goto out; in write_cow_header()
265 out: in write_cow_header()
298 goto out; in read_cow_header()
388 goto out; in read_cow_header()
395 goto out; in read_cow_header()
398 out: in read_cow_header()
414 goto out; in init_cow_file()
424 goto out; in init_cow_file()
438 goto out; in init_cow_file()
[all …]
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-coresight.dtsi21 out-ports {
38 out-ports {
55 out-ports {
72 out-ports {
88 out-ports {
146 out-ports {
164 out-ports {
181 out-ports {
198 out-ports {
215 out-ports {
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dpm.c86 goto out; in wil_can_suspend()
90 goto out; in wil_can_suspend()
100 goto out; in wil_can_suspend()
105 goto out; in wil_can_suspend()
110 goto out; in wil_can_suspend()
123 goto out; in wil_can_suspend()
128 out: in wil_can_suspend()
157 goto out; in wil_resume_keep_radio_on()
173 out: in wil_resume_keep_radio_on()
347 out: in wil_suspend_radio_off()
[all …]

1...<<11121314151617181920>>...448