Home
last modified time | relevance | path

Searched refs:ip (Results 826 – 850 of 2033) sorted by relevance

1...<<31323334353637383940>>...82

/openbmc/linux/drivers/scsi/
H A Dppa.c849 sector_t capacity, int ip[]) in DEF_SCSI_QCMD()
851 ip[0] = 0x40; in DEF_SCSI_QCMD()
852 ip[1] = 0x20; in DEF_SCSI_QCMD()
853 ip[2] = ((unsigned long) capacity + 1) / (ip[0] * ip[1]); in DEF_SCSI_QCMD()
854 if (ip[2] > 1024) { in DEF_SCSI_QCMD()
855 ip[0] = 0xff; in DEF_SCSI_QCMD()
856 ip[1] = 0x3f; in DEF_SCSI_QCMD()
857 ip[2] = ((unsigned long) capacity + 1) / (ip[0] * ip[1]); in DEF_SCSI_QCMD()
858 if (ip[2] > 1023) in DEF_SCSI_QCMD()
859 ip[2] = 1023; in DEF_SCSI_QCMD()
/openbmc/linux/arch/sparc/include/asm/
H A Dperf_event.h8 #define perf_arch_fetch_caller_regs(regs, ip) \ argument
23 (regs)->tpc = (ip); \
/openbmc/linux/Documentation/networking/
H A Dbatman-adv.rst31 iproute2 tool ``ip``::
33 $ ip link add name bat0 type batadv
37 $ ip link set dev eth0 master bat0
44 $ ip link set dev eth0 nomaster
93 NodeA: ip link set up dev bat0
94 NodeA: ip addr add 192.168.0.1/24 dev bat0
96 NodeB: ip link set up dev bat0
97 NodeB: ip addr add 192.168.0.2/24 dev bat0
103 $ ip addr flush dev eth0
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item_recover.c81 struct xfs_inode *ip; in xfs_recover_inode_owner_change() local
86 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()
87 if (!ip) in xfs_recover_inode_owner_change()
93 error = xfs_inode_from_disk(ip, dip); in xfs_recover_inode_owner_change()
99 error = xfs_bmbt_change_owner(NULL, ip, XFS_DATA_FORK, in xfs_recover_inode_owner_change()
100 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
107 error = xfs_bmbt_change_owner(NULL, ip, XFS_ATTR_FORK, in xfs_recover_inode_owner_change()
108 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
114 xfs_inode_free(ip); in xfs_recover_inode_owner_change()
/openbmc/u-boot/arch/arm/cpu/arm720t/
H A Dstart.S69 mov ip, lr
76 mov lr, ip
/openbmc/linux/tools/perf/arch/x86/util/
H A Darchinsn.c17 if (!sample->ip) in arch_fetch_insn()
19 len = thread__memcpy(thread, machine, sample->insn, sample->ip, sizeof(sample->insn), &is64bit); in arch_fetch_insn()
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c382 for (baselen = i = 0, p = base, ip = uname; i < sz; i++, ip++) { in vfat_create_shortname()
384 ip, &base_info); in vfat_create_shortname()
410 for (p = ext, ip = ext_start; extlen < 3 && ip < end; ip++) { in vfat_create_shortname()
412 ip, &ext_info); in vfat_create_shortname()
425 if (ip + 1 != end) in vfat_create_shortname()
515 const unsigned char *ip; in xlate_to_uni() local
533 if (escape && (*ip == ':')) { in xlate_to_uni()
539 if (hex2bin(uc, ip + 1, 2) < 0) in xlate_to_uni()
545 ip += 5; in xlate_to_uni()
548 charlen = nls->char2uni(ip, len - i, in xlate_to_uni()
[all …]
/openbmc/phosphor-snmp/docs/
H A Dsnmp-configuration.md41 …e: application/json" -X POST -d '{"data": ["<snmp manager ip>", <port>] }' https://<hostname/ip>/x…
45 …twork/snmp/manager xyz.openbmc_project.Network.Client.Create Client sqs "<snmp manager ip>" <port>`
51 `curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE https://<hostname/ip>/xyz/op…
/openbmc/bmcweb/http/
H A Dhttp_server.hpp28 template <typename Handler, typename Adaptor = boost::asio::ip::tcp::socket>
34 Server(Handler* handlerIn, boost::asio::ip::tcp::acceptor&& acceptorIn, in Server()
135 boost::asio::ip::tcp::socket>>::value) in afterAccept()
180 boost::asio::ip::tcp::acceptor acceptor;
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.h75 struct amdgpu_xcp_ip ip[AMDGPU_XCP_MAX_BLOCKS]; member
108 struct amdgpu_xcp_ip *ip);
133 enum AMDGPU_XCP_IP_BLOCK ip, int instance);
136 enum AMDGPU_XCP_IP_BLOCK ip,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/
H A Ddebian-zeroconf38 /sbin/ip addr show $IFACE scope global | grep -q "inet"
41 /sbin/ip route add 169.254.0.0/16 dev $IFACE
/openbmc/linux/net/ipv4/
H A Dipconfig.c1722 char *cp, *ip, *dp; in ip_auto_config_setup() local
1748 ip = addrs; in ip_auto_config_setup()
1749 while (ip && *ip) { in ip_auto_config_setup()
1750 if ((cp = strchr(ip, ':'))) in ip_auto_config_setup()
1752 if (strlen(ip) > 0) { in ip_auto_config_setup()
1772 if ((dp = strchr(ip, '.'))) { in ip_auto_config_setup()
1777 strscpy(utsname()->nodename, ip, in ip_auto_config_setup()
1785 if (ic_proto_name(ip) == 0 && in ip_auto_config_setup()
1792 ic_nameservers[0] = in_aton(ip); in ip_auto_config_setup()
1799 ic_nameservers[1] = in_aton(ip); in ip_auto_config_setup()
[all …]
/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.c294 key = (__force const unsigned char *)&dat->ip; in batadv_hash_dat()
295 for (i = 0; i < sizeof(dat->ip); i++) { in batadv_hash_dat()
337 to_find.ip = ip; in batadv_dat_entry_hash_find()
345 if (dat_entry->ip != ip) in batadv_dat_entry_hash_find()
380 &dat_entry->ip, dat_entry->mac_addr, in batadv_dat_entry_add()
389 dat_entry->ip = ip; in batadv_dat_entry_add()
644 dat.ip = ip_dst; in batadv_dat_select_candidates()
675 struct sk_buff *skb, __be32 ip, in batadv_dat_forward_data() argument
685 cand = batadv_dat_select_candidates(bat_priv, ip, vid); in batadv_dat_forward_data()
874 dat_entry->ip) || in batadv_dat_cache_dump_entry()
[all …]
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c379 offset = func - (ip + X86_PATCH_SIZE); in emit_patch()
420 emit_jump(&prog, old_addr, ip); in __bpf_arch_text_poke()
430 emit_jump(&prog, new_addr, ip); in __bpf_arch_text_poke()
452 if (!is_kernel_text((long)ip) && in bpf_arch_text_poke()
453 !is_bpf_text_address((long)ip)) in bpf_arch_text_poke()
461 if (is_endbr(*(u32 *)ip)) in bpf_arch_text_poke()
462 ip += ENDBR_INSN_SIZE; in bpf_arch_text_poke()
521 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect() argument
595 u8 **pprog, u8 *ip, in emit_bpf_tail_call_direct() argument
968 regs->ip += x->fixup & 0xff; in ex_handler_bpf()
[all …]
/openbmc/linux/samples/bpf/
H A Dtrace_event_user.c63 __u64 ip[PERF_MAX_STACK_DEPTH] = {}; in print_stack() local
68 if (bpf_map_lookup_elem(map_fd[1], &key->kernstack, ip) != 0) { in print_stack()
72 print_ksym(ip[i]); in print_stack()
75 if (bpf_map_lookup_elem(map_fd[1], &key->userstack, ip) != 0) { in print_stack()
79 print_addr(ip[i]); in print_stack()
/openbmc/linux/Documentation/filesystems/smb/
H A Dcifsroot.rst19 using 'ip=' config option. For more details, see
57 cifsroot=//<server-ip>/<share>[,options]
60 located in the <server-ip> and <share> specified in this option.
64 server-ip
102 …-append "root=/dev/cifs rw ip=dhcp cifsroot=//10.0.2.2/linux,username=foo,password=bar console=tty…
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_irc.c73 static int parse_dcc(char *data, const char *data_end, __be32 *ip, in parse_dcc() argument
92 *ip = cpu_to_be32(simple_strtoul(data, &data, 10)); in parse_dcc()
219 if ((tuple->src.u3.ip != dcc_ip && in help()
220 ct->tuplehash[!dir].tuple.dst.u3.ip != dcc_ip) || in help()
223 &tuple->src.u3.ip, in help()
H A Dnf_nat_redirect.c60 newdst.ip = htonl(INADDR_LOOPBACK); in nf_nat_redirect_ipv4()
70 newdst.ip = ifa->ifa_local; in nf_nat_redirect_ipv4()
73 if (!newdst.ip) in nf_nat_redirect_ipv4()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_occ.sh70 tc filter add dev $swp1 ingress pref 1 handle 101 proto ip \
80 tc filter add dev $swp1 ingress pref 1 handle 101 proto ip \
84 tc filter add dev $swp1 ingress pref 2 handle 102 proto ip \
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py48 def TftpDownloadHandler(self, ip, filename, path=None): argument
51 print("Downloading: " + filename + " from " + ip)
54 ["tftp", "-l", outfile, "-r", filename, "-g", ip]
/openbmc/google-misc/subprojects/ncsid/src/
H A Dupdate_ra_gw.sh30 (ip -6 route replace default via "$rtr" dev "$NCSI_IF" && \
31 ip -6 neigh replace "$rtr" dev "$NCSI_IF" lladdr "$mac") || \
69 ip -6 route show | grep -q "^default .*dev $NCSI_IF" && return
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh21 perf script -i "$PERF_DATA" -F comm,ip,sym | head -n4
33 perf script -i "$PERF_DATA" -F comm,ip,sym | tr '\n' ' ' | \
/openbmc/u-boot/test/dm/
H A Deth.c352 struct ip_udp_hdr *ip; in sb_check_ping_reply() local
360 ip = packet + ETHER_HDR_SIZE; in sb_check_ping_reply()
362 if (ip->ip_p != IPPROTO_ICMP) in sb_check_ping_reply()
365 icmp = (struct icmp_hdr *)&ip->udp_src; in sb_check_ping_reply()
378 ut_assert(net_read_ip(&ip->ip_src).s_addr == net_ip.s_addr); in sb_check_ping_reply()
379 ut_assert(net_read_ip(&ip->ip_dst).s_addr == in sb_check_ping_reply()
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py17 def __init__(self, logger, ip, server_ip, timeout=300, user='root', argument
31 self.ip = ip
85 sshCmd = self.ssh + [self.ip, targetCmd]
112 remotePath = '%s@%s:%s' % (self.user, self.ip, remoteDst)
120 remotePath = '%s@%s:%s' % (self.user, self.ip, remoteSrc)
/openbmc/bmcweb/test/include/
H A Dasync_resolve_test.cpp9 boost::asio::ip::tcp::endpoint ep; in TEST()
19 boost::asio::ip::tcp::endpoint ep; in TEST()

1...<<31323334353637383940>>...82