/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | empty_skb.c | 95 SYS(out, "ip netns add empty_skb"); in test_empty_skb() 97 SYS(out, "ip link add veth0 type veth peer veth1"); in test_empty_skb() 98 SYS(out, "ip link set dev veth0 up"); in test_empty_skb() 99 SYS(out, "ip link set dev veth1 up"); in test_empty_skb() 100 SYS(out, "ip addr add 10.0.0.1/8 dev veth0"); in test_empty_skb() 101 SYS(out, "ip addr add 10.0.0.2/8 dev veth1"); in test_empty_skb() 104 SYS(out, "ip link add ipip0 type ipip local 10.0.0.1 remote 10.0.0.2"); in test_empty_skb() 105 SYS(out, "ip link set ipip0 up"); in test_empty_skb() 106 SYS(out, "ip addr add 192.168.1.1/16 dev ipip0"); in test_empty_skb() 111 goto out; in test_empty_skb() [all …]
|
H A D | link_pinning.c | 25 CHECK(bss->out != 1, "res_check1", "exp %d, got %d\n", 1, bss->out); in test_link_pinning_subtest() 42 CHECK(bss->out != 2, "res_check2", "exp %d, got %d\n", 2, bss->out); in test_link_pinning_subtest() 50 CHECK(bss->out != 3, "res_check3", "exp %d, got %d\n", 3, bss->out); in test_link_pinning_subtest() 68 CHECK(bss->out != 4, "res_check4", "exp %d, got %d\n", 4, bss->out); in test_link_pinning_subtest() 81 if (bss->out == i - 1) in test_link_pinning_subtest()
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | syscall.c | 97 g_autoptr(GString) out = g_string_new(""); in hexdump() 102 g_string_append_printf(out, "%02x ", data->data[index + col]); in hexdump() 104 g_string_append(out, " "); in hexdump() 108 g_string_append(out, " | "); in hexdump() 116 g_string_append_printf(out, "%c", data->data[index + col]); in hexdump() 118 g_string_append(out, "."); in hexdump() 122 g_string_append(out, "\n"); in hexdump() 125 qemu_plugin_outs(out->str); in hexdump() 140 g_autofree gchar *out = g_strdup_printf("syscall #%" PRIi64 "\n", num); in vcpu_syscall() local 141 qemu_plugin_outs(out); in vcpu_syscall() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.c | 190 goto out; in wlcore_cmd_wait_for_event_or_timeout() 203 goto out; in wlcore_cmd_wait_for_event_or_timeout() 210 goto out; in wlcore_cmd_wait_for_event_or_timeout() 215 out: in wlcore_cmd_wait_for_event_or_timeout() 238 goto out; in wl12xx_cmd_role_enable() 263 out: in wl12xx_cmd_role_enable() 280 goto out; in wl12xx_cmd_role_disable() 296 out: in wl12xx_cmd_role_disable() 429 goto out; in wl12xx_cmd_role_start_dev() 465 out: in wl12xx_cmd_role_start_dev() [all …]
|
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | conftest.py | 293 out = check_output( 296 md5val = [ out.split()[0] ] 300 out = check_output( 303 md5val.append(out.split()[0]) 306 out = check_output( 309 md5val.append(out.split()[0]) 312 out = check_output( 315 md5val.append(out.split()[0]) 318 out = check_output( 321 md5val.append(out.split()[0]) [all …]
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | erst-dbg.c | 100 goto out; in erst_dbg_read() 111 goto out; in erst_dbg_read() 120 goto out; in erst_dbg_read() 125 goto out; in erst_dbg_read() 132 goto out; in erst_dbg_read() 141 goto out; in erst_dbg_read() 145 goto out; in erst_dbg_read() 147 out: in erst_dbg_read() 173 goto out; in erst_dbg_write() 181 goto out; in erst_dbg_write() [all …]
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | set-2038.c | 93 goto out; in main() 97 goto out; in main() 101 goto out; in main() 108 goto out; in main() 113 goto out; in main() 117 goto out; in main() 122 goto out; in main() 127 out: in main()
|
/openbmc/linux/include/net/ |
H A D | flow_offload.h | 98 struct flow_match_meta *out); 100 struct flow_match_basic *out); 102 struct flow_match_control *out); 104 struct flow_match_eth_addrs *out); 106 struct flow_match_vlan *out); 108 struct flow_match_vlan *out); 110 struct flow_match_arp *out); 112 struct flow_match_ipv4_addrs *out); 114 struct flow_match_ipv6_addrs *out); 116 struct flow_match_ip *out); [all …]
|
/openbmc/linux/drivers/crypto/ |
H A D | padlock-sha.c | 49 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export() argument 53 return crypto_shash_export(&dctx->fallback, out); in padlock_sha_export() 73 unsigned int count, u8 *out) in padlock_sha1_finup() argument 89 goto out; in padlock_sha1_finup() 92 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha1_finup() 101 goto out; in padlock_sha1_finup() 120 padlock_output_block((uint32_t *)result, (uint32_t *)out, 5); in padlock_sha1_finup() 122 out: in padlock_sha1_finup() 126 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final() argument 130 return padlock_sha1_finup(desc, buf, 0, out); in padlock_sha1_final() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | reset.c | 76 goto out; in mlx4_reset() 88 goto out; in mlx4_reset() 98 goto out; in mlx4_reset() 115 goto out; in mlx4_reset() 137 goto out; in mlx4_reset() 148 goto out; in mlx4_reset() 156 goto out; in mlx4_reset() 169 goto out; in mlx4_reset() 177 goto out; in mlx4_reset() 180 out: in mlx4_reset()
|
/openbmc/linux/sound/aoa/soundbus/i2sbus/ |
H A D | interface.h | 90 static inline int i2s_sf_mclkdiv(int div, int *out) in i2s_sf_mclkdiv() argument 95 case 1: *out |= I2S_SF_MCLKDIV_1; return 0; in i2s_sf_mclkdiv() 96 case 3: *out |= I2S_SF_MCLKDIV_3; return 0; in i2s_sf_mclkdiv() 97 case 5: *out |= I2S_SF_MCLKDIV_5; return 0; in i2s_sf_mclkdiv() 98 case 14: *out |= I2S_SF_MCLKDIV_14; return 0; in i2s_sf_mclkdiv() 104 *out |= I2S_SF_MCLKDIV_OTHER(div); in i2s_sf_mclkdiv() 117 static inline int i2s_sf_sclkdiv(int div, int *out) in i2s_sf_sclkdiv() argument 122 case 1: *out |= I2S_SF_SCLKDIV_1; return 0; in i2s_sf_sclkdiv() 123 case 3: *out |= I2S_SF_SCLKDIV_3; return 0; in i2s_sf_sclkdiv() 128 *out |= I2S_SF_SCLKDIV_OTHER(div); in i2s_sf_sclkdiv()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | extent-io.c | 14 u64 size, char *out) in btrfs_read_extent_inline() argument 33 memcpy(out, cbuf + offset, size); in btrfs_read_extent_inline() 42 dbuf = out; in btrfs_read_extent_inline() 50 memcpy(out, dbuf + offset, size); in btrfs_read_extent_inline() 53 memmove(out, dbuf + offset, size); in btrfs_read_extent_inline() 66 u64 size, char *out) in btrfs_read_extent_reg() argument 87 if (!btrfs_devread(physical, size, out)) in btrfs_read_extent_reg() 100 dbuf = out; in btrfs_read_extent_reg() 110 memcpy(out, dbuf + offset, size); in btrfs_read_extent_reg() 112 memmove(out, dbuf + offset, size); in btrfs_read_extent_reg()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 437 goto out; in wcn36xx_smd_send_and_wait() 444 goto out; in wcn36xx_smd_send_and_wait() 450 out: in wcn36xx_smd_send_and_wait() 517 goto out; in wcn36xx_smd_load_nv() 569 out: return ret; in wcn36xx_smd_load_nv() 644 goto out; in wcn36xx_smd_start() 655 goto out; in wcn36xx_smd_start() 661 goto out; in wcn36xx_smd_start() 664 out: in wcn36xx_smd_start() 684 goto out; in wcn36xx_smd_stop() [all …]
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | run-command.c | 43 if (cmd->out > 0) in start_command() 44 close(cmd->out); in start_command() 52 && cmd->out < 0; in start_command() 61 cmd->out = fdout[0]; in start_command() 73 else if (cmd->out) in start_command() 74 close(cmd->out); in start_command() 107 } else if (cmd->out > 1) { in start_command() 108 dup2(cmd->out, 1); in start_command() 109 close(cmd->out); in start_command() 141 else if (cmd->out) in start_command() [all …]
|
/openbmc/linux/drivers/phy/hisilicon/ |
H A D | phy-hi3660-usb3.c | 75 goto out; in hi3660_phy_init() 81 goto out; in hi3660_phy_init() 87 goto out; in hi3660_phy_init() 94 goto out; in hi3660_phy_init() 100 goto out; in hi3660_phy_init() 106 goto out; in hi3660_phy_init() 115 goto out; in hi3660_phy_init() 125 goto out; in hi3660_phy_init() 133 goto out; in hi3660_phy_init() 136 out: in hi3660_phy_init() [all …]
|
/openbmc/linux/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 153 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() argument 157 put_unaligned_le32(ctx->crc, out); in chksum_final() 161 static int chksumc_final(struct shash_desc *desc, u8 *out) in chksumc_final() argument 165 put_unaligned_le32(~ctx->crc, out); in chksumc_final() 169 static int __chksum_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) in __chksum_finup() argument 171 put_unaligned_le32(crc32_loongarch_hw(crc, data, len), out); in __chksum_finup() 175 static int __chksumc_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) in __chksumc_finup() argument 177 put_unaligned_le32(~crc32c_loongarch_hw(crc, data, len), out); in __chksumc_finup() 181 static int chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in chksum_finup() argument 185 return __chksum_finup(ctx->crc, data, len, out); in chksum_finup() [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) in fe_freeze() 151 out[0] = x52; in fe_freeze() 152 out[1] = x56; in fe_freeze() 153 out[2] = x60; in fe_freeze() 154 out[3] = x64; in fe_freeze() 155 out[4] = x68; in fe_freeze() 156 out[5] = x72; in fe_freeze() 157 out[6] = x76; in fe_freeze() 158 out[7] = x80; in fe_freeze() 159 out[8] = x84; in fe_freeze() [all …]
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 128 goto out; in ep11_kb_split() 142 goto out; in ep11_kb_split() 158 out: in ep11_kb_split() 173 goto out; in ep11_kb_decode() 178 goto out; in ep11_kb_decode() 182 goto out; in ep11_kb_decode() 185 goto out; in ep11_kb_decode() 188 goto out; in ep11_kb_decode() 203 out: in ep11_kb_decode() 602 goto out; in ep11_query_info() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 225 goto out; in sk_assign_eexist() 228 goto out; in sk_assign_eexist() 233 goto out; in sk_assign_eexist() 238 goto out; in sk_assign_eexist() 242 out: in sk_assign_eexist() 258 goto out; in sk_assign_replace_flag() 261 goto out; in sk_assign_replace_flag() 266 goto out; in sk_assign_replace_flag() 270 goto out; in sk_assign_replace_flag() 274 out: in sk_assign_replace_flag() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | refcounttree.c | 101 goto out; in ocfs2_validate_refcount_block() 109 goto out; in ocfs2_validate_refcount_block() 117 goto out; in ocfs2_validate_refcount_block() 119 out: in ocfs2_validate_refcount_block() 339 goto out; in ocfs2_get_refcount_tree() 374 goto out; in ocfs2_get_refcount_tree() 381 out: in ocfs2_get_refcount_tree() 404 goto out; in ocfs2_get_refcount_block() 412 out: in ocfs2_get_refcount_block() 424 goto out; in __ocfs2_lock_refcount_tree() [all …]
|
H A D | super.c | 217 int i, out = 0; in ocfs2_osb_dump() local 220 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 225 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 229 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 233 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 239 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 244 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 255 out += scnprintf(buf + out, len - out, in ocfs2_osb_dump() 264 out += scnprintf(buf + out, len - out, "%10s => Pid: %d Nodes:", in ocfs2_osb_dump() 269 out += scnprintf(buf + out, len - out, " None\n"); in ocfs2_osb_dump() [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 170 static void pc_to_link_info(TCGv_i64 out, DisasContext *s, uint64_t pc) in pc_to_link_info() argument 174 tcg_gen_movi_i64(out, pc); in pc_to_link_info() 180 tcg_gen_deposit_i64(out, out, tcg_constant_i64(pc), 0, 32); in pc_to_link_info() 1007 TCGv_i64 out, out2, in1, in2; member 1184 tcg_gen_abs_i64(o->out, o->in2); in op_abs() 1190 tcg_gen_andi_i64(o->out, o->in2, 0x7fffffffull); in op_absf32() 1196 tcg_gen_andi_i64(o->out, o->in2, 0x7fffffffffffffffull); in op_absf64() 1202 tcg_gen_andi_i64(o->out, o->in1, 0x7fffffffffffffffull); in op_absf128() 1209 tcg_gen_add_i64(o->out, o->in1, o->in2); in op_add() 1216 tcg_gen_add2_i64(o->out, cc_src, o->in1, cc_src, o->in2, cc_src); in op_addu64() [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_array_pin.c | 50 goto out; in main() 56 goto out; in main() 63 goto out; in main() 74 goto out; in main() 81 goto out; in main() 88 goto out; in main() 96 goto out; in main() 100 out: in main()
|
/openbmc/linux/crypto/ |
H A D | tea.c | 63 __le32 *out = (__le32 *)dst; in tea_encrypt() local 81 out[0] = cpu_to_le32(y); in tea_encrypt() 82 out[1] = cpu_to_le32(z); in tea_encrypt() 91 __le32 *out = (__le32 *)dst; in tea_decrypt() local 111 out[0] = cpu_to_le32(y); in tea_decrypt() 112 out[1] = cpu_to_le32(z); in tea_decrypt() 136 __le32 *out = (__le32 *)dst; in xtea_encrypt() local 147 out[0] = cpu_to_le32(y); in xtea_encrypt() 148 out[1] = cpu_to_le32(z); in xtea_encrypt() 156 __le32 *out = (__le32 *)dst; in xtea_decrypt() local [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha512_ssse3_glue.c | 68 unsigned int len, u8 *out, sha512_block_fn *sha512_xform) in sha512_finup() argument 71 return crypto_sha512_finup(desc, data, len, out); in sha512_finup() 79 return sha512_base_finish(desc, out); in sha512_finup() 89 unsigned int len, u8 *out) in sha512_ssse3_finup() argument 91 return sha512_finup(desc, data, len, out, sha512_transform_ssse3); in sha512_ssse3_finup() 95 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final() argument 97 return sha512_ssse3_finup(desc, NULL, 0, out); in sha512_ssse3_final() 165 unsigned int len, u8 *out) in sha512_avx_finup() argument 167 return sha512_finup(desc, data, len, out, sha512_transform_avx); in sha512_avx_finup() 171 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final() argument [all …]
|