| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | atmel-ebi.c | 177 const char *tmp_str; in atmel_ebi_xslate_smc_config() local 208 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 209 of_property_read_string(np, "atmel,smc-byte-access-type", &tmp_str); in atmel_ebi_xslate_smc_config() 210 if (tmp_str && !strcmp(tmp_str, "write")) { in atmel_ebi_xslate_smc_config() 215 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 216 of_property_read_string(np, "atmel,smc-read-mode", &tmp_str); in atmel_ebi_xslate_smc_config() 217 if (tmp_str && !strcmp(tmp_str, "nrd")) { in atmel_ebi_xslate_smc_config() 222 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 223 of_property_read_string(np, "atmel,smc-write-mode", &tmp_str); in atmel_ebi_xslate_smc_config() 224 if (tmp_str && !strcmp(tmp_str, "nwe")) { in atmel_ebi_xslate_smc_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_rf.c | 745 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 879 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 882 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 885 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 888 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 933 snprintf(tmp_str, TMP_STR_LEN, fmt, "NA"); in dump_txpwr_lmt() 934 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 937 …snprintf(tmp_str, TMP_STR_LEN, fmt, "", (rtw_abs(lmt) % hal_spec->txgi_pdbm) * 100 / hal_spec->txg… in dump_txpwr_lmt() 938 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 941 …snprintf(tmp_str, TMP_STR_LEN, fmt, lmt / hal_spec->txgi_pdbm, (rtw_abs(lmt) % hal_spec->txgi_pdbm… in dump_txpwr_lmt() [all …]
|
| H A D | rtw_debug.c | 579 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 581 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "ap_id:"); in dump_adapters_status() 582 strncpy(p, tmp_str, len); in dump_adapters_status() 584 _rtw_memset(&tmp_str, '\0', sizeof(tmp_str)); in dump_adapters_status() 586 …len = snprintf(tmp_str, sizeof(tmp_str), "%d (%d,%d)", iface->vap_id, iface->hw_port, iface->clien… in dump_adapters_status() 588 len = snprintf(tmp_str, sizeof(tmp_str), "%d", iface->vap_id); in dump_adapters_status() 590 strncpy(p, tmp_str, len); in dump_adapters_status() 597 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 599 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "c_pid:"); in dump_adapters_status() 600 strncpy(p, tmp_str, len); in dump_adapters_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_rf.c | 744 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 878 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 881 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 884 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 887 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 932 snprintf(tmp_str, TMP_STR_LEN, fmt, "NA"); in dump_txpwr_lmt() 933 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 936 …snprintf(tmp_str, TMP_STR_LEN, fmt, "", (rtw_abs(lmt) % hal_spec->txgi_pdbm) * 100 / hal_spec->txg… in dump_txpwr_lmt() 937 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 940 …snprintf(tmp_str, TMP_STR_LEN, fmt, lmt / hal_spec->txgi_pdbm, (rtw_abs(lmt) % hal_spec->txgi_pdbm… in dump_txpwr_lmt() [all …]
|
| H A D | rtw_debug.c | 579 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 581 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "ap_id:"); in dump_adapters_status() 582 strncpy(p, tmp_str, len); in dump_adapters_status() 584 _rtw_memset(&tmp_str, '\0', sizeof(tmp_str)); in dump_adapters_status() 586 …len = snprintf(tmp_str, sizeof(tmp_str), "%d (%d,%d)", iface->vap_id, iface->hw_port, iface->clien… in dump_adapters_status() 588 len = snprintf(tmp_str, sizeof(tmp_str), "%d", iface->vap_id); in dump_adapters_status() 590 strncpy(p, tmp_str, len); in dump_adapters_status() 597 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 599 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "c_pid:"); in dump_adapters_status() 600 strncpy(p, tmp_str, len); in dump_adapters_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_rf.c | 745 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 879 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 882 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 885 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 888 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 933 snprintf(tmp_str, TMP_STR_LEN, fmt, "NA"); in dump_txpwr_lmt() 934 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 937 …snprintf(tmp_str, TMP_STR_LEN, fmt, "", (rtw_abs(lmt) % hal_spec->txgi_pdbm) * 100 / hal_spec->txg… in dump_txpwr_lmt() 938 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 941 …snprintf(tmp_str, TMP_STR_LEN, fmt, lmt / hal_spec->txgi_pdbm, (rtw_abs(lmt) % hal_spec->txgi_pdbm… in dump_txpwr_lmt() [all …]
|
| H A D | rtw_debug.c | 579 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 581 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "ap_id:"); in dump_adapters_status() 582 strncpy(p, tmp_str, len); in dump_adapters_status() 584 _rtw_memset(&tmp_str, '\0', sizeof(tmp_str)); in dump_adapters_status() 586 …len = snprintf(tmp_str, sizeof(tmp_str), "%d (%d,%d)", iface->vap_id, iface->hw_port, iface->clien… in dump_adapters_status() 588 len = snprintf(tmp_str, sizeof(tmp_str), "%d", iface->vap_id); in dump_adapters_status() 590 strncpy(p, tmp_str, len); in dump_adapters_status() 597 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 599 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "c_pid:"); in dump_adapters_status() 600 strncpy(p, tmp_str, len); in dump_adapters_status() [all …]
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | iniparser.c | 417 char tmp_str[ASCIILINESZ + 1]; in iniparser_getstring() local 422 lc_key = strlwc(key, tmp_str, sizeof(tmp_str)); in iniparser_getstring() 603 char tmp_str[ASCIILINESZ + 1]; in iniparser_set() local 604 return dictionary_set(ini, strlwc(entry, tmp_str, sizeof(tmp_str)), val) ; in iniparser_set() 619 char tmp_str[ASCIILINESZ + 1]; in iniparser_unset() local 620 dictionary_unset(ini, strlwc(entry, tmp_str, sizeof(tmp_str))); in iniparser_unset()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_rf.c | 1012 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1146 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1149 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1152 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1155 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1198 …bm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->regd_name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1199 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 1202 …mt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(regd_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1203 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| H A D | rtw_debug.c | 635 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 637 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "ap_id:"); in dump_adapters_status() 638 strncpy(p, tmp_str, len); in dump_adapters_status() 640 _rtw_memset(&tmp_str, '\0', sizeof(tmp_str)); in dump_adapters_status() 642 …len = snprintf(tmp_str, sizeof(tmp_str), "%d (%d,%d)", iface->vap_id, iface->hw_port, iface->clien… in dump_adapters_status() 644 len = snprintf(tmp_str, sizeof(tmp_str), "%d", iface->vap_id); in dump_adapters_status() 646 strncpy(p, tmp_str, len); in dump_adapters_status() 653 char tmp_str[10] = {'\0'}; in dump_adapters_status() local 655 len = snprintf(tmp_str, sizeof(tmp_str), "%s", "c_pid:"); in dump_adapters_status() 656 strncpy(p, tmp_str, len); in dump_adapters_status() [all …]
|
| /OK3568_Linux_fs/buildroot/package/ftop/ |
| H A D | 0001-overflow.patch | 15 char *tmp_str;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_rf.c | 1540 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1674 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1677 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1680 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1683 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1726 …bm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->regd_name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1727 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 1730 …mt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(regd_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1731 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_rf.c | 1540 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1674 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1677 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1680 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1683 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1726 …bm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->regd_name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1727 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 1730 …mt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(regd_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1731 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_rf.c | 1539 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1673 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1676 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1679 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1682 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1725 …bm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->regd_name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1726 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 1729 …mt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(regd_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 1730 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_stats.c | 638 char tmp_str[32]; in ocrdma_dbgfs_ops_write() local 644 if (*ppos != 0 || count == 0 || count > sizeof(tmp_str)) in ocrdma_dbgfs_ops_write() 647 if (copy_from_user(tmp_str, buffer, count)) in ocrdma_dbgfs_ops_write() 650 tmp_str[count-1] = '\0'; in ocrdma_dbgfs_ops_write() 651 if (kstrtol(tmp_str, 10, &reset)) in ocrdma_dbgfs_ops_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 771 char *tmp_str; in amdgpu_set_pp_od_clk_voltage() local 797 tmp_str = buf_cpy; in amdgpu_set_pp_od_clk_voltage() 800 tmp_str++; in amdgpu_set_pp_od_clk_voltage() 801 while (isspace(*++tmp_str)); in amdgpu_set_pp_od_clk_voltage() 803 while (tmp_str[0]) { in amdgpu_set_pp_od_clk_voltage() 804 sub_str = strsep(&tmp_str, delimiter); in amdgpu_set_pp_od_clk_voltage() 810 while (isspace(*tmp_str)) in amdgpu_set_pp_od_clk_voltage() 811 tmp_str++; in amdgpu_set_pp_od_clk_voltage() 1694 char *tmp_str; in amdgpu_set_pp_power_profile_mode() local 1715 tmp_str = buf_cpy; in amdgpu_set_pp_power_profile_mode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_rf.c | 1847 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1981 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1984 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1987 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1990 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2033 …bm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->regd_name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2034 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 2037 …mt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(regd_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2038 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_rf.c | 1831 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1965 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1968 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1971 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1974 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2017 …get_dbm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2018 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 2021 …al_spec->txgi_max, hal_spec->txgi_pdbm, strlen(txpwr_lmt_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2022 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_rf.c | 1848 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 1982 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1985 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 1988 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 1991 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2034 …bm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->regd_name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2035 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 2038 …mt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(regd_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2039 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_rf.c | 1933 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 2067 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 2070 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2073 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 2076 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2119 …get_dbm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2120 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 2123 …al_spec->txgi_max, hal_spec->txgi_pdbm, strlen(txpwr_lmt_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2124 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_rf.c | 1897 char tmp_str[TMP_STR_LEN]; in dump_txpwr_lmt() local 2031 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 2034 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2037 snprintf(tmp_str, TMP_STR_LEN, fmt in dump_txpwr_lmt() 2040 _RTW_PRINT_SEL(sel, "%s", tmp_str); in dump_txpwr_lmt() 2083 …get_dbm_str(lmt, hal_spec->txgi_max, hal_spec->txgi_pdbm, strlen(ent->name), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2084 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt() 2087 …al_spec->txgi_max, hal_spec->txgi_pdbm, strlen(txpwr_lmt_str(TXPWR_LMT_WW)), tmp_str, TMP_STR_LEN); in dump_txpwr_lmt() 2088 _RTW_PRINT_SEL(sel, "%s ", tmp_str); in dump_txpwr_lmt()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.c | 570 char tmp_str[256]; in item_add_str() local 578 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str() 581 tmp_str, in item_add_str()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.c | 570 char tmp_str[256]; in item_add_str() local 578 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str() 581 tmp_str, in item_add_str()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 570 char tmp_str[256]; in item_add_str() local 578 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str() 581 tmp_str, in item_add_str()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rtw_proc.c | 1336 char tmp_str[21] = {0}; in proc_get_roku_trx_info_msg() 1361 snprintf(tmp_str, sizeof(tmp_str), "%llu ", precvpriv->rx_vo_pkt_count_per_data_rate[i]); in proc_get_roku_trx_info_msg() 1362 strncat(cnt_str, tmp_str, strlen(tmp_str)); in proc_get_roku_trx_info_msg() 1368 snprintf(tmp_str, sizeof(tmp_str), "%llu ", precvpriv->rx_vo_pkt_count_per_data_rate[i]); in proc_get_roku_trx_info_msg() 1369 strncat(cnt_str, tmp_str, strlen(tmp_str)); in proc_get_roku_trx_info_msg() 1376 … snprintf(tmp_str, sizeof(tmp_str), "%llu ", precvpriv->rx_vo_pkt_count_per_data_rate[j + (i<<3)]); in proc_get_roku_trx_info_msg() 1377 strncat(cnt_str, tmp_str, strlen(tmp_str)); in proc_get_roku_trx_info_msg() 1388 …snprintf(tmp_str, sizeof(tmp_str), "%llu ", precvpriv->rx_vo_pkt_count_per_data_rate[j + (i * 10)]… in proc_get_roku_trx_info_msg() 1389 strncat(cnt_str, tmp_str, strlen(tmp_str)); in proc_get_roku_trx_info_msg()
|