Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_bmap_util.c1219 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1222 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format()
1226 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format()
1227 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format()
1228 ip->i_d.di_projid != tip->i_d.di_projid)) in xfs_swap_extents_check_format()
1266 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1288 if (XFS_IFORK_Q(tip) && in xfs_swap_extents_check_format()
1289 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
1291 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1322 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument
[all …]
H A Dxfs_bmap_util.h69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp152 MessageBox tip(parent, text, button); in showMessage() local
153 return tip.exec(); in showMessage()
158 MessageBox tip(parent, text, MessageBox::no); in showDuringMessage() local
159 QPropertyAnimation pro(&tip, "windowOpacity"); in showDuringMessage()
163 connect(&pro, &QPropertyAnimation::finished, &tip, [=, &tip](){ in showDuringMessage()
164 tip.m_pLoop->exit();; in showDuringMessage()
167 return tip.exec(); in showDuringMessage()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
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()
686 __be32 sip, tip; in arp_process() local
760 memcpy(&tip, arp_ptr, 4); in arp_process()
[all …]
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
154 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp()
156 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp()
157 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp()
165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp()
183 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp()
191 n = neigh_lookup(&arp_tbl, &tip, vlandev); 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/Documentation/devicetree/bindings/sound/
H A Dcs42l42.txt22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense
23 polarity. Normal jacks will short tip sense pin to HS1 when headphones are
24 plugged in and leave tip sense floating when not plugged in. Inverting jacks
25 short tip sense when unplugged and float when plugged in.
31 debounce, the tip sense pin might be noisy on a plug event.
43 With no debounce, the tip sense pin might be noisy on an unplug event.
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dtheme_overrides.css126 .rst-content .tip .admonition-title,
137 .rst-content .tip,
145 /* Remove the icon in front of note/tip element, and before the logo */
/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css126 .rst-content .tip .admonition-title,
136 .rst-content .tip,
143 /* Remove the icon in front of note/tip element, and before the logo */
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py252 tip = runfetchcmd(p4cmd, d, True)
254 if not tip:
257 tipcset = tip.split(' ')[1]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dmisc.c1097 char *target, *tip = NULL; in match_target_ip() local
1112 rc = dns_resolve_server_name_to_ip(target, &tip); in match_target_ip()
1116 cifs_dbg(FYI, "%s: target ip: %s\n", __func__, tip); in match_target_ip()
1118 if (!cifs_convert_address(&tipaddr, tip, strlen(tip))) { in match_target_ip()
1132 kfree(tip); in match_target_ip()
/OK3568_Linux_fs/buildroot/package/expect/
H A DConfig.in5 such as telnet, ftp, passwd, fsck, rlogin, ssh, tip, etc.
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c277 u8 sip[4], tip[4], ipv4[4]; in bridge_arp_reply() local
295 memcpy(tip, arpptr, sizeof(tip)); in bridge_arp_reply()
298 …sip[0], sip[1], sip[2], sip[3], tip[0], tip[1], tip[2], tip[3], ipv4[0], ipv4[1], ipv4[2], ipv4[3]… in bridge_arp_reply()
300 …if (tip[0] == ipv4[0] && tip[1] == ipv4[1] && (tip[2]&0xFC) == (ipv4[2]&0xFC) && tip[3] != ipv4[3]) in bridge_arp_reply()
301 …reply = arp_create(ARPOP_REPLY, ETH_P_ARP, *((__be32 *)sip), net, *((__be32 *)tip), sha, ec20_mac,… in bridge_arp_reply()
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dsetlocalversion58 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch13 https://hg.mozilla.org/mozilla-central/file/tip/mach
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js1371 if (self.tip().hasClass('in') || self.hoverState == 'in') {
1431 var $tip = this.tip()
1498 var $tip = this.tip()
1554 var $tip = this.tip()
1673 Tooltip.prototype.tip = function () { method in Tooltip
1684 return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
1714 self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
1807 var $tip = this.tip()
1838 return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
H A Dbootstrap.min.js6tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverS… method in c
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dsetlocalversion92 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dsetlocalversion92 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dsetlocalversion136 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/include/
H A Drkiio.h27 _CAPI void rkiio_err_dump(const RK_CHAR *tip, RK_S32 ret);
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dsetlocalversion135 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dsetlocalversion135 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/kernel/scripts/
H A Dsetlocalversion135 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dsetlocalversion136 if [ -z "$tag" -o "$tag" = tip ]; then
/OK3568_Linux_fs/u-boot/scripts/
H A Dsetlocalversion99 if [ -z "$tag" -o "$tag" = tip ]; then

123