/openbmc/u-boot/net/ |
H A D | net.c | 915 static struct ip_udp_hdr *__net_defragment(struct ip_udp_hdr *ip, int *lenp) in __net_defragment() 1035 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment() 1046 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment() 1062 static void receive_icmp(struct ip_udp_hdr *ip, int len, in receive_icmp() 1092 struct ip_udp_hdr *ip; in net_process_received_packet() local 1506 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_ip_header() local 1531 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_udp_header() local
|
H A D | link_local.c | 52 static struct in_addr ip; variable 70 struct in_addr ip; in pick() local
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | discovery.h | 92 typedef struct ip struct 108 } ip; argument
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | sysret_rip.c | 104 static void test_sigreturn_to(unsigned long ip) in test_sigreturn_to() 127 static void test_syscall_fallthrough_to(unsigned long ip) in test_syscall_fallthrough_to()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_cluster.c | 27 xt_cluster_hash_ipv4(u_int32_t ip, const struct xt_cluster_match_info *info) in xt_cluster_hash_ipv4() 33 xt_cluster_hash_ipv6(const void *ip, const struct xt_cluster_match_info *info) in xt_cluster_hash_ipv6()
|
/openbmc/linux/tools/perf/util/ |
H A D | map.c | 578 u64 map__objdump_2mem(struct map *map, u64 ip) in map__objdump_2mem() 600 u64 ip = map__unmap_ip(map, sym->start); in map__contains_symbol() local 634 u64 map__dso_map_ip(const struct map *map, u64 ip) in map__dso_map_ip() 639 u64 map__dso_unmap_ip(const struct map *map, u64 ip) in map__dso_unmap_ip() 644 u64 identity__map_ip(const struct map *map __maybe_unused, u64 ip) in identity__map_ip()
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 48 __be32 ip; member 57 __be32 ip; member 205 u32 ip = 0, ip_to = 0, i = 0; in hash_netiface4_uadt() local 283 union nf_inet_addr ip; member 291 union nf_inet_addr ip; member
|
H A D | ip_set_hash_ipmark.c | 40 __be32 ip; member 104 u32 ip, ip_to = 0, i = 0; in hash_ipmark4_uadt() local 172 union nf_inet_addr ip; member
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-cdev.c | 204 void __user *ip) in linehandle_set_config() 248 void __user *ip = (void __user *)arg; in linehandle_ioctl_unlocked() local 348 static int linehandle_create(struct gpio_device *gdev, void __user *ip) in linehandle_create() 1435 static long linereq_get_values(struct linereq *lr, void __user *ip) in linereq_get_values() 1538 static long linereq_set_values(struct linereq *lr, void __user *ip) in linereq_set_values() 1600 static long linereq_set_config(struct linereq *lr, void __user *ip) in linereq_set_config() 1625 void __user *ip = (void __user *)arg; in linereq_ioctl_unlocked() local 1812 static int linereq_create(struct gpio_device *gdev, void __user *ip) in linereq_create() 2144 void __user *ip = (void __user *)arg; in lineevent_ioctl_unlocked() local 2262 static int lineevent_create(struct gpio_device *gdev, void __user *ip) in lineevent_create() [all …]
|
/openbmc/linux/fs/jfs/ |
H A D | inode.c | 199 int jfs_get_block(struct inode *ip, sector_t lblock, in jfs_get_block() 365 void jfs_truncate_nolock(struct inode *ip, loff_t length) in jfs_truncate_nolock() 405 void jfs_truncate(struct inode *ip) in jfs_truncate()
|
H A D | jfs_extent.h | 9 #define INOHINT(ip) \ argument
|
/openbmc/linux/kernel/trace/ |
H A D | fprobe.c | 24 static inline void __fprobe_handler(unsigned long ip, unsigned long parent_ip, in __fprobe_handler() 60 static void fprobe_handler(unsigned long ip, unsigned long parent_ip, in fprobe_handler() 84 static void fprobe_kprobe_handler(unsigned long ip, unsigned long parent_ip, in fprobe_kprobe_handler()
|
H A D | trace_recursion_record.c | 12 unsigned long ip; member 25 void ftrace_record_recursion(unsigned long ip, unsigned long parent_ip) in ftrace_record_recursion()
|
/openbmc/linux/arch/s390/boot/ |
H A D | pgm_check_info.c | 32 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) in findsym() 61 static noinline char *strsym(void *ip) in strsym()
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_inode.c | 257 struct inode *ip; in vxfs_iget() local 312 vxfs_evict_inode(struct inode *ip) in vxfs_evict_inode()
|
/openbmc/qemu/hw/i386/ |
H A D | vapic.c | 207 target_ulong ip = *pip; in evaluate_tpr_instruction() local 285 static int update_rom_mapping(VAPICROMState *s, CPUX86State *env, target_ulong ip) in update_rom_mapping() 390 static void patch_call(X86CPU *cpu, target_ulong ip, uint32_t target) in patch_call() 401 target_ulong ip; member 409 target_ulong ip = info->ip; in do_patch_instruction() local 447 static void patch_instruction(VAPICROMState *s, X86CPU *cpu, target_ulong ip) in patch_instruction() 467 void vapic_report_tpr_access(DeviceState *dev, CPUState *cs, target_ulong ip, in vapic_report_tpr_access()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_symlink_remote.c | 168 struct xfs_inode *ip, in xfs_symlink_local_to_remote() 205 struct xfs_inode *ip) in xfs_symlink_shortform_verify()
|
/openbmc/u-boot/lib/lzo/ |
H A D | lzo1x_decompress.c | 20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) argument 146 const unsigned char *ip = in, *m_pos; in lzo1x_decompress_safe() local
|
/openbmc/linux/lib/zstd/compress/ |
H A D | hist.c | 32 const BYTE* ip = (const BYTE*)src; in HIST_count_simple() local 72 const BYTE* ip = (const BYTE*)source; in HIST_count_parallel_wksp() local
|
/openbmc/linux/include/linux/ |
H A D | percpu-rwsem.h | 148 bool read, unsigned long ip) in percpu_rwsem_release() 154 bool read, unsigned long ip) in percpu_rwsem_acquire()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | unwind.h | 39 unsigned long sp, ip; member 48 unsigned long ip) in unwind_recover_ret_addr()
|
/openbmc/skeleton/pyflashbmc/ |
H A D | bmc_update.py | 79 def updateViaTftp(self, ip, filename): argument 89 def TftpDownload(self, ip, filename): argument
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_filestream.h | 22 struct xfs_inode *ip) in xfs_inode_is_filestream()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | ratelimiter.c | 27 u64 last_time_ns, tokens, ip; member 93 u64 ip; in wg_ratelimiter_allow() local
|
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-ip.c | 211 struct rzg2l_cru_ip *ip = &cru->ip; in rzg2l_cru_ip_subdev_register() local 250 struct rzg2l_cru_ip *ip = &cru->ip; in rzg2l_cru_ip_subdev_unregister() local
|