| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 722 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 D | telemetry_data.h | 31 char sval[RTE_TEL_MAX_STRING_LEN]; member
|
| H A D | telemetry_data.c | 51 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 D | telemetry.c | 161 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 D | ziplist.h | 43 unsigned int ziplistGet(unsigned char *p, unsigned char **sval, unsigned int *slen, long long *lval…
|
| H A D | ziplist.c | 1034 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 D | quicklist.h | 153 unsigned int *sz, long long *sval,
|
| H A D | quicklist.c | 1325 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 D | ixgbe_x550.c | 1655 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 D | zfs_main.c | 1242 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()
|