Home
last modified time | relevance | path

Searched defs:offp (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_get_proc_name.c30 _UPT_get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) _UPT_get_proc_name() argument
/third_party/libunwind/libunwind/src/mi/
H A DGget_proc_name.c49 get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_proc_name() argument
99 unw_get_proc_name(unw_cursor_t *cursor, char *buf, size_t buf_len, unw_word_t *offp) unw_get_proc_name() argument
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_proc_name.c33 CD_get_proc_name(struct UCD_info *ui, unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) CD_get_proc_name() argument
62 _UCD_get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) _UCD_get_proc_name() argument
/kernel/linux/linux-5.10/drivers/char/
H A Dadi.c54 adi_read(struct file *file, char __user *buf, size_t count, loff_t *offp) adi_read() argument
131 adi_write(struct file *file, const char __user *buf, size_t count, loff_t *offp) adi_write() argument
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dcapsule-loader.c168 efi_capsule_write(struct file *file, const char __user *buff, size_t count, loff_t *offp) efi_capsule_write() argument
/kernel/linux/linux-6.6/drivers/char/
H A Dadi.c54 adi_read(struct file *file, char __user *buf, size_t count, loff_t *offp) adi_read() argument
131 adi_write(struct file *file, const char __user *buf, size_t count, loff_t *offp) adi_write() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcapsule-loader.c168 efi_capsule_write(struct file *file, const char __user *buff, size_t count, loff_t *offp) efi_capsule_write() argument
/third_party/elfutils/libelf/
H A Delf_getarsym.c46 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) in read_number_entries() argument
/third_party/libunwind/libunwind/src/ppc32/
H A DGinit.c196 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/tilegx/
H A DGinit.c139 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/sh/
H A DGinit.c162 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/hppa/
H A DGinit.c170 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/mips/
H A DGinit.c174 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/ppc64/
H A DGinit.c219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dpatch.c103 s32 *offp = (s32 *) start; in ia64_patch_vtop() local
126 s32 *offp = (s32 *) start; in ia64_patch_rse() local
146 s32 *offp = (s32 *) start; ia64_patch_mckinley_e9() local
176 s32 *offp = (s32 *) start; patch_fsyscall_table() local
193 s32 *offp = (s32 *) start; patch_brl_fsys_bubble_down() local
221 s32 * offp = (s32 *) __start___phys_stack_reg_patchlist; ia64_patch_phys_stack_reg() local
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dpatch.c103 s32 *offp = (s32 *) start; in ia64_patch_vtop() local
126 s32 *offp = (s32 *) start; in ia64_patch_rse() local
146 s32 *offp = (s32 *) start; ia64_patch_mckinley_e9() local
176 s32 *offp = (s32 *) start; patch_fsyscall_table() local
193 s32 *offp = (s32 *) start; patch_brl_fsys_bubble_down() local
221 s32 * offp = (s32 *) __start___phys_stack_reg_patchlist; ia64_patch_phys_stack_reg() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c27 i915_param_int_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) i915_param_int_write() argument
80 i915_param_uint_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) i915_param_uint_write() argument
133 i915_param_charp_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) i915_param_charp_write() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c141 nouveau_debugfs_pstate_set(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) nouveau_debugfs_pstate_set() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c142 nouveau_debugfs_pstate_set(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) nouveau_debugfs_pstate_set() argument
/third_party/libunwind/libunwind/src/x86/
H A DGinit.c219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_debugger.c55 static ssize_t rga_debug_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) in rga_debug_write() argument
134 static ssize_t rga_debugger_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) in rga_debugger_write() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_debugfs.c287 static ssize_t connector_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) in connector_write() argument
337 static ssize_t edid_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) in edid_write() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.c136 static ssize_t rockchip_drm_dump_buffer_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) in rockchip_drm_dump_buffer_write() argument
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_debugger.c66 rga_debug_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) rga_debug_write() argument
257 rga_debugger_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp) rga_debugger_write() argument
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-debugfs.c42 ccp5_debugfs_info_read(struct file *filp, char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_info_read() argument
97 ccp5_debugfs_stats_read(struct file *filp, char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_stats_read() argument
174 ccp5_debugfs_stats_write(struct file *filp, const char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_stats_write() argument
191 ccp5_debugfs_queue_read(struct file *filp, char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_queue_read() argument
245 ccp5_debugfs_queue_write(struct file *filp, const char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_queue_write() argument

Completed in 20 milliseconds

12345