Home
last modified time | relevance | path

Searched refs:vstr (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-sublevel-options.c13 char *vstr, *s = strdup(str); in parse_one_sublevel_option() local
21 vstr = strchr(s, '='); in parse_one_sublevel_option()
22 if (vstr) in parse_one_sublevel_option()
23 *vstr++ = 0; in parse_one_sublevel_option()
37 if (vstr) in parse_one_sublevel_option()
38 v = atoi(vstr); in parse_one_sublevel_option()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-sublevel-options.c13 char *vstr, *s = strdup(str); in parse_one_sublevel_option() local
21 vstr = strchr(s, '='); in parse_one_sublevel_option()
22 if (vstr) in parse_one_sublevel_option()
23 *vstr++ = 0; in parse_one_sublevel_option()
37 if (vstr) in parse_one_sublevel_option()
38 v = atoi(vstr); in parse_one_sublevel_option()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c220 char *value = val.vstr; in mlx5_devlink_fs_mode_validate()
258 if (!strcmp(ctx->val.vstr, "smfs")) in mlx5_devlink_fs_mode_set()
273 strcpy(ctx->val.vstr, "smfs"); in mlx5_devlink_fs_mode_get()
275 strcpy(ctx->val.vstr, "dmfs"); in mlx5_devlink_fs_mode_get()
359 strcpy(value.vstr, "dmfs"); in mlx5_devlink_set_params_init_values()
361 strcpy(value.vstr, "smfs"); in mlx5_devlink_set_params_init_values()
/kernel/linux/linux-6.6/samples/trace_events/
H A Dtrace-events-sample.h304 __vstring( vstr, fmt, va )
313 __assign_vstr(vstr, fmt, va);
363 __get_str(vstr))
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Daudio_codec.h122 char vstr[NAME_SIZE]; member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Daudio_codec.h123 char vstr[NAME_SIZE]; member
/kernel/linux/linux-6.6/net/devlink/
H A Dparam.c218 val.vstr)) in devlink_nl_param_value_fill_one()
479 strcpy(value->vstr, nla_data(param_data)); in devlink_param_value_get_from_info()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunsab.h29 u8 vstr; /* Version Status Register */ member
H A Dsunsab.c291 !(readb(&up->regs->r.vstr) & SAB82532_VSTR_CD)); in check_status()
395 val = readb(&up->regs->r.vstr); in sunsab_get_mctrl()
992 up->type = readb(&up->regs->r.vstr) & 0x0f; in sunsab_init_one()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunsab.h29 u8 vstr; /* Version Status Register */ member
H A Dsunsab.c291 !(readb(&up->regs->r.vstr) & SAB82532_VSTR_CD)); in check_status()
395 val = readb(&up->regs->r.vstr); in sunsab_get_mctrl()
987 up->type = readb(&up->regs->r.vstr) & 0x0f; in sunsab_init_one()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1590 strscpy(tmp_buf, ctx->val.vstr, strlen(ctx->val.vstr) + 1); in otx2_cpt_dl_custom_egrp_create()
1741 if (strncasecmp(ctx->val.vstr, "egrp", 4)) in otx2_cpt_dl_custom_egrp_delete()
1743 tmp = ctx->val.vstr; in otx2_cpt_dl_custom_egrp_delete()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c1449 snprintf(ctx->val.vstr, sizeof(ctx->val.vstr), "%s", in rvu_af_npc_exact_feature_get()
1474 if (kstrtoull(val.vstr, 10, &enable)) { in rvu_af_npc_exact_feature_validate()
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c3687 val.vstr)) in devlink_nl_param_value_fill_one()
3932 strcpy(value->vstr, nla_data(param_data)); in devlink_param_value_get_from_info()
4023 strcpy(param_item->driverinit_value.vstr, value.vstr); in __devlink_nl_cmd_param_set_doit()
9025 strcpy(init_val->vstr, param_item->driverinit_value.vstr); in __devlink_param_driverinit_value_get()
9050 strcpy(param_item->driverinit_value.vstr, init_val.vstr); in __devlink_param_driverinit_value_set()
9214 len = strlcpy(dst_val->vstr, src, __DEVLINK_PARAM_MAX_STRING_VALUE); in devlink_param_value_str_fill()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c3291 char *value = val.vstr; in mlx5_fs_mode_validate()
3329 if (!strcmp(ctx->val.vstr, "smfs")) in mlx5_fs_mode_set()
3344 strcpy(ctx->val.vstr, "smfs"); in mlx5_fs_mode_get()
3346 strcpy(ctx->val.vstr, "dmfs"); in mlx5_fs_mode_get()
/kernel/linux/linux-5.10/include/net/
H A Ddevlink.h395 char vstr[__DEVLINK_PARAM_MAX_STRING_VALUE]; member
/kernel/linux/linux-6.6/include/net/
H A Ddevlink.h432 char vstr[__DEVLINK_PARAM_MAX_STRING_VALUE]; member

Completed in 39 milliseconds