Home
last modified time | relevance | path

Searched refs:sval (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_parse.c722 char *sval; in ng_string_parse() local
729 bcopy(sval, buf, slen + 1); in ng_string_parse()
730 free(sval, M_NETGRAPH_PARSE); in ng_string_parse()
786 char *sval; in ng_fixedstring_parse() local
793 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
797 bcopy(sval, buf, slen); in ng_fixedstring_parse()
798 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
889 char *sval; in ng_sizedstring_parse() local
896 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
901 bcopy(sval, buf + 2, slen); in ng_sizedstring_parse()
[all …]
/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry_data.h31 char sval[RTE_TEL_MAX_STRING_LEN]; member
H A Dtelemetry_data.c51 const size_t bytes = strlcpy(d->data.array[d->data_len++].sval, in rte_tel_data_add_array_string()
109 vbytes = strlcpy(e->value.sval, val, RTE_TEL_MAX_STRING_LEN); in rte_tel_data_add_dict_string()
H A Dtelemetry.c161 d->data.array[i].sval); in container_to_json()
199 v->name, v->value.sval); in output_json()
245 d->data.array[i].sval); in output_json()
/f-stack/app/redis-5.0.5/src/
H A Dziplist.h43 unsigned int ziplistGet(unsigned char *p, unsigned char **sval, unsigned int *slen, long long *lval…
H A Dziplist.c1034 unsigned int ziplistGet(unsigned char *p, unsigned char **sstr, unsigned int *slen, long long *sval in ziplistGet() argument
1046 if (sval) { in ziplistGet()
1047 *sval = zipLoadInteger(p+entry.headersize,entry.encoding); in ziplistGet()
1084 long long zval, sval; in ziplistCompare() local
1098 if (zipTryEncoding(sstr,slen,&sval,&sencoding)) { in ziplistCompare()
1100 return zval == sval; in ziplistCompare()
1859 long long sval; in ziplistTest() local
1908 assert(ziplistGet(p,&sstr,&slen,&sval)); in ziplistTest()
1910 buflen = sprintf(buf,"%lld",sval); in ziplistTest()
H A Dquicklist.h153 unsigned int *sz, long long *sval,
H A Dquicklist.c1325 unsigned int *sz, long long *sval, in quicklistPopCustom() argument
1340 if (sval) in quicklistPopCustom()
1341 *sval = -123456789; in quicklistPopCustom()
1362 if (sval) in quicklistPopCustom()
1363 *sval = vlong; in quicklistPopCustom()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1655 u32 lval, sval, flx_val; in ixgbe_setup_sgmii() local
1677 IXGBE_SB_IOSF_TARGET_KR_PHY, &sval); in ixgbe_setup_sgmii()
1681 sval |= IXGBE_KRM_SGMII_CTRL_MAC_TAR_FORCE_10_D; in ixgbe_setup_sgmii()
1682 sval |= IXGBE_KRM_SGMII_CTRL_MAC_TAR_FORCE_100_D; in ixgbe_setup_sgmii()
1685 IXGBE_SB_IOSF_TARGET_KR_PHY, sval); in ixgbe_setup_sgmii()
1724 u32 lval, sval, flx_val; in ixgbe_setup_sgmii_fw() local
1746 IXGBE_SB_IOSF_TARGET_KR_PHY, &sval); in ixgbe_setup_sgmii_fw()
1750 sval &= ~IXGBE_KRM_SGMII_CTRL_MAC_TAR_FORCE_10_D; in ixgbe_setup_sgmii_fw()
1751 sval &= ~IXGBE_KRM_SGMII_CTRL_MAC_TAR_FORCE_100_D; in ixgbe_setup_sgmii_fw()
1754 IXGBE_SB_IOSF_TARGET_KR_PHY, sval); in ixgbe_setup_sgmii_fw()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1242 char *sval; in zfs_do_create() local
1252 VERIFY0(nvpair_value_string(nvp, &sval)); in zfs_do_create()
1255 nvpair_name(nvp), sval); in zfs_do_create()