Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dutils.cpp26 const char* vstr = "3.7.10a"; in TEST() local
29 EXPECT_EQ(rc, (signed)std::strlen(vstr)); in TEST()
30 EXPECT_STREQ(vstr, buffer); in TEST()
33 vstr = "1.0.0"; in TEST()
35 EXPECT_EQ(rc, (signed)std::strlen(vstr)); in TEST()
36 EXPECT_STREQ(vstr, buffer); in TEST()
39 vstr = "10.01.7"; in TEST()
41 EXPECT_EQ(rc, (signed)std::strlen(vstr)); in TEST()
42 EXPECT_STREQ(vstr, buffer); in TEST()
45 vstr = "3.1"; in TEST()
[all …]
/openbmc/linux/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()
/openbmc/linux/samples/trace_events/
H A Dtrace-events-sample.h304 __vstring( vstr, fmt, va )
313 __assign_vstr(vstr, fmt, va);
363 __get_str(vstr))
/openbmc/linux/arch/arm/crypto/
H A Dsha1-ce-core.S121 vstr dgbs, [r0, #16]
/openbmc/linux/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()
/openbmc/linux/drivers/staging/greybus/
H A Daudio_codec.h123 char vstr[NAME_SIZE]; member
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c3312 char *value = val.vstr; in mlx5_fs_mode_validate()
3350 if (!strcmp(ctx->val.vstr, "smfs")) in mlx5_fs_mode_set()
3365 strcpy(ctx->val.vstr, "smfs"); in mlx5_fs_mode_get()
3367 strcpy(ctx->val.vstr, "dmfs"); in mlx5_fs_mode_get()
/openbmc/linux/include/net/
H A Ddevlink.h432 char vstr[__DEVLINK_PARAM_MAX_STRING_VALUE]; member
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch8106 + vstr d0, [r0]
8114 + vstr s0, [r0]