/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-mac-config.sh.in | 87 if ip link show "$intf" >/dev/null 2>&1 && \ 88 ! ip link set dev "$intf" address "$macstr"; then
|
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_sock.sh | 67 ip li del cgrp2_sock 79 ip li add cgrp2_sock type dummy 2>/dev/null
|
H A D | tracex4_user.c | 17 __u64 ip; member 44 next_key, (val - v.val) / 1000000000ll, v.ip); in print_old_objects()
|
/openbmc/linux/fs/gfs2/ |
H A D | xattr.h | 57 int gfs2_ea_dealloc(struct gfs2_inode *ip); 61 int gfs2_xattr_acl_get(struct gfs2_inode *ip, const char *name, char **data);
|
/openbmc/linux/arch/um/drivers/ |
H A D | net_kern.c | 765 struct in_device *ip; in inet_register() local 777 ip = lp->dev->ip_ptr; in inet_register() 778 if (ip == NULL) in inet_register() 780 in = ip->ifa_list; in inet_register() 827 struct in_device *ip = dev->ip_ptr; in iter_addresses() local 831 if (ip == NULL) return; in iter_addresses() 832 in = ip->ifa_list; in iter_addresses() 844 struct in_device *ip = dev->ip_ptr; in dev_netmask() local 848 if (ip == NULL) in dev_netmask() 851 in = ip->ifa_list; in dev_netmask()
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | vmi_utils.robot | 27 [Arguments] ${ip} ${gateway} ${netmask} ${valid_status_code}=${HTTP_ACCEPTED} 31 # ip VMI IPv4 address. 37 ${ip_details}= Create dictionary Address=${ip} SubnetMask=${netmask} Gateway=${gateway} 48 ... Verify VMI Network Interface Details ${ip} Static ${gateway} ${netmask} ${interface} 52 [Arguments] ${ip} ${origin} ${gateway} ${netmask} 56 # ip VMI IPv4 address. 67 Should Be Equal As Strings ${ip} ${vmi_ip["IPv4_Address"]}
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/ |
H A D | gbmc-ncsi-config.bb | 30 file://50-gbmc-ncsi-clear-ip.sh.in \ 40 gbmc-ip-monitor \ 50 ${datadir}/gbmc-ip-monitor \ 118 mondir=${D}${datadir}/gbmc-ip-monitor/ 132 sed "s,@NCSI_IF@,$if_name,g" ${WORKDIR}/50-gbmc-ncsi-clear-ip.sh.in \ 133 >${WORKDIR}/50-gbmc-ncsi-clear-ip.sh 134 install -m644 ${WORKDIR}/50-gbmc-ncsi-clear-ip.sh $brlibdir
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_dmap.h | 126 #define AGTOBLK(a,ip) \ argument 127 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size)) 297 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks); 301 extern s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen);
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 345 unsigned long address, unsigned long ip) in do_pf_error() argument 354 error_puthex(ip - (unsigned long)_head); in do_pf_error() 378 do_pf_error("Unexpected page-fault:", error_code, address, regs->ip); in do_boot_page_fault() 380 do_pf_error("Page-fault on GHCB page:", error_code, address, regs->ip); in do_boot_page_fault()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | compat_alignment.c | 284 static int alignment_get_arm(struct pt_regs *regs, __le32 __user *ip, u32 *inst) in alignment_get_arm() argument 289 fault = get_user(instr, ip); in alignment_get_arm() 297 static int alignment_get_thumb(struct pt_regs *regs, __le16 __user *ip, u16 *inst) in alignment_get_thumb() argument 302 fault = get_user(instr, ip); in alignment_get_thumb()
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 808 int __user *ip = (int __user *)p; in evdev_handle_get_keycode() local 819 if (put_user(ke.keycode, ip + 1)) in evdev_handle_get_keycode() 849 int __user *ip = (int __user *)p; in evdev_handle_set_keycode() local 854 if (get_user(ke.keycode, ip + 1)) in evdev_handle_set_keycode() 921 int __user *ip) in evdev_handle_mt_request() argument 928 if (get_user(code, &ip[0])) in evdev_handle_mt_request() 936 if (put_user(value, &ip[1 + i])) in evdev_handle_mt_request() 1038 int __user *ip = (int __user *)p; in evdev_do_ioctl() local 1066 if (get_user(u, ip)) in evdev_do_ioctl() 1068 if (get_user(v, ip + 1)) in evdev_do_ioctl() [all …]
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | apei-base.c | 149 u32 i, ip; in __apei_exec_run() local 153 ctx->ip = 0; in __apei_exec_run() 162 ip = 0; in __apei_exec_run() 167 if (ip == ctx->ip) { in __apei_exec_run() 180 ctx->ip++; in __apei_exec_run() 182 ip++; in __apei_exec_run() 183 if (ctx->ip < ip) in __apei_exec_run()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | closure.h | 164 unsigned long ip; member 204 cl->ip = _THIS_IP_; in closure_set_ip() 211 cl->ip = _RET_IP_; in closure_set_ret_ip()
|
/openbmc/qemu/tests/rocker/ |
H A D | bridge | 11 simp ssh tut sw1 --cmd "sudo /sbin/ip link add name br0 type bridge" 12 simp ssh tut sw1 --cmd "sudo /sbin/ip link set dev sw1p1 master br0" 13 simp ssh tut sw1 --cmd "sudo /sbin/ip link set dev sw1p2 master br0"
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | gbmc-ncsi-br-pub-addr.sh.in | 74 if [ "$action" = 'add' -a "$ip" != "$gbmc_ncsi_br_pub_addr_lastip" ]; then 75 gbmc_ncsi_br_pub_addr_lastip="$ip" 78 if [ "$action" = 'del' -a "$ip" = "$gbmc_ncsi_br_pub_addr_lastip" ]; then
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.sh | 22 if [[ -z $(ip netns identify $$) ]]; then 110 tc filter add dev lo parent ffff: protocol ip pref 1337 flower ip_proto \ 154 tc filter add dev lo parent ffff: protocol ip pref 1337 flower ip_proto \
|
/openbmc/linux/arch/arm/mm/ |
H A D | tlb-v4wb.S | 31 vma_vm_mm ip, r2 33 eors r3, ip, r3 @ == mm ?
|
/openbmc/u-boot/arch/arm/cpu/arm920t/ |
H A D | start.S | 106 mov ip, lr 109 mov lr, ip
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 101 static uint16_t udp_checksum(struct ip *iphdr, struct udphdr *udphdr) in udp_checksum() 152 udphdr.check = udp_checksum((struct ip *)ip_frame, &udphdr); in send_fragment() 176 struct ip *iphdr = (struct ip *)ip_frame; in send_fragment() 206 struct ip *iphdr = (struct ip *)ip_frame; in send_udp_frags()
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | serv.py | 237 ip = socket.gethostbyname(host) 238 pidfile = PIDPREFIX % (ip, port) 253 server.start_tcp_server(ip, port) 261 ip = socket.gethostbyname(host) 262 pidfile = PIDPREFIX % (ip, port) 274 for pf in glob.glob(PIDPREFIX % (ip, "*")):
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 239 # ethtool -U <ethX> flow-type <type> src-ip <ip> [m <ip_mask>] dst-ip <ip> 266 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 271 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 276 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 285 # ethtool -U enp130s0 flow-type tcp4 src-ip 192.168.0.1 dst-ip 192.168.0.5 290 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.0.0 m 0.255.255.255 dst-ip 302 specifies src-ip and the second specifies dst-ip:: 489 # ip -s link show dev <ethX> 566 # ip link set <ethX> promisc on 641 # ip link set mtu 9000 dev <ethX> [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dquot.c | 914 struct xfs_inode *ip, in xfs_qm_id_for_quotatype() argument 919 return i_uid_read(VFS_I(ip)); in xfs_qm_id_for_quotatype() 921 return i_gid_read(VFS_I(ip)); in xfs_qm_id_for_quotatype() 923 return ip->i_projid; in xfs_qm_id_for_quotatype() 936 struct xfs_inode *ip, in xfs_qm_dqget_inode() argument 941 struct xfs_mount *mp = ip->i_mount; in xfs_qm_dqget_inode() 952 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqget_inode() 955 id = xfs_qm_id_for_quotatype(ip, type); in xfs_qm_dqget_inode() 971 xfs_iunlock(ip, XFS_ILOCK_EXCL); in xfs_qm_dqget_inode() 973 xfs_ilock(ip, XFS_ILOCK_EXCL); in xfs_qm_dqget_inode() [all …]
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 534 char ip[32]; in seq_stats() local 542 snprintf(ip, sizeof(ip), "[<%p>]", in seq_stats() 546 ip, (void *)class->contention_point[i]); in seq_stats() 549 char ip[32]; in seq_stats() local 557 snprintf(ip, sizeof(ip), "[<%p>]", in seq_stats() 561 ip, (void *)class->contending_point[i]); in seq_stats()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 441 BYTE const* ip = (BYTE const*)src; in ZSTD_compressSubBlock_multi() local 442 BYTE const* const iend = ip + srcSize; in ZSTD_compressSubBlock_multi() 499 assert(ip + decompressedSize <= iend); in ZSTD_compressSubBlock_multi() 500 ip += decompressedSize; in ZSTD_compressSubBlock_multi() 530 if (ip < iend) { in ZSTD_compressSubBlock_multi() 531 size_t const cSize = ZSTD_noCompressBlock(op, oend - op, ip, iend - ip, lastBlock); in ZSTD_compressSubBlock_multi() 532 …GLOG(5, "ZSTD_compressSubBlock_multi last sub-block uncompressed, %zu bytes", (size_t)(iend - ip)); in ZSTD_compressSubBlock_multi()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | uprobes.c | 561 regs->ip += correction; in default_post_xol_op() 640 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() 659 regs->ip = new_ip + offs; in branch_emulate_op() 669 regs->ip += auprobe->push.ilen; in push_emulate_op() 926 regs->ip = utask->xol_vaddr; in arch_uprobe_pre_xol() 980 regs->ip = utask->vaddr; in arch_uprobe_post_xol() 1044 regs->ip = utask->vaddr; in arch_uprobe_abort_xol() 1089 current->pid, regs->sp, regs->ip); in arch_uretprobe_hijack_return_addr()
|