Home
last modified time | relevance | path

Searched defs:ip (Results 126 – 150 of 739) sorted by relevance

12345678910>>...30

/openbmc/linux/samples/fprobe/
H A Dfprobe_example.c51 static int sample_entry_handler(struct fprobe *fp, unsigned long ip, in sample_entry_handler()
69 static void sample_exit_handler(struct fprobe *fp, unsigned long ip, in sample_exit_handler()
/openbmc/linux/arch/arm/kernel/
H A Dftrace.c148 unsigned long ip = rec->ip; in ftrace_make_call() local
175 unsigned long ip = rec->ip; in ftrace_modify_call() local
190 unsigned long ip = rec->ip; in ftrace_make_nop() local
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c204 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/net/netfilter/ipset/
H A Dip_set_hash_netiface.c48 __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 Dip_set_hash_ipmark.c40 __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/tools/perf/util/
H A Dmap.c578 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/
H A Dxt_cluster.c27 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/testing/selftests/x86/
H A Dsysret_rip.c104 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/kernel/trace/
H A Dfprobe.c24 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 Dtrace_recursion_record.c12 unsigned long ip; member
25 void ftrace_record_recursion(unsigned long ip, unsigned long parent_ip) in ftrace_record_recursion()
/openbmc/linux/fs/jfs/
H A Dinode.c199 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()
/openbmc/qemu/hw/i386/
H A Dvapic.c207 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/arch/x86/net/
H A Dbpf_jit_comp.c376 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch()
391 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call()
396 static int emit_rsb_call(u8 **pprog, void *func, void *ip) in emit_rsb_call()
403 static int emit_jump(u8 **pprog, void *func, void *ip) in emit_jump()
408 static int __bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in __bpf_arch_text_poke()
451 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke()
471 static void emit_indirect_jump(u8 **pprog, int reg, u8 *ip) in emit_indirect_jump()
497 static void emit_return(u8 **pprog, u8 *ip) in emit_return()
527 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect()
601 u8 **pprog, u8 *ip, in emit_bpf_tail_call_direct()
[all …]
/openbmc/linux/fs/freevxfs/
H A Dvxfs_inode.c257 struct inode *ip; in vxfs_iget() local
312 vxfs_evict_inode(struct inode *ip) in vxfs_evict_inode()
H A Dvxfs.h221 #define VXFS_IS_TYPE(ip,type) (((ip)->vii_mode & VXFS_TYPE_MASK) == (type)) argument
245 #define VXFS_IS_ORG(ip,org) ((ip)->vii_orgtype == (org)) argument
246 #define VXFS_ISNONE(ip) VXFS_IS_ORG((ip), VXFS_ORG_NONE) argument
247 #define VXFS_ISEXT4(ip) VXFS_IS_ORG((ip), VXFS_ORG_EXT4) argument
248 #define VXFS_ISIMMED(ip) VXFS_IS_ORG((ip), VXFS_ORG_IMMED) argument
249 #define VXFS_ISTYPED(ip) VXFS_IS_ORG((ip), VXFS_ORG_TYPED) argument
/openbmc/linux/arch/s390/boot/
H A Dpgm_check_info.c32 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/xfs/libxfs/
H A Dxfs_symlink_remote.c170 struct xfs_inode *ip, in xfs_symlink_local_to_remote()
207 struct xfs_inode *ip) in xfs_symlink_shortform_verify()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c20 #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/lzo/
H A Dlzo1x_compress.c38 const unsigned char *ip; in LZO_SAFE() local
341 const unsigned char *ip = in; in LZO_SAFE() local
/openbmc/bmcweb/test/http/
H A Dmutual_tls.cpp128 boost::asio::ip::address ip; in TEST() local
160 boost::asio::ip::address ip; in TEST() local
172 boost::asio::ip::address ip; in TEST() local
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h39 unsigned long sp, ip; member
48 unsigned long ip) in unwind_recover_ret_addr()
/openbmc/linux/include/linux/
H A Dpercpu-rwsem.h148 bool read, unsigned long ip) in percpu_rwsem_release()
154 bool read, unsigned long ip) in percpu_rwsem_acquire()
/openbmc/linux/lib/zstd/compress/
H A Dhist.c32 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/u-boot/net/
H A Dlink_local.c52 static struct in_addr ip; variable
70 struct in_addr ip; in pick() local
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py79 def updateViaTftp(self, ip, filename): argument
89 def TftpDownload(self, ip, filename): argument

12345678910>>...30