/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_quark_dts_thermal.c | 122 u32 out; in soc_dts_enable() local 131 if (out & QRK_DTS_ENABLE_BIT) in soc_dts_enable() 135 out |= QRK_DTS_ENABLE_BIT; in soc_dts_enable() 150 u32 out; in soc_dts_disable() local 163 out &= ~QRK_DTS_ENABLE_BIT; in soc_dts_disable() 180 u32 out; in get_trip_temp() local 205 u32 out; in update_trip_temp() local 259 u32 out; in sys_get_curr_temp() local 275 out = (out >> QRK_DTS_OFFSET_TEMP) & QRK_DTS_MASK_TEMP; in sys_get_curr_temp() 325 u32 out; in alloc_soc_dts() local [all …]
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-buffer-tests.c | 41 goto out; in test_btrfs_split_item() 48 goto out; in test_btrfs_split_item() 56 goto out; in test_btrfs_split_item() 82 goto out; in test_btrfs_split_item() 94 goto out; in test_btrfs_split_item() 100 goto out; in test_btrfs_split_item() 110 goto out; in test_btrfs_split_item() 118 goto out; in test_btrfs_split_item() 124 goto out; in test_btrfs_split_item() 133 goto out; in test_btrfs_split_item() [all …]
|
H A D | extent-map-tests.c | 80 goto out; in test_case_1() 89 goto out; in test_case_1() 134 out: in test_case_1() 222 out: in test_case_2() 289 out: in __test_case_3() 402 out: in __test_case_4() 653 out: in test_case_5() 705 out: in test_case_6() 845 out: in test_case_7() 945 out: in test_rmap_block() [all …]
|
/openbmc/linux/sound/usb/line6/ |
H A D | playback.c | 163 urb_out = line6pcm->out.urbs[index]; in submit_audio_out_urb() 198 line6pcm->out.buffer + in submit_audio_out_urb() 235 line6pcm->out.pos += urb_frames; in submit_audio_out_urb() 335 line6pcm->out.pos_done += in audio_out_callback() 357 line6pcm->out.bytes += length; in audio_out_callback() 358 if (line6pcm->out.bytes >= line6pcm->out.period) { in audio_out_callback() 359 line6pcm->out.bytes %= line6pcm->out.period; in audio_out_callback() 360 spin_unlock(&line6pcm->out.lock); in audio_out_callback() 362 spin_lock(&line6pcm->out.lock); in audio_out_callback() 409 if (line6pcm->out.urbs == NULL) in line6_create_audio_out_urbs() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | mem-events.c | 252 out[0] = '\0'; in perf_mem__tlb_scnprintf() 267 strcat(out, " or "); in perf_mem__tlb_scnprintf() 272 if (*out == '\0') in perf_mem__tlb_scnprintf() 357 out[0] = '\0'; in perf_mem__lvl_scnprintf() 400 strcat(out, " or "); in perf_mem__lvl_scnprintf() 412 strcat(out, "N/A"); in perf_mem__lvl_scnprintf() 435 out[0] = '\0'; in perf_mem__snp_scnprintf() 444 strcat(out, " or "); in perf_mem__snp_scnprintf() 459 strcat(out, " or "); in perf_mem__snp_scnprintf() 465 if (*out == '\0') in perf_mem__snp_scnprintf() [all …]
|
/openbmc/qemu/scripts/tracetool/backend/ |
H A D | simple.py | 15 from tracetool import out 32 out('void _simple_%(api)s(%(args)s);', 35 out('') 39 out(' _simple_%(api)s(%(args)s);', 45 out(' trace_event_get_state_dynamic_by_id(%(event_id)s) || \\', 50 out('#include "qemu/osdep.h"', 57 out('void _simple_%(api)s(%(args)s)', 82 out('', 98 out(' trace_record_write_str(&rec, %(name)s, arg%(name)s_len);', 106 out(' trace_record_write_u64(&rec, (uint64_t)%(name)s);', [all …]
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | ust_events_h.py | 15 from tracetool import out 27 out('/* This file is autogenerated by tracetool, do not edit. */', 62 out('TRACEPOINT_EVENT(', 75 out(' ctf_string(' + n + ', ' + n + ')') 77 out(' ctf_integer_hex('+ t + ', ' + n + ', ' + n + ')') 79 out(' ctf_integer_hex('+ t + ', ' + n + ', ' + n + ')') 82 out(' ctf_integer(' + t + ', ' + n + ', ' + n + ')') 84 out(' ctf_float(' + t + ', ' + n + ', ' + n + ')') 88 out(' )', 93 out('TRACEPOINT_EVENT(', [all …]
|
H A D | h.py | 15 from tracetool import out 21 out('/* This file is autogenerated by tracetool, do not edit. */', 30 out('extern TraceEvent %(event)s;', 34 out('extern uint16_t %s;' % e.api(e.QEMU_DSTATE)) 44 out('#define TRACE_%(name)s_ENABLED %(enabled)d', 53 out('', 60 out(' false)') 63 out('', 72 out('}') 76 out('', [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_ints.c | 13 char out[256]; member 33 struct core_reloc_ints *out = (void *)&data.out; in test_core_ints() local 35 if (CORE_READ(&out->u8_field, &in->u8_field) || in test_core_ints() 36 CORE_READ(&out->s8_field, &in->s8_field) || in test_core_ints() 37 CORE_READ(&out->u16_field, &in->u16_field) || in test_core_ints() 38 CORE_READ(&out->s16_field, &in->s16_field) || in test_core_ints() 39 CORE_READ(&out->u32_field, &in->u32_field) || in test_core_ints() 40 CORE_READ(&out->s32_field, &in->s32_field) || in test_core_ints() 41 CORE_READ(&out->u64_field, &in->u64_field) || in test_core_ints() 42 CORE_READ(&out->s64_field, &in->s64_field)) in test_core_ints()
|
H A D | rcu_read_lock.c | 65 goto out; in task_succ() 69 goto out; in task_succ() 72 goto out; in task_succ() 74 out: in task_succ() 105 out: in two_regions() 121 out: in non_sleepable_1() 140 out: in non_sleepable_2() 168 out: in task_acquire() 213 out: in non_sleepable_rcu_mismatch() 239 out: in inproper_sleepable_helper() [all …]
|
H A D | test_core_reloc_bitfields_probed.c | 13 char out[256]; member 44 struct core_reloc_bitfields_output *out = (void *)&data.out; in test_core_bitfields() local 46 out->ub1 = BPF_CORE_READ_BITFIELD_PROBED(in, ub1); in test_core_bitfields() 47 out->ub2 = BPF_CORE_READ_BITFIELD_PROBED(in, ub2); in test_core_bitfields() 48 out->ub7 = BPF_CORE_READ_BITFIELD_PROBED(in, ub7); in test_core_bitfields() 49 out->sb4 = BPF_CORE_READ_BITFIELD_PROBED(in, sb4); in test_core_bitfields() 50 out->sb20 = BPF_CORE_READ_BITFIELD_PROBED(in, sb20); in test_core_bitfields() 51 out->u32 = BPF_CORE_READ_BITFIELD_PROBED(in, u32); in test_core_bitfields() 52 out->s32 = BPF_CORE_READ_BITFIELD_PROBED(in, s32); in test_core_bitfields()
|
H A D | test_core_autosize.c | 98 out->ptr = in->ptr; in handle_samesize() 99 out->val1 = in->val1; in handle_samesize() 100 out->val2 = in->val2; in handle_samesize() 101 out->val3 = in->val3; in handle_samesize() 102 out->val4 = in->val4; in handle_samesize() 119 out->ptr = in->ptr; in handle_downsize() 120 out->val1 = in->val1; in handle_downsize() 121 out->val2 = in->val2; in handle_downsize() 177 out->val2= in->val2; in handle_signed() 178 out->val3= in->val3; in handle_signed() [all …]
|
H A D | test_core_reloc_bitfields_direct.c | 13 char out[256]; member 51 struct core_reloc_bitfields_output *out = (void *)&data.out; in test_core_bitfields_direct() local 53 out->ub1 = BPF_CORE_READ_BITFIELD(in, ub1); in test_core_bitfields_direct() 54 out->ub2 = BPF_CORE_READ_BITFIELD(in, ub2); in test_core_bitfields_direct() 55 out->ub7 = BPF_CORE_READ_BITFIELD(in, ub7); in test_core_bitfields_direct() 56 out->sb4 = BPF_CORE_READ_BITFIELD(in, sb4); in test_core_bitfields_direct() 57 out->sb20 = BPF_CORE_READ_BITFIELD(in, sb20); in test_core_bitfields_direct() 58 out->u32 = BPF_CORE_READ_BITFIELD(in, u32); in test_core_bitfields_direct() 59 out->s32 = BPF_CORE_READ_BITFIELD(in, s32); in test_core_bitfields_direct()
|
/openbmc/linux/fs/btrfs/ |
H A D | uuid-tree.c | 38 goto out; in btrfs_uuid_tree_lookup() 44 goto out; in btrfs_uuid_tree_lookup() 50 goto out; in btrfs_uuid_tree_lookup() 53 goto out; in btrfs_uuid_tree_lookup() 66 goto out; in btrfs_uuid_tree_lookup() 80 out: in btrfs_uuid_tree_lookup() 144 out: in btrfs_uuid_tree_add() 226 out: in btrfs_uuid_tree_remove() 247 out: in btrfs_uuid_iter_rem() 289 out: in btrfs_check_uuid_tree_entry() [all …]
|
/openbmc/linux/drivers/parisc/ |
H A D | pdc_stable.c | 241 out += sprintf(out, "%d/", devpath->path.bc[i]); in pdcspath_hwpath_read() 359 out += sprintf(out, "%u ", devpath->layers[i]); in pdcspath_layer_read() 361 out += sprintf(out, "\n"); in pdcspath_layer_read() 526 out += sprintf(out, "%ld\n", pdcs_size); in pdcs_size_read() 652 out += sprintf(out, "0x%.8x\n", result[0]); in pdcs_osdep1_read() 653 out += sprintf(out, "0x%.8x\n", result[1]); in pdcs_osdep1_read() 654 out += sprintf(out, "0x%.8x\n", result[2]); in pdcs_osdep1_read() 655 out += sprintf(out, "0x%.8x\n", result[3]); in pdcs_osdep1_read() 710 out += sprintf(out, "All"); in pdcs_fastsize_read() 711 out += sprintf(out, "\n"); in pdcs_fastsize_read() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | acx.c | 36 out: in wl1251_acx_frame_rates() 84 out: in wl1251_acx_default_key() 111 out: in wl1251_acx_wake_up_conditions() 162 out: in wl1251_acx_fw_version() 189 out: in wl1251_acx_tx_power() 216 out: in wl1251_acx_feature_cfg() 277 out: in wl1251_acx_data_path_params() 301 out: in wl1251_acx_rx_msdu_life_time() 327 out: in wl1251_acx_rx_config() 351 out: in wl1251_acx_pd_threshold() [all …]
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | Makefile | 2 out := arch/$(SRCARCH)/include/generated/asm macro 6 $(shell mkdir -p $(out) $(uapi)) 31 $(out)/unistd_32_ia32.h: abis := i386 32 $(out)/unistd_32_ia32.h: prefix := ia32_ 45 $(out)/unistd_64_x32.h: abis := x32 46 $(out)/unistd_64_x32.h: prefix := x32_ 50 $(out)/syscalls_32.h: abis := i386 51 $(out)/syscalls_32.h: $(syscall32) $(systbl) FORCE 53 $(out)/syscalls_64.h: abis := common,64 56 $(out)/syscalls_x32.h: abis := common,x32 [all …]
|
/openbmc/linux/arch/ia64/scripts/ |
H A D | toolchain-flags | 12 out=$tmp/out$$ 17 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out 18 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ') 19 rm -f $out 31 $CC -c $dir/check-text-align.S -o $out 32 $READELF -u $out | fgrep -q 'prologue(rlen=12)' 34 rm -f $out 39 if ! $CC -c $dir/check-model.c -o $out 2>&1 | grep __model__ | grep -q attrib 43 rm -f $out 47 $CC -c $dir/check-serialize.S -o $out 2>/dev/null [all …]
|
/openbmc/linux/tools/build/tests/ |
H A D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 6 make -C ex V=1 >> ex.out 2>&1 14 rm -f ex.out 18 make -C ex V=1 clean > ex.out 2>&1 21 make -rR -C ex V=1 ex.o >> ex.out 2>&1 22 make -rR -C ex V=1 ex.i >> ex.out 2>&1 23 make -rR -C ex V=1 ex.s >> ex.out 2>&1 36 rm -f ex.out 40 make -C ex V=1 clean > ex.out 2>&1 53 make -C ex V=1 >> ex.out 2>&1 [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
H A D | cmd.c | 9 u32 out[MLX5_ST_SZ_DW(alloc_sf_out)] = {}; in mlx5_cmd_alloc_sf() local 15 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_alloc_sf() 20 u32 out[MLX5_ST_SZ_DW(dealloc_sf_out)] = {}; in mlx5_cmd_dealloc_sf() local 26 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_dealloc_sf() 31 u32 out[MLX5_ST_SZ_DW(enable_hca_out)] = {}; in mlx5_cmd_sf_enable_hca() local 37 return mlx5_cmd_exec(dev, &in, sizeof(in), &out, sizeof(out)); in mlx5_cmd_sf_enable_hca() 42 u32 out[MLX5_ST_SZ_DW(disable_hca_out)] = {}; in mlx5_cmd_sf_disable_hca() local 48 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_sf_disable_hca()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | json_writer.c | 42 putc('\n', self->out); in jsonw_eol() 59 putc('"', self->out); in jsonw_puts() 86 putc('"', self->out); in jsonw_puts() 94 self->out = f; in jsonw_new() 109 fflush(self->out); in jsonw_destroy() 129 putc(c, self->out); in jsonw_begin() 141 putc(c, self->out); in jsonw_end() 153 putc(':', self->out); in jsonw_name() 155 putc(' ', self->out); in jsonw_name() 161 putc('"', self->out); in jsonw_vprintf_enquote() [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | json_writer.c | 42 putc('\n', self->out); in jsonw_eol() 59 putc('"', self->out); in jsonw_puts() 86 putc('"', self->out); in jsonw_puts() 94 self->out = f; in jsonw_new() 109 fflush(self->out); in jsonw_destroy() 129 putc(c, self->out); in jsonw_begin() 141 putc(c, self->out); in jsonw_end() 153 putc(':', self->out); in jsonw_name() 155 putc(' ', self->out); in jsonw_name() 161 putc('"', self->out); in jsonw_vprintf_enquote() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 72 u32 *out; in mlx5_query_board_id() local 78 if (!out) in mlx5_query_board_id() 84 goto out; in mlx5_query_board_id() 92 out: in mlx5_query_board_id() 99 u32 *out; in mlx5_core_query_vendor_id() local 105 if (!out) in mlx5_core_query_vendor_id() 111 goto out; in mlx5_core_query_vendor_id() 115 out: in mlx5_core_query_vendor_id() 430 memset(out, 0, sizeof(out)); in mlx5_reg_mcc_query() 442 out: in mlx5_reg_mcc_query() [all …]
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_ioctl.c | 37 if ((!size) || (!out)) in device_status_info() 54 if ((!size) || (!out)) in hw_ip_info() 123 if ((!max_size) || (!out)) in hw_events_info() 161 if ((!max_size) || (!out)) in dram_usage_info() 213 goto out; in debug_coresight() 220 goto out; in debug_coresight() 230 goto out; in debug_coresight() 241 goto out; in debug_coresight() 248 goto out; in debug_coresight() 252 out: in debug_coresight() [all …]
|
/openbmc/bmcweb/test/include/ |
H A D | json_html_serializer.cpp | 31 std::string out; in TEST() local 34 dumpHtml(out, j); in TEST() 36 out, in TEST() 45 std::string out; in TEST() local 47 dumpHtml(out, j); in TEST() 48 EXPECT_EQ(out, boilerplateStart + "<div class=\"content\">\n42</div>\n" + in TEST() 54 std::string out; in TEST() local 56 dumpHtml(out, j); in TEST() 57 EXPECT_EQ(out, in TEST()
|