/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.c | 35 struct target_ipc_perm *target_ip) in target_to_host_ipc_perm__locked() argument 37 __get_user(host_ip->cuid, &target_ip->cuid); in target_to_host_ipc_perm__locked() 38 __get_user(host_ip->cgid, &target_ip->cgid); in target_to_host_ipc_perm__locked() 39 __get_user(host_ip->uid, &target_ip->uid); in target_to_host_ipc_perm__locked() 40 __get_user(host_ip->gid, &target_ip->gid); in target_to_host_ipc_perm__locked() 41 __get_user(host_ip->mode, &target_ip->mode); in target_to_host_ipc_perm__locked() 42 __get_user(host_ip->seq, &target_ip->seq); in target_to_host_ipc_perm__locked() 43 __get_user(host_ip->key, &target_ip->key); in target_to_host_ipc_perm__locked() 70 void host_to_target_ipc_perm__locked(struct target_ipc_perm *target_ip, in host_to_target_ipc_perm__locked() argument 73 __put_user(host_ip->cuid, &target_ip->cuid); in host_to_target_ipc_perm__locked() [all …]
|
H A D | qemu-bsd.h | 50 struct target_ipc_perm *target_ip); 51 void host_to_target_ipc_perm__locked(struct target_ipc_perm *target_ip,
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/ |
H A D | context.py | 93 def getTarget(target_type, logger, target_ip, server_ip, **kwargs): argument 96 if target_ip: 97 target_ip_port = target_ip.split(':') 99 target_ip = target_ip_port[0] 109 target = OESSHTarget(logger, target_ip, server_ip, **kwargs) 113 target = OESerialTarget(logger, target_ip, server_ip, **kwargs) 125 target = controller(logger, target_ip, server_ip, **kwargs) 221 None, args.target_ip, args.server_ip, **target_kwargs)
|
/openbmc/linux/lib/ |
H A D | test_fprobe.c | 21 static unsigned long target_ip; variable 47 if (ip != target_ip) in fp_entry_handler() 67 if (ip != target_ip) { in fp_exit_handler() 251 target_ip = get_ftrace_location(target); in fprobe_test_init()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | module.c | 235 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()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | qemu.py | 58 target_ip = target_ip_port[0] 60 self.ip = target_ip
|
H A D | serial.py | 13 def __init__(self, logger, target_ip, server_ip, server_port=0, argument 52 self.ip = target_ip
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 86 const __be32 *target_ip; in iwl_mei_rx_filter_arp() local 105 target_ip = (const void *)((const u8 *)(arp + 1) + in iwl_mei_rx_filter_arp() 114 (filt->ipv4_addr == 0 || filt->ipv4_addr == *target_ip)) { in iwl_mei_rx_filter_arp()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_reroute.c | 75 static int overflow_fq(int snd_target, const char *target_ip) in overflow_fq() argument 114 err = inet_pton(AF_INET, target_ip, &addr.sin_addr); in overflow_fq()
|
/openbmc/u-boot/net/ |
H A D | arp.h | 28 struct in_addr target_ip);
|
H A D | arp.c | 52 struct in_addr target_ip) in arp_raw_request() argument 76 net_write_ip(&arp->ar_tpa, target_ip); /* target IP addr */ in arp_raw_request()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | 2875 struct xfs_inode *target_ip, in xfs_rename() argument 2892 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename() 2910 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename() 2950 if (target_ip) in xfs_rename() 2951 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename() 2969 target_dp, target_name, target_ip, in xfs_rename() 3001 if (target_ip == NULL) { in xfs_rename() 3016 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_rename() 3017 (!xfs_dir_isempty(target_ip) || in xfs_rename() 3018 (VFS_I(target_ip)->i_nlink > 2))) { in xfs_rename() [all …]
|
H A D | xfs_inode.h | 525 struct xfs_inode *target_ip, unsigned int flags);
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 25 def __init__(self, logger, target_ip, server_ip, timeout=300, user='root', argument 27 super().__init__(logger, target_ip, server_ip, timeout, user, port)
|
/openbmc/qemu/hw/hyperv/ |
H A D | syndbg.c | 35 uint32_t target_ip; member 119 &syndbg->target_ip)) { in handle_send_msg() 169 PKT_GET_IP_HDR(pkt)->ip_dst = syndbg->target_ip; in create_udp_pkt()
|
H A D | hyperv.c | 777 reset_dbg_session->target_ip = msg.u.connection_info.host_ip; in hyperv_hcall_reset_dbg_session()
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv-proto.h | 148 uint32_t target_ip; member
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | wl12xx_80211.h | 130 __be32 target_ip; member
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testimage.bbclass | 326 target_ip = d.getVar("TEST_TARGET_IP") or "127.0.0.1" 331 target_ip = d.getVar("TEST_TARGET_IP") 336 d.getVar("TEST_TARGET"), logger, target_ip,
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3774 struct target_ipc_perm *target_ip; in target_to_host_ipc_perm() local 3779 target_ip = &(target_sd->sem_perm); in target_to_host_ipc_perm() 3780 host_ip->__key = tswap32(target_ip->__key); in target_to_host_ipc_perm() 3781 host_ip->uid = tswap32(target_ip->uid); in target_to_host_ipc_perm() 3782 host_ip->gid = tswap32(target_ip->gid); in target_to_host_ipc_perm() 3783 host_ip->cuid = tswap32(target_ip->cuid); in target_to_host_ipc_perm() 3784 host_ip->cgid = tswap32(target_ip->cgid); in target_to_host_ipc_perm() 3786 host_ip->mode = tswap32(target_ip->mode); in target_to_host_ipc_perm() 3788 host_ip->mode = tswap16(target_ip->mode); in target_to_host_ipc_perm() 3791 host_ip->__seq = tswap32(target_ip->__seq); in target_to_host_ipc_perm() [all …]
|