| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 2159 char mybuf[64]; in lpfc_debugfs_lockstat_write() local 2163 memset(mybuf, 0, sizeof(mybuf)); in lpfc_debugfs_lockstat_write() 2165 if (copy_from_user(mybuf, buf, nbytes)) in lpfc_debugfs_lockstat_write() 2167 pbuf = &mybuf[0]; in lpfc_debugfs_lockstat_write() 2605 char mybuf[64]; in lpfc_debugfs_multixripools_write() local 2612 if (nbytes > sizeof(mybuf) - 1) in lpfc_debugfs_multixripools_write() 2613 nbytes = sizeof(mybuf) - 1; in lpfc_debugfs_multixripools_write() 2615 memset(mybuf, 0, sizeof(mybuf)); in lpfc_debugfs_multixripools_write() 2617 if (copy_from_user(mybuf, buf, nbytes)) in lpfc_debugfs_multixripools_write() 2619 pbuf = &mybuf[0]; in lpfc_debugfs_multixripools_write() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 5003 char *mybuf = malloc(HEADERBUF), *end = mybuf + HEADERBUF; in RTMP_Read() local 5005 r->m_read.buf = mybuf; in RTMP_Read() 5008 memcpy(mybuf, flvHeader, sizeof(flvHeader)); in RTMP_Read() 5018 free(mybuf); in RTMP_Read() 5025 if (r->m_read.buf < mybuf || r->m_read.buf > end) { in RTMP_Read() 5026 mybuf = realloc(mybuf, cnt + nRead); in RTMP_Read() 5027 memcpy(mybuf+cnt, r->m_read.buf, nRead); in RTMP_Read() 5029 r->m_read.buf = mybuf+cnt+nRead; in RTMP_Read() 5038 mybuf[4] = r->m_read.dataType; in RTMP_Read() 5039 r->m_read.buflen = r->m_read.buf - mybuf; in RTMP_Read() [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb.c | 818 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, mybuf, USB_BUFSIZ); in usb_string() 826 tbuf = &mybuf[0]; in usb_string()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvendor.c | 9080 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_cfgvendor_twt_setup() local 9083 uint8 *rem = mybuf; in wl_cfgvendor_twt_setup() 9084 uint16 rem_len = sizeof(mybuf); in wl_cfgvendor_twt_setup() 9168 mybuf, sizeof(mybuf) - rem_len, resp_buf, WLC_IOCTL_SMLEN, NULL); in wl_cfgvendor_twt_setup() 9188 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_cfgvendor_twt_teardown() local 9191 uint8 *rem = mybuf; in wl_cfgvendor_twt_teardown() 9192 uint16 rem_len = sizeof(mybuf); in wl_cfgvendor_twt_teardown() 9230 mybuf, sizeof(mybuf) - rem_len, res_buf, WLC_IOCTL_SMLEN, NULL); in wl_cfgvendor_twt_teardown() 9251 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_cfgvendor_twt_info_frame() local 9253 uint8 *rem = mybuf; in wl_cfgvendor_twt_info_frame() [all …]
|
| H A D | wl_android.c | 11196 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_android_twt_setup() local 11198 uint8 *rem = mybuf; in wl_android_twt_setup() 11199 uint16 rem_len = sizeof(mybuf); in wl_android_twt_setup() 11343 mybuf, sizeof(mybuf) - rem_len, resp_buf, WLC_IOCTL_SMLEN, NULL); in wl_android_twt_setup() 11766 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_android_twt_info() local 11769 uint8 *rem = mybuf; in wl_android_twt_info() 11770 uint16 rem_len = sizeof(mybuf); in wl_android_twt_info() 11848 mybuf, sizeof(mybuf) - rem_len, res_buf, WLC_IOCTL_SMLEN, NULL); in wl_android_twt_info() 11863 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_android_twt_teardown() local 11865 uint8 *rem = mybuf; in wl_android_twt_teardown() [all …]
|
| H A D | dhd_config.c | 1814 uint8 mybuf[128]; in dhd_conf_he_cmd() local 1815 uint16 he_id = -1, he_len = 0, mybuf_len = sizeof(mybuf); in dhd_conf_he_cmd() 1836 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_conf_he_cmd() 1847 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, cmd, (char *)&mybuf, in dhd_conf_he_cmd() 1848 sizeof(mybuf), TRUE); in dhd_conf_he_cmd()
|
| H A D | dhd_common.c | 11314 uint8 mybuf[DHD_IOVAR_BUF_SIZE]; in dhd_control_he_enab() local 11315 uint16 mybuf_len = sizeof(mybuf); in dhd_control_he_enab() 11316 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_control_he_enab() 11327 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.c | 11156 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_android_twt_setup() local 11159 uint8 *rem = mybuf; in wl_android_twt_setup() 11160 uint16 rem_len = sizeof(mybuf); in wl_android_twt_setup() 11301 mybuf, sizeof(mybuf) - rem_len, resp_buf, WLC_IOCTL_SMLEN, NULL); in wl_android_twt_setup() 11724 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_android_twt_info() local 11727 uint8 *rem = mybuf; in wl_android_twt_info() 11728 uint16 rem_len = sizeof(mybuf); in wl_android_twt_info() 11806 mybuf, sizeof(mybuf) - rem_len, res_buf, WLC_IOCTL_SMLEN, NULL); in wl_android_twt_info() 11821 u8 mybuf[WLC_IOCTL_SMLEN] = {0}; in wl_android_twt_teardown() local 11823 uint8 *rem = mybuf; in wl_android_twt_teardown() [all …]
|
| H A D | dhd_config.c | 1614 uint8 mybuf[128]; in dhd_conf_he_cmd() local 1615 uint16 he_id = -1, he_len = 0, mybuf_len = sizeof(mybuf); in dhd_conf_he_cmd() 1636 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_conf_he_cmd() 1647 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, cmd, (char *)&mybuf, in dhd_conf_he_cmd() 1648 sizeof(mybuf), TRUE); in dhd_conf_he_cmd()
|
| H A D | dhd_common.c | 11319 uint8 mybuf[DHD_IOVAR_BUF_SIZE]; in dhd_control_he_enab() local 11320 uint16 mybuf_len = sizeof(mybuf); in dhd_control_he_enab() 11321 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_control_he_enab() 11332 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_common.c | 7806 uint8 mybuf[DHD_IOVAR_BUF_SIZE]; in dhd_control_he_enab() local 7807 uint16 mybuf_len = sizeof(mybuf); in dhd_control_he_enab() 7808 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_control_he_enab() 7819 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_common.c | 7822 uint8 mybuf[DHD_IOVAR_BUF_SIZE]; in dhd_control_he_enab() local 7823 uint16 mybuf_len = sizeof(mybuf); in dhd_control_he_enab() 7824 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_control_he_enab() 7835 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_common.c | 7822 uint8 mybuf[DHD_IOVAR_BUF_SIZE]; in dhd_control_he_enab() local 7823 uint16 mybuf_len = sizeof(mybuf); in dhd_control_he_enab() 7824 pxtlv = (bcm_xtlv_t *)mybuf; in dhd_control_he_enab() 7835 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |