Searched defs:to (Results 1 - 200 of 556) sorted by relevance

123

/linux-4.4.14/arch/x86/lib/
H A Dusercopy.c18 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) copy_from_user_nmi() argument
H A Dusercopy_64.c49 unsigned long clear_user(void __user *to, unsigned long n) clear_user() argument
57 unsigned long copy_in_user(void __user *to, const void __user *from, unsigned len) copy_in_user() argument
72 copy_user_handle_tail(char *to, char *from, unsigned len) copy_user_handle_tail() argument
H A Dmemcpy_32.c7 __visible void *memcpy(void *to, const void *from, size_t n) memcpy() argument
H A Dmmx_32.c28 void *_mmx_memcpy(void *to, const void *from, size_t len) _mmx_memcpy() argument
158 static void fast_copy_page(void *to, void *from) fast_copy_page() argument
280 static void fast_copy_page(void *to, void *from) fast_copy_page() argument
358 static void slow_copy_page(void *to, void *from) slow_copy_page() argument
370 void mmx_copy_page(void *to, void *from) mmx_copy_page() argument
H A Dusercopy_32.c71 clear_user(void __user *to, unsigned long n) clear_user() argument
92 __clear_user(void __user *to, unsigned long n) __clear_user() argument
101 __copy_user_intel(void __user *to, const void *from, unsigned long size) __copy_user_intel() argument
205 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) __copy_user_zeroing_intel() argument
301 static unsigned long __copy_user_zeroing_intel_nocache(void *to, __copy_user_zeroing_intel_nocache() argument
395 static unsigned long __copy_user_intel_nocache(void *to, __copy_user_intel_nocache() argument
570 unsigned long __copy_to_user_ll(void __user *to, const void *from, __copy_to_user_ll() argument
583 unsigned long __copy_from_user_ll(void *to, const void __user *from, __copy_from_user_ll() argument
596 unsigned long __copy_from_user_ll_nozero(void *to, const void __user *from, __copy_from_user_ll_nozero() argument
610 unsigned long __copy_from_user_ll_nocache(void *to, const void __user *from, __copy_from_user_ll_nocache() argument
627 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, __copy_from_user_ll_nocache_nozero() argument
658 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) _copy_to_user() argument
683 unsigned long _copy_from_user(void *to, const void __user *from, unsigned n) _copy_from_user() argument
/linux-4.4.14/arch/ia64/include/asm/
H A Dsiginfo.h14 copy_siginfo (siginfo_t *to, siginfo_t *from) copy_siginfo() argument
/linux-4.4.14/arch/powerpc/lib/
H A Dusercopy_64.c12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
28 unsigned long copy_in_user(void __user *to, const void __user *from, copy_in_user() argument
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) qib_pio_copy() argument
/linux-4.4.14/arch/x86/kernel/
H A Dsignal_compat.c4 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
75 int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) copy_siginfo_from_user32() argument
H A Dsetup_percpu.c137 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) pcpu_cpu_distance() argument
/linux-4.4.14/arch/m68k/lib/
H A Duaccess.c10 unsigned long __generic_copy_from_user(void *to, const void __user *from, __generic_copy_from_user() argument
62 unsigned long __generic_copy_to_user(void __user *to, const void *from, __generic_copy_to_user() argument
110 unsigned long __clear_user(void __user *to, unsigned long n) __clear_user() argument
H A Dmemcpy.c10 void *memcpy(void *to, const void *from, size_t n) memcpy() argument
/linux-4.4.14/net/netfilter/ipset/
H A Dpfxlen.c292 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) ip_set_range_to_cidr() argument
/linux-4.4.14/arch/x86/include/asm/
H A Duaccess_32.h44 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) __copy_to_user_inatomic() argument
87 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
94 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic() argument
143 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
164 static __always_inline unsigned long __copy_from_user_nocache(void *to, __copy_from_user_nocache() argument
187 __copy_from_user_inatomic_nocache(void *to, const void __user *from, __copy_from_user_inatomic_nocache() argument
H A Dpage_32.h29 static inline void copy_page(void *to, void *from) copy_page() argument
41 static inline void copy_page(void *to, void *from) copy_page() argument
H A Dstring_64.h9 static __always_inline void *__inline_memcpy(void *to, const void *from, size_t n) __inline_memcpy() argument
H A Duaccess_64.h27 copy_user_generic(void *to, const void *from, unsigned len) copy_user_generic() argument
H A Dpage.h30 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, copy_user_page() argument
H A Dstring_32.h32 static __always_inline void *__memcpy(void *to, const void *from, size_t n) __memcpy() argument
51 static __always_inline void *__constant_memcpy(void *to, const void *from, __constant_memcpy() argument
154 static inline void *__constant_memcpy3d(void *to, const void *from, size_t len) __constant_memcpy3d() argument
161 static inline void *__memcpy3d(void *to, const void *from, size_t len) __memcpy3d() argument
/linux-4.4.14/arch/c6x/include/asm/
H A Duaccess.h25 static inline __must_check long __copy_from_user(void *to, __copy_from_user() argument
61 static inline __must_check long __copy_to_user(void __user *to, __copy_to_user() argument
/linux-4.4.14/lib/
H A Diomap_copy.c31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, __iowrite32_copy() argument
54 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, __iowrite64_copy() argument
H A Dstring_helpers.c310 unsigned char to; escape_space() local
346 unsigned char to; escape_special() local
H A Dkfifo.c249 static unsigned long kfifo_copy_to_user(struct __kfifo *fifo, void __user *to, kfifo_copy_to_user() argument
283 int __kfifo_to_user(struct __kfifo *fifo, void __user *to, __kfifo_to_user() argument
536 int __kfifo_to_user_r(struct __kfifo *fifo, void __user *to, __kfifo_to_user_r() argument
/linux-4.4.14/include/linux/netfilter/ipset/
H A Dip_set_bitmap.h17 range_to_mask(u32 from, u32 to, u8 *bits) range_to_mask() argument
/linux-4.4.14/include/linux/
H A Dparser.h25 char *to; member in struct:__anon13065
H A Duaccess.h64 static inline unsigned long __copy_from_user_inatomic_nocache(void *to, __copy_from_user_inatomic_nocache() argument
70 static inline unsigned long __copy_from_user_nocache(void *to, __copy_from_user_nocache() argument
H A Dprojid.h69 static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid) from_kprojid() argument
74 static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid) from_kprojid_munged() argument
H A Dhighmem.h225 static inline void copy_user_highpage(struct page *to, struct page *from, copy_user_highpage() argument
239 static inline void copy_highpage(struct page *to, struct page *from) copy_highpage() argument
H A Dhwspinlock.h108 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, __hwspin_lock_timeout() argument
240 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_irq() argument
265 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout() argument
216 hwspin_lock_timeout_irqsave(struct hwspinlock *hwlock, unsigned int to, unsigned long *flags) hwspin_lock_timeout_irqsave() argument
H A Duidgid.h152 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) from_kuid() argument
157 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) from_kgid() argument
162 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) from_kuid_munged() argument
170 static inline gid_t from_kgid_munged(struct user_namespace *to, kgid_t kgid) from_kgid_munged() argument
H A Dassoc_array_priv.h95 struct assoc_array_ptr *to; member in struct:assoc_array_edit::__anon12100
99 u8 to; member in struct:assoc_array_edit::__anon12101
H A Dsignal.h35 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) copy_siginfo() argument
/linux-4.4.14/arch/arm64/kernel/
H A Dio.c26 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) __memcpy_fromio() argument
55 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
/linux-4.4.14/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c45 struct timespec to; main() local
H A Dfutex_wait_wouldblock.c44 struct timespec to = {.tv_sec = 0, .tv_nsec = timeout_ns}; main() local
/linux-4.4.14/drivers/mtd/maps/
H A Dmap_funcs.c22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) simple_map_copy_from() argument
27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) simple_map_copy_to() argument
H A Dplat-ram.c68 static inline void platram_setrw(struct platram_info *info, int to) platram_setrw() argument
74 (info->pdata->set_rw)(info->dev, to); platram_setrw() local
H A Ddc21285.c75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) dc21285_copy_from() argument
105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_32() argument
117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_16() argument
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_8() argument
H A Dlantiq-flash.c83 ltq_copy_from(struct map_info *map, void *to, ltq_copy_from() argument
97 ltq_copy_to(struct map_info *map, unsigned long to, ltq_copy_to() argument
H A Dbfin-async-flash.c86 static void bfin_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) bfin_flash_copy_from() argument
112 static void bfin_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) bfin_flash_copy_to() argument
H A Dgpio-addr-flash.c105 static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) gf_copy_from() argument
151 static void gf_copy_to(struct map_info *map, unsigned long to, gf_copy_to() argument
H A Dixp4xx.c100 static void ixp4xx_copy_from(struct map_info *map, void *to, ixp4xx_copy_from() argument
H A Dlatch-addr-flash.c69 static void lf_copy_from(struct map_info *map, void *to, lf_copy_from() argument
H A Dpci.c56 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) mtd_pci_copyfrom() argument
74 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) mtd_pci_copyto() argument
H A Dsbc_gxx.c124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) sbc_gxx_copy_from() argument
149 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) sbc_gxx_copy_to() argument
/linux-4.4.14/arch/sparc/lib/
H A Duser_fixup.c35 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) copy_from_user_fixup() argument
47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) copy_to_user_fixup() argument
55 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) copy_in_user_fixup() argument
/linux-4.4.14/arch/tile/lib/
H A Dmemcpy_user_64.c87 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, __copy_from_user_zeroing() argument
/linux-4.4.14/arch/x86/um/asm/
H A Dprocessor_64.h28 arch_copy_thread(struct arch_thread *from, struct arch_thread *to) arch_copy_thread() argument
H A Dprocessor_32.h44 arch_copy_thread(struct arch_thread *from, struct arch_thread *to) arch_copy_thread() argument
/linux-4.4.14/arch/x86/um/
H A Dsyscalls_64.c80 void arch_switch_to(struct task_struct *to) arch_switch_to() argument
H A Dptrace_32.c14 void arch_switch_to(struct task_struct *to) arch_switch_to() argument
H A Dtls_32.c92 static int load_TLS(int flags, struct task_struct *to) load_TLS() argument
187 int arch_switch_tls(struct task_struct *to) arch_switch_tls() argument
H A Dsignal.c86 struct _fpreg __user *to; convert_fxsr_to_user() local
119 struct _fpxreg *to; convert_fxsr_from_user() local
246 static int copy_sc_to_user(struct sigcontext __user *to, copy_sc_to_user() argument
/linux-4.4.14/arch/arc/mm/
H A Dextable.c30 long arc_copy_from_user_noinline(void *to, const void __user *from, arc_copy_from_user_noinline() argument
37 long arc_copy_to_user_noinline(void __user *to, const void *from, arc_copy_to_user_noinline() argument
44 unsigned long arc_clear_user_noinline(void __user *to, arc_clear_user_noinline() argument
/linux-4.4.14/fs/jffs2/
H A Dwritev.c16 jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) jffs2_flash_direct_writev() argument
/linux-4.4.14/fs/jfs/
H A Djfs_unicode.c32 int jfs_strfromUCS_le(char *to, const __le16 * from, jfs_strfromUCS_le() argument
82 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, jfs_strtoUCS() argument
H A Dinode.c305 static void jfs_write_failed(struct address_space *mapping, loff_t to) jfs_write_failed() argument
/linux-4.4.14/net/atm/
H A Datm_misc.c87 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) sonet_copy_stats() argument
95 void sonet_subtract_stats(struct k_sonet_stats *from, struct sonet_stats *to) sonet_subtract_stats() argument
H A Dresources.c160 copy_aal_stats(struct k_atm_aal_stats *from, struct atm_aal_stats *to) copy_aal_stats() argument
168 subtract_aal_stats(struct k_atm_aal_stats *from, struct atm_aal_stats *to) subtract_aal_stats() argument
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_connbytes.h21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon14290
/linux-4.4.14/arch/sh/kernel/
H A Dio.c19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) memcpy_fromio() argument
82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) memcpy_toio() argument
/linux-4.4.14/arch/mn10300/lib/
H A Dusercopy.c15 __generic_copy_to_user(void *to, const void *from, unsigned long n) __generic_copy_to_user() argument
23 __generic_copy_from_user(void *to, const void *from, unsigned long n) __generic_copy_from_user() argument
116 __clear_user(void *to, unsigned long n) __clear_user() argument
123 clear_user(void *to, unsigned long n) clear_user() argument
/linux-4.4.14/arch/m32r/lib/
H A Dusercopy.c15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) __generic_copy_to_user() argument
24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) __generic_copy_from_user() argument
224 clear_user(void __user *to, unsigned long n) clear_user() argument
232 __clear_user(void __user *to, unsigned long n) __clear_user() argument
/linux-4.4.14/arch/arm/mm/
H A Dcopypage-xscale.c40 mc_copy_user_page(void *from, void *to) mc_copy_user_page() argument
87 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, xscale_mc_copy_user_highpage() argument
H A Dcopypage-fa.c42 void fa_copy_user_highpage(struct page *to, struct page *from, fa_copy_user_highpage() argument
H A Dcopypage-feroceon.c70 void feroceon_copy_user_highpage(struct page *to, struct page *from, feroceon_copy_user_highpage() argument
H A Dcopypage-v4mc.c44 mc_copy_user_page(void *from, void *to) mc_copy_user_page() argument
67 void v4_mc_copy_user_highpage(struct page *to, struct page *from, v4_mc_copy_user_highpage() argument
H A Dcopypage-v4wb.c50 void v4wb_copy_user_highpage(struct page *to, struct page *from, v4wb_copy_user_highpage() argument
H A Dcopypage-v4wt.c46 void v4wt_copy_user_highpage(struct page *to, struct page *from, v4wt_copy_user_highpage() argument
H A Dcopypage-v6.c33 static void v6_copy_user_highpage_nonaliasing(struct page *to, v6_copy_user_highpage_nonaliasing() argument
72 static void v6_copy_user_highpage_aliasing(struct page *to, v6_copy_user_highpage_aliasing() argument
108 unsigned long to = COPYPAGE_V6_TO + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); v6_clear_user_highpage_aliasing() local
H A Dcopypage-xsc3.c73 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, xsc3_mc_copy_user_highpage() argument
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dsimtec-usb.c48 usb_simtec_powercontrol(int port, int to) usb_simtec_powercontrol() argument
/linux-4.4.14/arch/arm/kernel/
H A Dio.c44 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) _memcpy_fromio() argument
60 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) _memcpy_toio() argument
/linux-4.4.14/tools/virtio/linux/
H A Duaccess.h28 static void volatile_memcpy(volatile char *to, const volatile char *from, volatile_memcpy() argument
35 static inline int copy_from_user(void *to, const void __user volatile *from, copy_from_user() argument
43 static inline int copy_to_user(void __user volatile *to, const void *from, copy_to_user() argument
/linux-4.4.14/drivers/isdn/hisax/
H A Dhscx_irq.c19 int to = 50; waitforCEC() local
33 int to = 50; waitforXFW() local
H A Djade.c27 int to = 50; JadeVersion() local
52 int to = 50; jade_write_indirect() local
H A Djade_irq.c16 int to = 50; waitforCEC() local
H A Dhfc_2bs0.c24 int to = 130; WaitForBusy() local
43 int to = 125; WaitNoBusy() local
/linux-4.4.14/drivers/mtd/chips/
H A Dmap_absent.c76 static int map_absent_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) map_absent_write() argument
H A Dmap_ram.c108 static int mapram_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) mapram_write() argument
H A Dmap_rom.c97 static int maprom_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) maprom_write() argument
/linux-4.4.14/drivers/hid/
H A Dhid-icade.c129 u16 to; member in struct:icade_key
H A Dhid-apple.c64 u16 to; member in struct:apple_key_translation
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-flash.c58 static void flash_copy_from(struct map_info *map, void *to, flash_copy_from() argument
76 static void flash_copy_to(struct map_info *map, unsigned long to, flash_copy_to() argument
/linux-4.4.14/net/sunrpc/
H A Dsocklib.c29 size_t xdr_skb_read_bits(struct xdr_skb_reader *desc, void *to, size_t len) xdr_skb_read_bits() argument
49 static size_t xdr_skb_read_and_csum_bits(struct xdr_skb_reader *desc, void *to, size_t len) xdr_skb_read_and_csum_bits() argument
/linux-4.4.14/fs/udf/
H A Dsymlink.c32 udf_pc_to_char(struct super_block *sb, unsigned char *from, int fromlen, unsigned char *to, int tolen) udf_pc_to_char() argument
/linux-4.4.14/arch/arm/lib/
H A Duaccess_with_memcpy.c89 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) __copy_to_user_memcpy() argument
142 arm_copy_to_user(void __user *to, const void *from, unsigned long n) arm_copy_to_user() argument
/linux-4.4.14/drivers/s390/cio/
H A Didset.c106 void idset_add_set(struct idset *to, struct idset *from) idset_add_set() argument
H A Dblacklist.c152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; blacklist_parse_parameters() local
48 blacklist_range(range_action action, unsigned int from_ssid, unsigned int to_ssid, unsigned int from, unsigned int to, int msgtrigger) blacklist_range() argument
/linux-4.4.14/arch/tile/kernel/
H A Dcompat_signal.c52 int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
109 int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from) copy_siginfo_from_user32() argument
/linux-4.4.14/fs/hpfs/
H A Dname.c56 unsigned char *to; hpfs_translate_name() local
H A Dfile.c139 static void hpfs_write_failed(struct address_space *mapping, loff_t to) hpfs_write_failed() argument
/linux-4.4.14/net/sched/
H A Dem_text.c36 int from, to; em_text_match() local
/linux-4.4.14/fs/adfs/
H A Ddir_fplus.c138 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) dir_memcpy() argument
H A Dinode.c48 static void adfs_write_failed(struct address_space *mapping, loff_t to) adfs_write_failed() argument
/linux-4.4.14/fs/coda/
H A Dfile.c30 coda_file_read_iter(struct kiocb *iocb, struct iov_iter *to) coda_file_read_iter() argument
62 coda_file_write_iter(struct kiocb *iocb, struct iov_iter *to) coda_file_write_iter() argument
/linux-4.4.14/fs/proc/
H A Dproc_tty.c71 dev_t to = from + p->num; show_tty_driver() local
/linux-4.4.14/include/net/
H A Dudplite.h19 static __inline__ int udplite_getfrag(void *from, char *to, int offset, udplite_getfrag() argument
H A Dchecksum.h123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) csum_replace4() argument
150 inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, __be16 from, __be16 to, bool pseudohdr) inet_proto_csum_replace2() argument
H A Dinet_ecn.h122 __be32 from, to; IP6_ECN_set_ce() local
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c34 opal_msglog_read(struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *to, loff_t pos, size_t count) opal_msglog_read() argument
/linux-4.4.14/arch/s390/lib/
H A Duaccess.c105 unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
186 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, copy_in_user_mvcos() argument
209 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, copy_in_user_mvc() argument
241 unsigned long __copy_in_user(void __user *to, const void __user *from, unsigned long n) __copy_in_user() argument
249 static inline unsigned long clear_user_mvcos(void __user *to, unsigned long size) clear_user_mvcos() argument
277 static inline unsigned long clear_user_xc(void __user *to, unsigned long size) clear_user_xc() argument
313 unsigned long __clear_user(void __user *to, unsigned long size) __clear_user() argument
/linux-4.4.14/arch/mips/cavium-octeon/
H A Dflash_setup.c49 static void octeon_flash_map_copy_from(struct map_info *map, void *to, octeon_flash_map_copy_from() argument
57 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, octeon_flash_map_copy_to() argument
/linux-4.4.14/arch/parisc/kernel/
H A Dsignal32.c278 copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) copy_siginfo_from_user32() argument
322 copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
/linux-4.4.14/arch/arm/mach-omap2/
H A Dpm44xx.c47 const char *to; member in struct:static_dep_map
192 struct clockdomain *from, *to; omap4plus_init_static_deps() local
/linux-4.4.14/tools/perf/util/
H A Drun-command.c12 static inline void dup_devnull(int to) dup_devnull() argument
/linux-4.4.14/drivers/target/tcm_fc/
H A Dtfc_io.c75 void *to = NULL; ft_queue_data_in() local
225 void *to; ft_recv_write_data() local
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcmap.c164 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) fb_copy_cmap() argument
188 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) fb_cmap_to_user() argument
/linux-4.4.14/drivers/mtd/devices/
H A Dbcm47xxsflash.c207 static int bcm47xxsflash_write(struct mtd_info *mtd, loff_t to, size_t len, bcm47xxsflash_write() argument
H A Dm25p80.c76 static void m25p80_write(struct spi_nor *nor, loff_t to, size_t len, m25p80_write() argument
H A Dms02-nv.c67 static int ms02nv_write(struct mtd_info *mtd, loff_t to, ms02nv_write() argument
H A Dmtdram.c98 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, ram_write() argument
H A Dpowernv_flash.c135 static int powernv_flash_write(struct mtd_info *mtd, loff_t to, size_t len, powernv_flash_write() argument
H A Dblock2mtd.c53 static int _block2mtd_erase(struct block2mtd_dev *dev, loff_t to, size_t len) _block2mtd_erase() argument
180 static int block2mtd_write(struct mtd_info *mtd, loff_t to, size_t len, block2mtd_write() argument
140 _block2mtd_write(struct block2mtd_dev *dev, const u_char *buf, loff_t to, size_t len, size_t *retlen) _block2mtd_write() argument
H A Dphram.c75 static int phram_write(struct mtd_info *mtd, loff_t to, size_t len, phram_write() argument
H A Dslram.c121 static int slram_write(struct mtd_info *mtd, loff_t to, size_t len, slram_write() argument
H A Dsst25l.c256 static int sst25l_write(struct mtd_info *mtd, loff_t to, size_t len, sst25l_write() argument
/linux-4.4.14/drivers/hwspinlock/
H A Dhwspinlock_core.c178 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, __hwspin_lock_timeout() argument
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_slave_compat.c94 tilcdc_copy_props(struct device_node *from, struct device_node *to, const char * const props[], struct kfree_table *kft) tilcdc_copy_props() argument
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-io.h141 void cx18_memcpy_fromio(struct cx18 *cx, void *to, cx18_memcpy_fromio() argument
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-queue.c88 ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *to, int clear) ivtv_queue_move_buf() argument
122 ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, struct ivtv_queue *to, int needed_bytes) ivtv_queue_move() argument
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dcfm.c594 int cem_build_path(struct s_smc *smc, char *to, int path_index) cem_build_path() argument
/linux-4.4.14/arch/xtensa/mm/
H A Dinit.c70 static int __init move_banks(struct meminfo *to, struct meminfo *from) move_banks() argument
/linux-4.4.14/block/
H A Dbounce.c53 static void bounce_copy_vec(struct bio_vec *to, unsigned char *vfrom) bounce_copy_vec() argument
102 static void copy_to_high_bio_irq(struct bio *to, struct bio *from) copy_to_high_bio_irq() argument
187 struct bio_vec *to, from; __blk_queue_bounce() local
/linux-4.4.14/arch/arc/include/asm/
H A Duaccess.h166 __arc_copy_from_user(void *to, const void __user *from, unsigned long n) __arc_copy_from_user() argument
396 __arc_copy_to_user(void __user *to, const void *from, unsigned long n) __arc_copy_to_user() argument
617 static inline unsigned long __arc_clear_user(void __user *to, unsigned long n) __arc_clear_user() argument
/linux-4.4.14/fs/ncpfs/
H A Dfile.c101 ncp_file_read_iter(struct kiocb *iocb, struct iov_iter *to) ncp_file_read_iter() argument
/linux-4.4.14/net/bridge/
H A Dbr_forward.c79 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) __br_deliver() argument
105 static void __br_forward(const struct net_bridge_port *to, struct sk_buff *skb) __br_forward() argument
130 void br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) br_deliver() argument
142 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) br_forward() argument
/linux-4.4.14/net/core/
H A Dutils.c303 inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb, __be32 from, __be32 to, bool pseudohdr) inet_proto_csum_replace4() argument
319 inet_proto_csum_replace16(__sum16 *sum, struct sk_buff *skb, const __be32 *from, const __be32 *to, bool pseudohdr) inet_proto_csum_replace16() argument
H A Ddev_addr_lists.c537 int dev_uc_sync(struct net_device *to, struct net_device *from) dev_uc_sync() argument
567 int dev_uc_sync_multiple(struct net_device *to, struct net_device *from) dev_uc_sync_multiple() argument
592 void dev_uc_unsync(struct net_device *to, struct net_device *from) dev_uc_unsync() argument
758 int dev_mc_sync(struct net_device *to, struct net_device *from) dev_mc_sync() argument
788 int dev_mc_sync_multiple(struct net_device *to, struct net_device *from) dev_mc_sync_multiple() argument
813 void dev_mc_unsync(struct net_device *to, struct net_device *from) dev_mc_unsync() argument
/linux-4.4.14/fs/9p/
H A Dvfs_dir.c134 struct iov_iter to; v9fs_dir_readdir() local
H A Dxattr.c32 struct iov_iter to; v9fs_fid_xattr_get() local
H A Dvfs_addr.c56 struct iov_iter to; v9fs_fid_readpage() local
H A Dvfs_file.c382 v9fs_file_read_iter(struct kiocb *iocb, struct iov_iter *to) v9fs_file_read_iter() argument
575 v9fs_mmap_file_read_iter(struct kiocb *iocb, struct iov_iter *to) v9fs_mmap_file_read_iter() argument
/linux-4.4.14/fs/bfs/
H A Dfile.c32 static int bfs_move_block(unsigned long from, unsigned long to, bfs_move_block() argument
162 static void bfs_write_failed(struct address_space *mapping, loff_t to) bfs_write_failed() argument
/linux-4.4.14/fs/reiserfs/
H A Dfile.c176 reiserfs_commit_page(struct inode *inode, struct page *page, unsigned from, unsigned to) reiserfs_commit_page() argument
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_inode_buf.c198 xfs_dinode_from_disk( xfs_icdinode_t *to, xfs_dinode_t *from) xfs_dinode_from_disk() argument
245 xfs_dinode_to_disk( xfs_dinode_t *to, xfs_icdinode_t *from) xfs_dinode_to_disk() argument
H A Dxfs_sb.c351 __xfs_sb_from_disk( struct xfs_sb *to, xfs_dsb_t *from, bool convert_xquota) __xfs_sb_from_disk() argument
426 xfs_sb_from_disk( struct xfs_sb *to, xfs_dsb_t *from) xfs_sb_from_disk() argument
434 xfs_sb_quota_to_disk( struct xfs_dsb *to, struct xfs_sb *from) xfs_sb_quota_to_disk() argument
493 xfs_sb_to_disk( struct xfs_dsb *to, struct xfs_sb *from) xfs_sb_to_disk() argument
/linux-4.4.14/arch/s390/include/asm/
H A Didals.h196 idal_buffer_to_user(struct idal_buffer *ib, void __user *to, size_t count) idal_buffer_to_user() argument
/linux-4.4.14/arch/sh/include/asm/
H A Duaccess.h115 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
121 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
148 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
160 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
205 unsigned long (*to)(void __user *dst, const void *src, unsigned long cnt); member in struct:mem_access
/linux-4.4.14/arch/sh/mm/
H A Dnommu.c22 void copy_page(void *to, void *from) copy_page() argument
27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) __copy_user() argument
33 __kernel_size_t __clear_user(void *to, __kernel_size_t n) __clear_user() argument
/linux-4.4.14/arch/m68k/include/asm/
H A Dpage_mm.h16 static inline void copy_page(void *to, void *from) copy_page() argument
H A Duaccess_mm.h239 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) __constant_copy_from_user() argument
320 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) __constant_copy_to_user() argument
H A Duaccess_no.h173 __clear_user(void *to, unsigned long n) __clear_user() argument
/linux-4.4.14/arch/nios2/include/asm/
H A Duaccess.h71 static inline unsigned long __must_check __clear_user(void __user *to, __clear_user() argument
90 static inline unsigned long __must_check clear_user(void __user *to, clear_user() argument
102 static inline long copy_from_user(void *to, const void __user *from, copy_from_user() argument
110 static inline long copy_to_user(void __user *to, const void *from, copy_to_user() argument
/linux-4.4.14/arch/frv/include/asm/
H A Duaccess.h281 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
288 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
294 static inline long copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
/linux-4.4.14/arch/ia64/lib/
H A Dio.c10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) memcpy_fromio() argument
25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
/linux-4.4.14/arch/m32r/kernel/
H A Dsetup.c95 char *to = command_line; parse_mem_cmdline() local
/linux-4.4.14/arch/arm64/include/asm/
H A Duaccess.h255 static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
271 static inline unsigned long __must_check copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument
281 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) clear_user() argument
/linux-4.4.14/arch/avr32/include/asm/
H A Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, __copy_to_user() argument
85 static inline __kernel_size_t __copy_from_user(void *to, __copy_from_user() argument
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dmach-smartq.c75 static void smartq_usb_host_powercontrol(int port, int to) smartq_usb_host_powercontrol() argument
/linux-4.4.14/net/rds/
H A Dtcp_recv.c62 int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iov_iter *to) rds_tcp_inc_copy_to_user() argument
/linux-4.4.14/sound/soc/samsung/
H A Ds3c24xx_simtec.c85 static void spk_unmute_state(int to) spk_unmute_state() argument
/linux-4.4.14/drivers/usb/host/
H A Dohci-s3c2410.c140 s3c2410_usb_set_power(struct s3c2410_hcd_info *info, int port, int to) s3c2410_usb_set_power() argument
/linux-4.4.14/drivers/rtc/
H A Drtc-puv3.c56 static void puv3_rtc_setaie(struct device *dev, int to) puv3_rtc_setaie() argument
/linux-4.4.14/drivers/s390/char/
H A Dmonwriter.c220 void *to; monwrite_write() local
/linux-4.4.14/drivers/staging/goldfish/
H A Dgoldfish_nand.c218 static int goldfish_nand_write(struct mtd_info *mtd, loff_t to, size_t len, goldfish_nand_write() argument
/linux-4.4.14/drivers/mtd/lpddr/
H A Dlpddr_cmds.c619 static int lpddr_write_buffers(struct mtd_info *mtd, loff_t to, size_t len, lpddr_write_buffers() argument
631 lpddr_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) lpddr_writev() argument
/linux-4.4.14/drivers/mtd/ubi/
H A Deba.c1076 int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to, ubi_eba_copy_leb() argument
H A Dgluebi.c211 static int gluebi_write(struct mtd_info *mtd, loff_t to, size_t len, gluebi_write() argument
/linux-4.4.14/drivers/input/touchscreen/
H A Deeti_ts.c71 unsigned int x, y, res, pressed, to = 100; eeti_ts_read() local
/linux-4.4.14/drivers/iommu/
H A Diova.c493 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) copy_reserved_iova() argument
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-vid-common.c685 rect_scale(struct v4l2_rect *r, const struct v4l2_rect *from, const struct v4l2_rect *to) rect_scale() argument
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddynack.c86 u32 to = 0; ath_dynack_compute_ackto() local
/linux-4.4.14/drivers/cpufreq/
H A Dmaple-cpufreq.c81 int to; maple_scom_switch_freq() local
/linux-4.4.14/drivers/base/regmap/
H A Dregmap-debugfs.c183 regmap_read_debugfs(struct regmap *map, unsigned int from, unsigned int to, char __user *user_buf, size_t count, loff_t *ppos) regmap_read_debugfs() argument
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_context.c613 needs_pd_load_pre(struct intel_engine_cs *ring, struct intel_context *to) needs_pd_load_pre() argument
630 needs_pd_load_post(struct intel_engine_cs *ring, struct intel_context *to, needs_pd_load_post() argument
652 struct intel_context *to = req->ctx; do_switch() local
598 should_skip_switch(struct intel_engine_cs *ring, struct intel_context *from, struct intel_context *to) should_skip_switch() argument
/linux-4.4.14/arch/tile/include/asm/
H A Duaccess.h360 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
367 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
403 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
410 _copy_from_user(void *to, const void __user *from, unsigned long n) _copy_from_user() argument
428 static inline unsigned long __must_check copy_from_user(void *to, copy_from_user() argument
465 __copy_in_user(void __user *to, const void __user *from, unsigned long n) __copy_in_user() argument
472 copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument
/linux-4.4.14/arch/um/drivers/
H A Dcow_user.c145 static int absolutize(char *to, int size, char *from) absolutize() argument
H A Dnet_user.c151 int net_sendto(int fd, void *buf, int len, void *to, int sock_len) net_sendto() argument
/linux-4.4.14/arch/um/kernel/
H A Dirq.c455 struct thread_info *ti, *to; from_irq_stack() local
/linux-4.4.14/arch/um/kernel/skas/
H A Duaccess.c135 unsigned long *to_ptr = arg, to = *to_ptr; copy_chunk_from_user() local
142 long __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
153 static int copy_chunk_to_user(unsigned long to, int len, void *arg) copy_chunk_to_user() argument
162 long __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
175 char **to_ptr = arg, *to = *to_ptr; strncpy_chunk_from_user() local
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dregset.c208 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; convert_from_fxsr() local
247 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; convert_to_fxsr() local
/linux-4.4.14/arch/alpha/include/asm/
H A Duaccess.h358 __copy_tofrom_user_nocheck(void *to, const void *from, long len) __copy_tofrom_user_nocheck() argument
375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) __copy_tofrom_user() argument
398 copy_to_user(void __user *to, const void *from, long n) copy_to_user() argument
404 copy_from_user(void *to, const void __user *from, long n) copy_from_user() argument
412 __clear_user(void __user *to, long len) __clear_user() argument
426 clear_user(void __user *to, long len) clear_user() argument
/linux-4.4.14/arch/alpha/kernel/
H A Dio.c420 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) memcpy_fromio() argument
474 void memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
528 void _memset_c_io(volatile void __iomem *to, unsigned long c, long count) _memset_c_io() argument
/linux-4.4.14/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c62 static void flash_copy_from(struct map_info *map, void *to, flash_copy_from() argument
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c67 static void flash_copy_from(struct map_info *map, void *to, flash_copy_from() argument
/linux-4.4.14/fs/logfs/
H A Ddev_bdev.c214 static int bdev_erase(struct super_block *sb, loff_t to, size_t len, bdev_erase() argument
/linux-4.4.14/fs/minix/
H A Ditree_common.c17 static inline int verify_chain(Indirect *from, Indirect *to) verify_chain() argument
/linux-4.4.14/fs/nilfs2/
H A Ddir.c78 static int nilfs_prepare_chunk(struct page *page, unsigned from, unsigned to) nilfs_prepare_chunk() argument
414 unsigned to = from + nilfs_rec_len_from_disk(de->rec_len); nilfs_set_link() local
444 unsigned from, to; nilfs_add_link() local
537 unsigned to = ((char *)dir - kaddr) + nilfs_delete_entry() local
84 nilfs_commit_chunk(struct page *page, struct address_space *mapping, unsigned from, unsigned to) nilfs_commit_chunk() argument
H A Dpage.c443 nilfs_page_count_clean_buffers(struct page *page, unsigned from, unsigned to) nilfs_page_count_clean_buffers() argument
/linux-4.4.14/mm/
H A Dtruncate.c733 void pagecache_isize_extended(struct inode *inode, loff_t from, loff_t to) pagecache_isize_extended() argument
/linux-4.4.14/net/bluetooth/
H A Dhci_request.c348 int to; hci_update_random_address() local
/linux-4.4.14/net/dccp/
H A Doptions.c269 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len) dccp_encode_value_var() argument
295 unsigned char *to; dccp_insert_option() local
360 unsigned char *to; dccp_insert_option_timestamp_echo() local
410 unsigned char *to; dccp_insert_option_ackvec() local
507 u8 tot_len, *to; dccp_insert_fn_opt() local
/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c215 send_write(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp, u32 rmr, u64 to, u32 xdr_off, int write_len, struct svc_rdma_req_map *vec) send_write() argument
/linux-4.4.14/fs/afs/
H A Drxrpc.c277 unsigned count, n, loop, offset, to; afs_send_pages() local
H A Dvnode.c769 afs_vnode_store_data(struct afs_writeback *wb, pgoff_t first, pgoff_t last, unsigned offset, unsigned to) afs_vnode_store_data() argument
H A Dwrite.c127 unsigned to = from + len; afs_write_begin() local
320 unsigned n, offset, to; afs_write_back_from_locked_page() local
/linux-4.4.14/fs/
H A Dchar_dev.c177 dev_t to = from + count; register_chrdev_region() local
287 dev_t to = from + count; unregister_chrdev_region() local
/linux-4.4.14/fs/cifs/
H A Dcifs_unicode.c182 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, cifs_from_utf16() argument
253 cifs_strtoUTF16(__le16 *to, const char *from, int len, cifs_strtoUTF16() argument
H A Dsmb2misc.c383 __le16 *to; cifs_convert_path_to_utf16() local
/linux-4.4.14/fs/ecryptfs/
H A Dfile.c46 ecryptfs_read_update_atime(struct kiocb *iocb, struct iov_iter *to) ecryptfs_read_update_atime() argument
H A Dmmap.c249 static int fill_zeros_to_end_of_page(struct page *page, unsigned int to) fill_zeros_to_end_of_page() argument
485 unsigned to = from + copied; ecryptfs_write_end() local
/linux-4.4.14/kernel/rcu/
H A Dsrcu.c90 static inline void rcu_batch_move(struct rcu_batch *to, struct rcu_batch *from) rcu_batch_move() argument
/linux-4.4.14/fs/omfs/
H A Dfile.c309 static void omfs_write_failed(struct address_space *mapping, loff_t to) omfs_write_failed() argument
/linux-4.4.14/fs/overlayfs/
H A Doverlayfs.h180 static inline void ovl_copyattr(struct inode *from, struct inode *to) ovl_copyattr() argument
/linux-4.4.14/fs/sysv/
H A Dinode.c108 read3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) read3byte() argument
129 write3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) write3byte() argument
/linux-4.4.14/fs/ubifs/
H A Dkey.h422 key_read(const struct ubifs_info *c, const void *from, union ubifs_key *to) key_read() argument
437 key_write(const struct ubifs_info *c, const union ubifs_key *from, void *to) key_write() argument
453 key_write_idx(const struct ubifs_info *c, const union ubifs_key *from, void *to) key_write_idx() argument
468 key_copy(const struct ubifs_info *c, const union ubifs_key *from, union ubifs_key *to) key_copy() argument
/linux-4.4.14/fs/ufs/
H A Ddir.c514 unsigned to = ((char*)dir - kaddr) + fs16_to_cpu(sb, dir->d_reclen); ufs_delete_entry() local
/linux-4.4.14/include/asm-generic/
H A Duaccess.h79 static inline __must_check long __copy_from_user(void *to, __copy_from_user() argument
109 static inline __must_check long __copy_to_user(void __user *to, __copy_to_user() argument
257 static inline long copy_from_user(void *to, copy_from_user() argument
267 static inline long copy_to_user(void __user *to, copy_to_user() argument
331 __clear_user(void __user *to, unsigned long n) __clear_user() argument
339 clear_user(void __user *to, unsigned long n) clear_user() argument
/linux-4.4.14/include/sound/
H A Dpcm_params.h95 snd_mask_set_range(struct snd_mask *mask, unsigned int from, unsigned int to) snd_mask_set_range() argument
103 snd_mask_reset_range(struct snd_mask *mask, unsigned int from, unsigned int to) snd_mask_reset_range() argument

Completed in 6320 milliseconds

123