/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 60 pp ip netns del $netns1 61 pp ip netns del $netns2 62 pp ip netns del $netns0 73 pp ip netns add $netns0 74 pp ip netns add $netns1 75 pp ip netns add $netns2 571 for ip in $line; do 669 pp ip netns add $netns1 670 pp ip netns add $netns2 679 pp ip netns add $netns1 [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans.c | 1185 struct xfs_inode *ip, in xfs_trans_alloc_inode() argument 1193 struct xfs_mount *mp = ip->i_mount; in xfs_trans_alloc_inode() 1204 xfs_ilock(ip, XFS_ILOCK_EXCL); in xfs_trans_alloc_inode() 1205 xfs_trans_ijoin(tp, ip, 0); in xfs_trans_alloc_inode() 1217 xfs_iunlock(ip, XFS_ILOCK_EXCL); in xfs_trans_alloc_inode() 1218 xfs_blockgc_free_quota(ip, 0); in xfs_trans_alloc_inode() 1230 xfs_iunlock(ip, XFS_ILOCK_EXCL); in xfs_trans_alloc_inode() 1284 struct xfs_inode *ip, in xfs_trans_alloc_ichange() argument 1304 xfs_ilock(ip, XFS_ILOCK_EXCL); in xfs_trans_alloc_ichange() 1336 pdqp, ip->i_nblocks + ip->i_delayed_blks, in xfs_trans_alloc_ichange() [all …]
|
H A D | xfs_dquot.h | 154 struct xfs_inode *ip, in xfs_inode_dquot() argument 159 return ip->i_udquot; in xfs_inode_dquot() 161 return ip->i_gdquot; in xfs_inode_dquot() 163 return ip->i_pdquot; in xfs_inode_dquot() 211 xfs_dqid_t xfs_qm_id_for_quotatype(struct xfs_inode *ip, 216 int xfs_qm_dqget_inode(struct xfs_inode *ip, xfs_dqtype_t type,
|
H A D | xfs_inode_item.h | 40 static inline int xfs_inode_clean(struct xfs_inode *ip) in xfs_inode_clean() argument 42 return !ip->i_itemp || !(ip->i_itemp->ili_fields & XFS_ILOG_ALL); in xfs_inode_clean()
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-ifup | 47 if taps=$(ip tuntap list 2>/dev/null); then 54 ip tuntap add "$OE_TAP_NAME$tap_no" mode tap group "$GROUP" && TAP=$OE_TAP_NAME$tap_no 62 IPTOOL=`which ip 2> /dev/null` 65 IPTOOL=/sbin/ip
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-ifup | 47 if taps=$(ip tuntap list 2>/dev/null); then 54 ip tuntap add "$OE_TAP_NAME$tap_no" mode tap group "$GROUP" && TAP=$OE_TAP_NAME$tap_no 62 IPTOOL=`which ip 2> /dev/null` 65 IPTOOL=/sbin/ip
|
/openbmc/linux/samples/bpf/ |
H A D | offwaketime_user.c | 49 __u64 ip[PERF_MAX_STACK_DEPTH] = {}; in print_stack() local 54 if (bpf_map_lookup_elem(map_fd[1], &key->tret, ip) != 0) { in print_stack() 58 print_ksym(ip[i]); in print_stack() 61 if (bpf_map_lookup_elem(map_fd[1], &key->wret, ip) != 0) { in print_stack() 65 print_ksym(ip[i]); in print_stack()
|
/openbmc/bmcweb/include/ |
H A D | async_resolve.hpp | 17 boost::asio::ip::tcp::endpoint& endpoint) in endpointFromResolveTuple() 22 boost::asio::ip::address_v4 ipv4Addr( in endpointFromResolveTuple() 29 boost::asio::ip::address_v6 ipv6Addr( in endpointFromResolveTuple() 58 using results_type = std::vector<boost::asio::ip::tcp::endpoint>; 102 boost::asio::ip::tcp::endpoint endpoint; in async_resolve()
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | 82 u32 *ip; in iobmap_build() local 90 ip = ((u32 *)tbl->it_base) + index; in iobmap_build() 95 *(ip++) = IOBMAP_L2E_V | rpn; in iobmap_build() 109 u32 *ip; in iobmap_free() local 116 ip = ((u32 *)tbl->it_base) + index; in iobmap_free() 119 *(ip++) = iob_l2_emptyval; in iobmap_free()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | process.c | 196 unsigned long ip = 0; in __get_wchan() local 206 ip = 0; in __get_wchan() 210 ip = unwind_get_return_address(&state); in __get_wchan() 211 if (!ip) in __get_wchan() 214 if (!in_sched_functions(ip)) in __get_wchan() 219 return ip; in __get_wchan()
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 18 if [ -e ../gbmc-ip-monitor.bb ]; then 26 source gbmc-ip-monitor.sh 29 ip() { function 37 ip() { function 61 ip() { function 92 ip() { function 137 expect_streq "$ip" 'fd01:ff2:5687:4:cf03:45f3:983a:96eb' 148 expect_streq "$ip" 'fe80::aaaa:aaff:feaa:aaaa'
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ftrace.c | 229 unsigned long pc = rec->ip; in ftrace_find_callable_addr() 302 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops() 326 unsigned long pc = rec->ip; in ftrace_make_call() 347 unsigned long pc = rec->ip; in ftrace_modify_call() 393 unsigned long pc = rec->ip - AARCH64_INSN_SIZE; in ftrace_init_nop() 415 unsigned long pc = rec->ip; in ftrace_make_nop() 481 void ftrace_graph_func(unsigned long ip, unsigned long parent_ip, in ftrace_graph_func() argument 484 prepare_ftrace_return(ip, &fregs->lr, fregs->fp); in ftrace_graph_func()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_rule_tests.sh | 87 ip netns add testns 101 ip netns del testns 108 ip netns add peerns 111 ip link add name veth0 netns testns type veth \ 134 ip netns del peerns 139 ip rule help 2>&1 | grep -q $1 145 ip route get help 2>&1 | grep -q $2 340 ip netns exec testns sysctl -qw net.ipv4.ip_forward=1 341 ip netns exec testns sysctl -qw net.ipv4.conf.$DEV.rp_filter=0 344 ip netns exec testns sysctl -qw net.ipv4.ip_forward=0
|
H A D | test_vxlan_fdb_changelink.sh | 20 ip link add name vx up type vxlan id 2000 dstport 4789 25 ip link set dev vx type vxlan remote 192.0.2.30 28 ip link del dev vx
|
/openbmc/u-boot/tools/ |
H A D | netconsole | 26 ip=$1 33 if [ -z "${ip}" ] || [ -n "$4" ] ; then 62 ${nc} -u ${ip} ${board_in_port}
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | hw_stats_l3_gre.sh | 37 ip stats set dev g1a l3_stats on 38 ip stats set dev g2a l3_stats on 45 ip stats set dev g1a l3_stats off 46 ip stats set dev g2a l3_stats off
|
/openbmc/linux/arch/arm/lib/ |
H A D | lib1funcs.S | 283 cmp ip, #0 287 10: teq ip, r0 @ same sign ? 292 moveq r0, ip, asr #31 298 cmp ip, #0 324 10: cmp ip, #0 335 UNWIND(.save {r0, r1, ip, lr} ) 337 stmfd sp!, {r0, r1, ip, lr} 339 ldmfd sp!, {r1, r2, ip, lr} 349 UNWIND(.save {r0, r1, ip, lr} ) 350 stmfd sp!, {r0, r1, ip, lr} [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | stacktrace.c | 23 if (unwind_once(&info) < 0 || info.ip == 0) in walk_stackframe() 26 if (__kernel_text_address(info.ip)) in walk_stackframe() 27 if (!fn(cookie, info.ip)) in walk_stackframe()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | cmpxchg.h | 21 void *ip; \ 23 ip = (void *) ia64_getreg(_IA64_REG_IP); \ 24 _printk("CMPXCHG_BUGCHECK: stuck at %p on word %p\n", ip, (v));\
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v2.c | 47 __u64 ip; member 122 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); 153 __u64 ip; member 185 d->ip = strtoull(dlargv[2], NULL, 0); in start() 203 .ip = d->ip, in check_sample() 219 CHECK_SAMPLE(ip); in check_sample() 282 if (perf_dlfilter_fns.resolve_address(ctx, sample->ip, &address_al)) in check_address_al() 315 CHECK(perf_dlfilter_fns.object_code(ctx, sample->ip, buf, sizeof(buf)) > 0); in check_object_code()
|
/openbmc/linux/arch/x86/mm/ |
H A D | mmio-mod.c | 29 unsigned long ip; member 111 pr_emerg("faulting IP is at %pS\n", (void *)regs->ip); in die_kmmio_nesting_error() 112 pr_emerg("last faulting IP was at %pS\n", (void *)my_reason->ip); in die_kmmio_nesting_error() 145 my_reason->ip = instptr; in pre() 182 unsigned char *ip = (unsigned char *)instptr; in pre() local 185 my_trace->value = (*ip) << 16 | *(ip + 1) << 8 | in pre() 186 *(ip + 2); in pre() 208 my_trace->value = get_ins_reg_val(my_reason->ip, regs); in post()
|
/openbmc/linux/fs/jfs/ |
H A D | xattr.c | 146 struct jfs_inode_info *ji = JFS_IP(ip); in ea_write_inline() 204 struct super_block *sb = ip->i_sb; in ea_write() 205 struct jfs_inode_info *ji = JFS_IP(ip); in ea_write() 228 rc = dquot_alloc_block(ip, nblocks); in ea_write() 232 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno); in ea_write() 235 dquot_free_block(ip, nblocks); in ea_write() 300 dquot_free_block(ip, nblocks); in ea_write() 302 dbFree(ip, blkno, nblocks); in ea_write() 319 struct jfs_inode_info *ji = JFS_IP(ip); in ea_read_inline() 353 struct super_block *sb = ip->i_sb; in ea_read() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | netconsole.c | 53 static int is_broadcast(struct in_addr ip) in is_broadcast() argument 68 return (ip.s_addr == ~0 || /* 255.255.255.255 (global bcast) */ in is_broadcast() 70 (netmask.s_addr & ip.s_addr) && /* on the same net and */ in is_broadcast() 71 (netmask.s_addr | ip.s_addr) == ~0)); /* bcast to our net */ in is_broadcast() 181 struct in_addr ip; in nc_send_packet() local 215 ip = nc_ip; in nc_send_packet() 216 net_send_udp_packet(ether, ip, nc_out_port, nc_in_port, len); in nc_send_packet()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | iwmmxt.S | 191 mrs ip, cpsr 192 orr r2, ip, #PSR_I_BIT @ disable interrupts 222 1: msr cpsr_c, ip @ restore interrupt mode 238 mrs ip, cpsr 239 orr r2, ip, #PSR_I_BIT @ disable interrupts 249 msr cpsr_c, ip @ restore interrupt mode 260 msr cpsr_c, ip @ restore interrupt mode 276 mrs ip, cpsr 277 orr r2, ip, #PSR_I_BIT @ disable interrupts 298 msr cpsr_c, ip @ restore interrupt mode [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_defprio.sh | 44 ip link set dev $swp1 up 45 ip addr add dev $swp1 192.0.2.2/28 51 ip addr del dev $swp1 192.0.2.2/28 52 ip link set dev $swp1 down
|