Home
last modified time | relevance | path

Searched refs:eptr (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0028-linux-Fix-integer-overflows-in-initrd-size-handling.patch77 eptr = grub_strchr (ptr, ':');
78 if (eptr)
82 initrd_ctx->components[i].newc_name = grub_strndup (ptr, eptr - ptr);
104 fname = eptr + 1;
/OK3568_Linux_fs/kernel/lib/
H A Dtest_ubsan.c62 enum ubsan_test_enum eval, eval2, *eptr; in test_ubsan_load_invalid_value() local
78 eptr = &eval2; in test_ubsan_load_invalid_value()
/OK3568_Linux_fs/kernel/drivers/net/hippi/
H A Drrunner.c1472 size_t eptr, segptr; in rr_load_firmware() local
1514 eptr = rr_read_eeprom_word(rrpriv, in rr_load_firmware()
1516 eptr = ((eptr & 0x1fffff) >> 3); in rr_load_firmware()
1523 if ((eptr < p2size) || (eptr > (p2size + p2len))){ in rr_load_firmware()
1537 nr_seg = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1538 eptr +=4; in rr_load_firmware()
1544 sptr = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1545 eptr += 4; in rr_load_firmware()
1546 len = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1547 eptr += 4; in rr_load_firmware()
[all …]
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dsunxi_gpio.c105 char *eptr; in sunxi_name_to_gpio() local
115 pin = simple_strtol(name, &eptr, 10); in sunxi_name_to_gpio()
116 if (!*name || *eptr) in sunxi_name_to_gpio()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dbuffer.hpp89 Ch* & eptr() { return eptr_; } in eptr() function in boost::iostreams::detail::buffer
90 const_pointer& eptr() const { return eptr_; } in eptr() function in boost::iostreams::detail::buffer
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch163 @@ -1783,8 +1783,7 @@ symbol `%s' has the same encoding as"), (*eptr)->name);
165 if ((*eptr)->nwcs == runp->nwcs)
167 - int c = wmemcmp ((wchar_t *) (*eptr)->wcs,
169 + int c = wmemcmp_uint32 ((*eptr)->wcs, runp->wcs, runp->nwcs);
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dtalitos.h22 u8 eptr; /* extended address */ member
H A Dtalitos.c53 ptr->eptr = upper_32_bits(dma_addr); in to_talitos_ptr()
65 dst_ptr->eptr = src_ptr->eptr; in copy_talitos_ptr()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.c811 char *eptr; in parse_pages_arg() local
812 pages = strtoul(str, &eptr, 10); in parse_pages_arg()
813 if (*eptr != '\0') in parse_pages_arg()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlops.c1020 __be32 *eptr = (__be32 *)bh_ip->b_data; in databuf_lo_scan_elements() local
1021 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c5164 u8 *eptr = NULL, *ptr = NULL; in wl_cfg80211_set_mfp() local
5194 eptr = (u8*)wpa2_ie + (wpa2_ie->len + TLV_HDR_LEN); in wl_cfg80211_set_mfp()
5197 if (mfp && (eptr - ptr) >= WPA2_PMKID_COUNT_LEN) { in wl_cfg80211_set_mfp()
5204 if ((eptr - ptr) >= WPA_SUITE_LEN) { in wl_cfg80211_set_mfp()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c4919 const u8 *eptr = NULL, *ptr = NULL; in wl_cfg80211_set_mfp() local
4955 eptr = (const u8*)wpa2_ie + (wpa2_ie->len + TLV_HDR_LEN); in wl_cfg80211_set_mfp()
4958 if (mfp && (eptr - ptr) >= WPA2_PMKID_COUNT_LEN) { in wl_cfg80211_set_mfp()
4965 if ((eptr - ptr) >= WPA_SUITE_LEN) { in wl_cfg80211_set_mfp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c4905 const u8 *eptr = NULL, *ptr = NULL; in wl_cfg80211_set_mfp() local
4941 eptr = (const u8*)wpa2_ie + (wpa2_ie->len + TLV_HDR_LEN); in wl_cfg80211_set_mfp()
4944 if (mfp && (eptr - ptr) >= WPA2_PMKID_COUNT_LEN) { in wl_cfg80211_set_mfp()
4951 if ((eptr - ptr) >= WPA_SUITE_LEN) { in wl_cfg80211_set_mfp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c5931 const u8 *eptr = NULL, *ptr = NULL; local
5966 eptr = (const u8*)wpa2_ie + (wpa2_ie->len + TLV_HDR_LEN);
5969 if (mfp && (eptr - ptr) >= WPA2_PMKID_COUNT_LEN) {
5976 if ((eptr - ptr) >= WPA_SUITE_LEN) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c5929 const u8 *eptr = NULL, *ptr = NULL; local
5964 eptr = (const u8*)wpa2_ie + (wpa2_ie->len + TLV_HDR_LEN);
5967 if (mfp && (eptr - ptr) >= WPA2_PMKID_COUNT_LEN) {
5974 if ((eptr - ptr) >= WPA_SUITE_LEN) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c5802 const u8 *eptr = NULL, *ptr = NULL; local
5837 eptr = (const u8*)wpa2_ie + (wpa2_ie->len + TLV_HDR_LEN);
5840 if (mfp && (eptr - ptr) >= WPA2_PMKID_COUNT_LEN) {
5847 if ((eptr - ptr) >= WPA_SUITE_LEN) {