Home
last modified time | relevance | path

Searched refs:vstr (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/tools/perf/util/
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()
/linux-6.1.9/samples/trace_events/
Dtrace-events-sample.h291 __vstring( vstr, fmt, va )
300 __assign_vstr(vstr, fmt, va);
348 __get_str(str), __get_bitmask(cpus), __get_str(vstr))
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c404 char *value = val.vstr; in mlx5_devlink_fs_mode_validate()
442 if (!strcmp(ctx->val.vstr, "smfs")) in mlx5_devlink_fs_mode_set()
457 strcpy(ctx->val.vstr, "smfs"); in mlx5_devlink_fs_mode_get()
459 strcpy(ctx->val.vstr, "dmfs"); in mlx5_devlink_fs_mode_get()
/linux-6.1.9/arch/arm/crypto/
Dsha1-ce-core.S121 vstr dgbs, [r0, #16]
/linux-6.1.9/drivers/staging/greybus/
Daudio_codec.h122 char vstr[NAME_SIZE]; member
/linux-6.1.9/drivers/tty/serial/
Dsunsab.h29 u8 vstr; /* Version Status Register */ member
Dsunsab.c291 !(readb(&up->regs->r.vstr) & SAB82532_VSTR_CD)); in check_status()
395 val = readb(&up->regs->r.vstr); in sunsab_get_mctrl()
988 up->type = readb(&up->regs->r.vstr) & 0x0f; in sunsab_init_one()
/linux-6.1.9/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_ucode.c1592 strscpy(tmp_buf, ctx->val.vstr, strlen(ctx->val.vstr) + 1); in otx2_cpt_dl_custom_egrp_create()
1743 if (strncasecmp(ctx->val.vstr, "egrp", 4)) in otx2_cpt_dl_custom_egrp_delete()
1745 tmp = ctx->val.vstr; in otx2_cpt_dl_custom_egrp_delete()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_devlink.c1452 snprintf(ctx->val.vstr, sizeof(ctx->val.vstr), "%s", in rvu_af_npc_exact_feature_get()
1477 if (kstrtoull(val.vstr, 10, &enable)) { in rvu_af_npc_exact_feature_validate()
/linux-6.1.9/include/net/
Ddevlink.h418 char vstr[__DEVLINK_PARAM_MAX_STRING_VALUE]; member
/linux-6.1.9/net/core/
Ddevlink.c5285 val.vstr)) in devlink_nl_param_value_fill_one()
5527 strcpy(value->vstr, nla_data(param_data)); in devlink_param_value_get_from_info()
5618 strcpy(param_item->driverinit_value.vstr, value.vstr); in __devlink_nl_cmd_param_set_doit()
11240 strcpy(init_val->vstr, param_item->driverinit_value.vstr); in devlink_param_driverinit_value_get()
11276 strcpy(param_item->driverinit_value.vstr, init_val.vstr); in devlink_param_driverinit_value_set()