Home
last modified time | relevance | path

Searched refs:target_ip (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcontext.py94 def getTarget(target_type, logger, target_ip, server_ip, **kwargs): argument
97 if target_ip:
98 target_ip_port = target_ip.split(':')
100 target_ip = target_ip_port[0]
110 target = OESSHTarget(logger, target_ip, server_ip, **kwargs)
124 target = controller(logger, target_ip, server_ip, **kwargs)
217 None, args.target_ip, args.server_ip, **target_kwargs)
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmodule.c235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument
239 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt()
285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument
287 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt()
542 uint64_t target_ip, target_gp; in get_plt() local
556 target_ip = ((uint64_t *) value)[0]; in get_plt()
561 if (plt_target(plt) == target_ip) in get_plt()
567 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt()
572 if (plt_target(plt) != target_ip) { in get_plt()
574 __func__, target_ip, plt_target(plt)); in get_plt()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py69 target_ip = target_ip_port[0]
71 self.ip = target_ip
/OK3568_Linux_fs/u-boot/net/
H A Darp.c53 struct in_addr target_ip) in arp_raw_request() argument
77 net_write_ip(&arp->ar_tpa, target_ip); /* target IP addr */ in arp_raw_request()
H A Darp.h27 struct in_addr target_ip);
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_inode.c3150 struct xfs_inode *target_ip, in xfs_rename() argument
3166 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename()
3183 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename()
3220 if (target_ip) in xfs_rename()
3221 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename()
3239 target_dp, target_name, target_ip, in xfs_rename()
3246 if (target_ip == NULL) { in xfs_rename()
3261 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_rename()
3262 (!xfs_dir_isempty(target_ip) || in xfs_rename()
3263 (VFS_I(target_ip)->i_nlink > 2))) { in xfs_rename()
[all …]
H A Dxfs_inode.h383 struct xfs_inode *target_ip, unsigned int flags);
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h130 __be32 target_ip; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c2308 target_ip = pmlmepriv->gw_ip; in _cfg_arp_ofld_info()
2318 target_ip = pmlmeinfo->ip_addr; in _cfg_arp_ofld_info()
2323 _rtw_memcpy(info.arp_ofld_content.remote_ipv4_addr, target_ip, in _cfg_arp_ofld_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c2297 target_ip = pmlmepriv->gw_ip; in _cfg_arp_ofld_info()
2307 target_ip = pmlmeinfo->ip_addr; in _cfg_arp_ofld_info()
2312 _rtw_memcpy(info.arp_ofld_content.remote_ipv4_addr, target_ip, in _cfg_arp_ofld_info()