| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/sip/ |
| H A D | sip3_4.19.23.bb | 2 HOMEPAGE = "https://riverbankcomputing.com/software/sip/" 7 SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \ 14 S = "${WORKDIR}/sip-${PV}" 26 echo "py_platform = linux" > sip.cfg 27 echo "py_inc_dir = ${STAGING_INCDIR}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg 28 echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg 29 echo "sip_inc_dir = ${D}/${includedir}" >> sip.cfg 30 echo "sip_module_dir = ${D}/${libdir}/python%(py_major).%(py_minor)/site-packages" >> sip.cfg 31 echo "sip_sip_dir = ${D}/${datadir}/sip" >> sip.cfg 32 …${PYTHON} configure.py --configuration sip.cfg --sip-module PyQt5.sip --sysroot ${CONFIGURE_SYSROO…
|
| /OK3568_Linux_fs/buildroot/package/python-pyqt5/ |
| H A D | 0003-remove-WindowOkButtonHint-and-WindowCancelButtonHint.patch | 5 qnamespace.sip as they are removed from qt5.8 9 sip/QtCore/qnamespace.sip | 2 -- 12 diff --git a/sip/QtCore/qnamespace.sip b/sip/QtCore/qnamespace.sip 14 --- a/sip/QtCore/qnamespace.sip 15 +++ b/sip/QtCore/qnamespace.sip
|
| H A D | 0002-fix-qt-5.6.2.patch | 5 fact that the %Timeline variable in QtCoremod.sip didn't contain the 16 Index: PyQt5_gpl-5.7/sip/QtCore/QtCoremod.sip 18 --- PyQt5_gpl-5.7.orig/sip/QtCore/QtCoremod.sip 2016-07-25 15:55:37.000000000 +0200 19 +++ PyQt5_gpl-5.7/sip/QtCore/QtCoremod.sip 2016-10-26 15:45:43.577153825 +0200
|
| H A D | 0004-drop-qttest-qtestmouse-waitforevents.patch | 21 Index: b/sip/QtTest/qtestmouse.sip 23 --- a/sip/QtTest/qtestmouse.sip 24 +++ b/sip/QtTest/qtestmouse.sip
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsx/ |
| H A D | st_lsm6dsx_buffer.c | 123 u8 sip = sensor->odr / min_odr; in st_lsm6dsx_get_sip() local 125 return sip > 1 ? round_down(sip, 2) : sip; in st_lsm6dsx_get_sip() 132 u16 sip = 0, ts_sip = 0; in st_lsm6dsx_update_decimators() local 148 sensor->sip = st_lsm6dsx_get_sip(sensor, min_odr); in st_lsm6dsx_update_decimators() 151 sensor->sip = 0; in st_lsm6dsx_update_decimators() 154 ts_sip = max_t(u16, ts_sip, sensor->sip); in st_lsm6dsx_update_decimators() 166 sip += sensor->sip; in st_lsm6dsx_update_decimators() 168 hw->sip = sip + ts_sip; in st_lsm6dsx_update_decimators() 239 if (!hw->sip) in st_lsm6dsx_update_watermark() 257 fifo_watermark = max_t(u16, fifo_watermark, hw->sip); in st_lsm6dsx_update_watermark() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
| H A D | sip-fix-override-functions.patch | 3 | ../../../../sip/cpp/sip_gridwxGridEvent.cpp:35:9: error: 'int sipwxGridEvent::GetRow()' 7 | ../../../../sip/cpp/sip_gridwxGridEvent.cpp:36:9: error: 'int sipwxGridEvent::GetCol()' 18 sip/cpp/sip_gridwxGridEvent.cpp | 4 ++-- 21 diff --git a/sip/cpp/sip_gridwxGridEvent.cpp b/sip/cpp/sip_gridwxGridEvent.cpp 23 --- a/sip/cpp/sip_gridwxGridEvent.cpp 24 +++ b/sip/cpp/sip_gridwxGridEvent.cpp
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_builtin.c | 279 struct kvm_split_mode *sip = local_paca->kvm_hstate.kvm_split_mode; in kvmhv_commence_exit() local 306 if (!sip) in kvmhv_commence_exit() 310 vc = sip->vc[i]; in kvmhv_commence_exit() 329 if (sip->lpcr_req) { in kvmhv_commence_exit() 330 if (cmpxchg(&sip->do_restore, 0, 1) == 0) { in kvmhv_commence_exit() 334 if (sip->napped[t]) in kvmhv_commence_exit() 682 static void wait_for_sync(struct kvm_split_mode *sip, int phase) in wait_for_sync() argument 686 sip->lpcr_sync.phase[thr] |= phase; in wait_for_sync() 688 while ((sip->lpcr_sync.allphases & phase) != phase) { in wait_for_sync() 695 void kvmhv_p9_set_lpcr(struct kvm_split_mode *sip) in kvmhv_p9_set_lpcr() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-Migrate-to-use-g_memdup2.patch | 34 src/core/sip-sec-gssapi.c | 4 ++-- 35 src/core/sip-sec-ntlm.c | 12 ++++++------ 36 src/core/sip-sec-tls-dsk.c | 4 ++-- 54 diff --git a/src/core/sip-sec-gssapi.c b/src/core/sip-sec-gssapi.c 56 --- a/src/core/sip-sec-gssapi.c 57 +++ b/src/core/sip-sec-gssapi.c 76 diff --git a/src/core/sip-sec-ntlm.c b/src/core/sip-sec-ntlm.c 78 --- a/src/core/sip-sec-ntlm.c 79 +++ b/src/core/sip-sec-ntlm.c 116 diff --git a/src/core/sip-sec-tls-dsk.c b/src/core/sip-sec-tls-dsk.c [all …]
|
| /OK3568_Linux_fs/buildroot/package/belle-sip/ |
| H A D | Config.in | 2 bool "belle-sip" 12 Belle-sip is a modern library implementing SIP (RFC 3261) 15 http://www.linphone.org/technical-corner/belle-sip 17 comment "belle-sip needs a toolchain w/ threads, C++, dynamic library, wchar" 21 comment "belle-sip needs a toolchain not affected by GCC bug 64735"
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | arp.c | 395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument 404 sip = 0; in arp_ignore() 414 sip = 0; in arp_ignore() 428 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore() 431 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument 438 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter() 499 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument 506 if (sip == tip) in arp_fwd_pvlan() 649 __be32 sip, __be32 tip, in arp_is_garp() argument 652 bool is_garp = tip == sip; in arp_is_garp() [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-sip/ |
| H A D | python-sip.hash | 1 # From https://sourceforge.net/projects/pyqt/files/sip/sip-4.18/ 2 md5 78724bf2a79878201c3bc81a1d8248ea sip-4.18.tar.gz 4 sha256 f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6 sip-4.18.tar.gz
|
| H A D | python-sip.mk | 8 PYTHON_SIP_SOURCE = sip-$(PYTHON_SIP_VERSION).tar.gz 9 PYTHON_SIP_SITE = http://downloads.sourceforge.net/project/pyqt/sip/sip-$(PYTHON_SIP_VERSION) 46 --sipdir $(TARGET_DIR)/usr/share/sip \
|
| H A D | Config.in | 2 bool "python-sip" 17 http://www.riverbankcomputing.com/software/sip/intro
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 498 static void sdebug_erase_store(int idx, struct sdeb_store_info *sip); 871 static void *lba2fake_store(struct sdeb_store_info *sip, in lba2fake_store() argument 874 struct sdeb_store_info *lsip = sip; in lba2fake_store() 877 if (!sip || !sip->storep) { in lba2fake_store() 884 static struct t10_pi_tuple *dif_store(struct sdeb_store_info *sip, in dif_store() argument 889 return sip->dif_storep + sector; in dif_store() 2932 static int do_device_access(struct sdeb_store_info *sip, struct scsi_cmnd *scp, in do_device_access() argument 2948 if (!sdb->length || !sip) in do_device_access() 2952 fsp = sip->storep; in do_device_access() 2990 static bool comp_write_worker(struct sdeb_store_info *sip, u64 lba, u32 num, in comp_write_worker() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | devlink_trap_tunnel_ipip.sh | 203 local sip=$1; shift 216 -A $sip -B 192.0.2.65 -t ip len=48,proto=47,p=$payload -q & 233 local sip=192.0.2.66 242 "Decap error: Key exists but was not expected" $sip "2" ":E9:" 252 "Decap error: Key does not exist but was expected" $sip "0" 254 "Decap error: Packet has a wrong key field" $sip "2" "E8:"
|
| H A D | devlink_trap_l3_drops.sh | 227 local sip=$1; shift 238 flower src_ip $sip action drop 241 $MZ $h1 $flags -t udp "sp=54321,dp=12345" -c 0 -p 100 -A $sip \ 296 local sip=$1; shift 307 flower src_ip $sip action drop 310 $MZ $h1 $flags -t udp "sp=54321,dp=12345" -c 0 -p 100 -A $sip \ 330 local sip=255.255.255.255 338 flower src_ip $sip action drop 341 $MZ $h1 -t udp "sp=54321,dp=12345" -c 0 -p 100 -A $sip -b $rp1mac \
|
| H A D | qos_dscp_bridge.sh | 137 local sip=$1; shift 155 ${PING} -Q $dscp_10 ${sip:+-I $sip} $dip \
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | osinit.c | 110 OsSigHandler(int signo, siginfo_t * sip, void *unused) in OsSigHandler() argument 138 if (sip->si_code == SI_USER) { in OsSigHandler() 140 sip->si_pid, sip->si_uid); in OsSigHandler() 148 ErrorFSigSafe("%s at address %p\n", strsignal(signo), sip->si_addr); in OsSigHandler()
|
| /OK3568_Linux_fs/buildroot/package/linphone/ |
| H A D | Config.in | 5 depends on !BR2_STATIC_LIBS # belle-sip, mediastreamer 6 depends on BR2_TOOLCHAIN_HAS_THREADS # belr, belle-sip, mediastreamer 7 # belr, belle-sip, mediastreamer 9 depends on BR2_USE_WCHAR # belle-sip
|
| /OK3568_Linux_fs/buildroot/package/sofia-sip/ |
| H A D | Config.in | 2 bool "sofia-sip" 11 https://github.com/freeswitch/sofia-sip 13 comment "sofia-sip needs a toolchain w/ threads"
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 133 __be32 sip, tip; in br_do_proxy_suppress_arp() local 151 memcpy(&sip, arpptr, sizeof(sip)); in br_do_proxy_suppress_arp() 152 arpptr += sizeof(sip); in br_do_proxy_suppress_arp() 165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp() 208 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp() 211 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | mirror_lib.sh | 33 local sip=$1; shift 48 $MZ $proto $vrf_name ${sip:+-A $sip} -B $dip -a own -b bc -q \
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | janus-gateway.mk | 57 JANUS_GATEWAY_DEPENDENCIES += sofia-sip 58 JANUS_GATEWAY_CONF_OPTS += --enable-plugin-sip 60 JANUS_GATEWAY_CONF_OPTS += --disable-plugin-sip
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_among.c | 138 __be32 dip = 0, sip = 0; in ebt_among_mt() local 145 if (get_ip_src(skb, &sip)) in ebt_among_mt() 149 if (!ebt_mac_wormhash_contains(wh_src, smac, sip)) in ebt_among_mt() 153 if (ebt_mac_wormhash_contains(wh_src, smac, sip)) in ebt_among_mt()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack.h | 365 struct inode_smack *sip = smack_inode(isp); in smk_inode_transmutable() local 366 return (sip->smk_flags & SMK_INODE_TRANSMUTE) != 0; in smk_inode_transmutable() 374 struct inode_smack *sip = smack_inode(isp); in smk_of_inode() local 375 return sip->smk_inode; in smk_of_inode()
|