Home
last modified time | relevance | path

Searched refs:ip (Results 1376 – 1400 of 2033) sorted by relevance

1...<<51525354555657585960>>...82

/openbmc/linux/include/linux/
H A Dnetpoll.h19 __be32 ip; member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0031-corstone1000-detect-inflated-kernel-size.patch21 CONFIG_BOOTARGS="console=ttyAMA0 loglevel=9 ip=dhcp earlyprintk"
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Interop_Validator.robot17 ... --ip https://${OPENBMC_HOST}:${HTTPS_PORT}
/openbmc/linux/Documentation/networking/
H A Dmultiqueue.rst73 tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \
74 match ip dst 192.168.0.3 \
H A Dnetconsole.rst39 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
45 src-ip source IP to use (interface address)
48 tgt-ip IP address for logging agent
/openbmc/linux/arch/x86/include/asm/
H A Delf.h133 pr_reg[12] = regs->ip; \
209 (pr_reg)[16] = (regs)->ip; \
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_get_bios_post_code.robot81 [Documentation] Check given ip/hostname is pinging.
94 [Documentation] Check given ip/hostname is not pinging.
/openbmc/qemu/target/openrisc/
H A Dsys_helper.c192 int ip = env->ttmr & TTMR_IP; in HELPER() local
195 env->ttmr = (rb & ~TTMR_IP) | ip; in HELPER()
/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c196 entry->ip = entry_ip; in NOKPROBE_SYMBOL()
281 entry->ip = entry_ip; in fentry_perf_func()
525 if (!seq_print_ip_sym(s, field->ip, flags | TRACE_ITER_SYM_OFFSET)) in print_fentry_event()
585 DEFINE_FIELD(unsigned long, ip, FIELD_STRING_IP, 0); in fentry_event_define_fields()
684 unsigned long ip = (unsigned long)tpoint->probestub; in __register_trace_fprobe() local
694 return register_fprobe_ips(&tf->fp, &ip, 1); in __register_trace_fprobe()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.c68 struct xfs_inode *ip) in xfs_inode_hasattr() argument
70 if (!xfs_inode_has_attr_fork(ip)) in xfs_inode_hasattr()
72 if (ip->i_af.if_format == XFS_DINODE_FMT_EXTENTS && in xfs_inode_hasattr()
73 ip->i_af.if_nextents == 0) in xfs_inode_hasattr()
84 struct xfs_inode *ip) in xfs_attr_is_leaf() argument
86 struct xfs_ifork *ifp = &ip->i_af; in xfs_attr_is_leaf()
/openbmc/u-boot/configs/
H A Dr8a7795_ulcb_defconfig11 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
H A Dr8a7796_ulcb_defconfig11 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
H A Dr8a77995_draak_defconfig12 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
H A Dda850evm_direct_nor_defconfig12 CONFIG_BOOTARGS="mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp"
H A Dr8a7796_salvator-x_defconfig11 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
H A Dr8a77965_salvator-x_defconfig11 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py53 …ex \"target extended-remote %s:9999\" -ex \"info line kmod_help\"" % (gdb_binary, debugfs, qemu.ip)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/
H A Dcan-utils_2023.03.bb47 # busybox ip fails to configure can interfaces, so we need iproute2 to do so.
/openbmc/linux/arch/arm64/include/asm/
H A Dftrace.h145 void ftrace_graph_func(unsigned long ip, unsigned long parent_ip,
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dhihope-rzg2-ex.dtsi14 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/openbmc/bmcweb/http/
H A Dmutual_tls.cpp64 verifyMtlsUser(const boost::asio::ip::address& clientIp, in verifyMtlsUser()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt87 __u64 ip;
158 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len);
164 'resolve_ip' returns information about ip.
264 if (!sample->ip || !sample->addr_correlates_sym)
/openbmc/linux/arch/arm/include/asm/
H A Dassembler.h127 stmdb sp!, {r0-r3, ip, lr}
131 ldmia sp!, {r0-r3, ip, lr}
143 stmdb sp!, {r0-r3, ip, lr}
147 ldmia sp!, {r0-r3, ip, lr}
/openbmc/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c338 struct sockaddr_in ip; in enum_netdev_ipv4_ips() member
360 entry->ip.sin_family = AF_INET; in enum_netdev_ipv4_ips()
361 entry->ip.sin_addr.s_addr = ifa->ifa_address; in enum_netdev_ipv4_ips()
369 (struct sockaddr *)&sin_iter->ip); in enum_netdev_ipv4_ips()
/openbmc/linux/arch/ia64/kernel/
H A Dunwind_i.h155 unsigned long ip; /* ip this script is for */ member

1...<<51525354555657585960>>...82