| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_extern.c | 50 .str_val = "abracad", 77 .data = { .str_val = "\0\0\0\0\0\0\0" } }, 79 .data = { .str_val = "abra\0\0\0" } }, 81 .data = { .str_val = "abracad" } },
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_events_synth.c | 424 char *str_val, in trace_string() argument 447 if ((unsigned long)str_val < TASK_SIZE) in trace_string() 518 char *str_val; in trace_event_raw_event_synth() local 525 len = *((unsigned long *)str_val) + 1; in trace_event_raw_event_synth() 1760 char *str_val = (char *)(long)val; in synth_event_trace() local 1762 data_size += strlen(str_val) + 1; in synth_event_trace() 1787 char *str_val = (char *)(long)val; in synth_event_trace() local 1847 char *str_val; in synth_event_trace_array() local 1861 len = strlen(str_val) + 1; in synth_event_trace_array() 2020 char *str_val = (char *)(long)val; in __synth_event_add_val() local [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_extern.c | 34 char str_val[8] = {-1, -1, -1, -1, -1, -1, -1, -1}; variable 53 str_val[i] = CONFIG_STR[i]; in handle_sys_enter()
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_csi2_bridge.c | 207 char *str_val; in gmin_cfg_get_int() local 211 str_val = gmin_cfg_get(adev, key); in gmin_cfg_get_int() 212 if (!str_val) in gmin_cfg_get_int() 215 ret = kstrtoul(str_val, 0, &int_val); in gmin_cfg_get_int() 216 kfree(str_val); in gmin_cfg_get_int()
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | qcom_aoss.c | 513 const char *str_val; in qmp_debugfs_write() local 532 str_val = bool_val ? entry->true_val : entry->false_val; in qmp_debugfs_write() 534 ret = snprintf(buf, sizeof(buf), entry->fmt, str_val); in qmp_debugfs_write()
|
| /linux-6.15/include/linux/ |
| H A D | if_team.h | 148 const char *str_val; member
|
| /linux-6.15/drivers/net/team/ |
| H A D | team_mode_loadbalance.c | 342 ctx->data.str_val = name; in lb_tx_method_get() 350 func = lb_select_tx_port_get_func(ctx->data.str_val); in lb_tx_method_set()
|
| H A D | team_core.c | 1397 ctx->data.str_val = team->mode->kind; in team_mode_option_get() 1402 return team_change_mode(team, ctx->data.str_val); in team_mode_option_set() 2380 ctx.data.str_val)) in team_nl_fill_one_option_get() 2651 ctx.data.str_val = nla_data(attr_data); in team_nl_options_set_doit()
|
| /linux-6.15/drivers/iio/resolver/ |
| H A D | ad2s1210.c | 1366 const char *str_val; in ad2s1210_setup_properties() local 1370 ret = device_property_read_string(dev, "adi,fixed-mode", &str_val); in ad2s1210_setup_properties() 1377 if (strcmp(str_val, "config")) in ad2s1210_setup_properties()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1782 const char **str_val, in fetch_join_stat_value() argument 1788 *str_val = s->file_name; in fetch_join_stat_value() 1792 *str_val = s->prog_name; in fetch_join_stat_value()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.c | 20 int index = 0; u8 i; const char *str_val = str; \ 22 if (str_val) { \ 25 "%s = ", str_val); \
|