/linux-3.3/kernel/ |
D | kfifo.c | 105 unsigned int len, unsigned int off) in kfifo_copy_in() 129 const void *buf, unsigned int len) in __kfifo_in() 144 unsigned int len, unsigned int off) in kfifo_copy_out() 168 void *buf, unsigned int len) in __kfifo_out_peek() 182 void *buf, unsigned int len) in __kfifo_out() 191 const void __user *from, unsigned int len, unsigned int off, in kfifo_copy_from_user() 226 unsigned long len, unsigned int *copied) in __kfifo_from_user() 252 unsigned int len, unsigned int off, unsigned int *copied) in kfifo_copy_to_user() 286 unsigned long len, unsigned int *copied) in __kfifo_to_user() 311 int nents, unsigned int len) in setup_sgl_buf() [all …]
|
/linux-3.3/drivers/scsi/ |
D | scsi_trace.c | 29 scsi_trace_rw6(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_rw6() 47 scsi_trace_rw10(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_rw10() 72 scsi_trace_rw12(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_rw12() 95 scsi_trace_rw16(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_rw16() 126 scsi_trace_rw32(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_rw32() 181 scsi_trace_unmap(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_unmap() 193 scsi_trace_service_action_in(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_service_action_in() 234 scsi_trace_varlen(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_varlen() 248 scsi_trace_misc(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_misc() 259 scsi_trace_parse_cdb(struct trace_seq *p, unsigned char *cdb, int len) in scsi_trace_parse_cdb()
|
/linux-3.3/drivers/parport/ |
D | ieee1284_ops.c | 41 const void *buffer, size_t len, in parport_ieee1284_write_compat() 150 void *buffer, size_t len, in parport_ieee1284_read_nibble() 241 void *buffer, size_t len, in parport_ieee1284_read_byte() 404 const void *buffer, size_t len, in parport_ieee1284_ecp_write_data() 491 void *buffer, size_t len, int flags) in parport_ieee1284_ecp_read_data() 639 const void *buffer, size_t len, in parport_ieee1284_ecp_write_addr() 731 const void *buffer, size_t len, in parport_ieee1284_epp_write_data() 775 void *buffer, size_t len, in parport_ieee1284_epp_read_data() 819 const void *buffer, size_t len, in parport_ieee1284_epp_write_addr() 863 void *buffer, size_t len, in parport_ieee1284_epp_read_addr()
|
/linux-3.3/arch/um/kernel/skas/ |
D | uaccess.c | 59 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() 90 static int buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument 133 static int copy_chunk_from_user(unsigned long from, int len, void *arg) in copy_chunk_from_user() 155 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user() 177 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) in strncpy_chunk_from_user() 212 static int clear_chunk(unsigned long addr, int len, void *unused) in clear_chunk() 218 int __clear_user(void __user *mem, int len) in __clear_user() 223 int clear_user(void __user *mem, int len) in clear_user() 235 static int strnlen_chunk(unsigned long str, int len, void *arg) in strnlen_chunk() 247 int strnlen_user(const void __user *str, int len) in strnlen_user()
|
/linux-3.3/arch/x86/include/asm/ |
D | checksum_32.h | 42 int len, __wsum sum) in csum_partial_copy_nocheck() 49 int len, __wsum sum, in csum_partial_copy_from_user() 109 unsigned short len, in csum_tcpudp_nofold() 128 unsigned short len, in csum_tcpudp_magic() 140 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 148 __u32 len, unsigned short proto, in csum_ipv6_magic() 176 int len, __wsum sum, in csum_and_copy_to_user()
|
/linux-3.3/arch/x86/um/asm/ |
D | checksum_32.h | 35 int len, __wsum sum) in csum_partial_copy_nocheck() 51 int len, __wsum sum, int *err_ptr) in csum_partial_copy_from_user() 116 unsigned short len, in csum_tcpudp_nofold() 135 unsigned short len, in csum_tcpudp_magic() 147 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 155 __u32 len, unsigned short proto, in csum_ipv6_magic() 183 int len, __wsum sum, int *err_ptr) in csum_and_copy_to_user()
|
/linux-3.3/arch/sh/include/asm/ |
D | sram.h | 12 static inline unsigned long sram_alloc(size_t len) in sram_alloc() 20 static inline void sram_free(unsigned long addr, size_t len) in sram_free() 27 static inline unsigned long sram_alloc(size_t len) in sram_alloc() 32 static inline void sram_free(unsigned long addr, size_t len) in sram_free()
|
D | checksum_32.h | 49 int len, __wsum sum) in csum_partial_copy_nocheck() 56 int len, __wsum sum, int *err_ptr) in csum_partial_copy_from_user() 118 unsigned short len, in csum_tcpudp_nofold() 145 unsigned short len, in csum_tcpudp_magic() 156 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 164 __u32 len, unsigned short proto, in csum_ipv6_magic() 203 int len, __wsum sum, in csum_and_copy_to_user()
|
/linux-3.3/net/sunrpc/ |
D | xdr.c | 37 unsigned int len; in xdr_decode_netobj() local 103 u32 len; in xdr_decode_string_inplace() local 121 xdr_terminate_string(struct xdr_buf *buf, const u32 len) in xdr_terminate_string() 133 unsigned int len) in xdr_encode_pages() 161 struct page **pages, unsigned int base, unsigned int len) in xdr_inline_pages() 199 size_t pgfrom_base, size_t len) in _shift_data_right_pages() 256 _copy_to_pages(struct page **pages, size_t pgbase, const char *p, size_t len) in _copy_to_pages() 300 _copy_from_pages(char *p, struct page **pages, size_t pgbase, size_t len) in _copy_from_pages() 339 xdr_shrink_bufhead(struct xdr_buf *buf, size_t len) in xdr_shrink_bufhead() 412 xdr_shrink_pagelen(struct xdr_buf *buf, size_t len) in xdr_shrink_pagelen() [all …]
|
/linux-3.3/arch/sparc/include/asm/ |
D | checksum_32.h | 44 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck() 62 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user() 86 csum_partial_copy_to_user(const void *src, void __user *dst, int len, in csum_partial_copy_to_user() 173 unsigned short len, in csum_tcpudp_nofold() 193 unsigned short len, in csum_tcpudp_magic() 204 __u32 len, unsigned short proto, in csum_ipv6_magic() 236 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
D | checksum_64.h | 49 void *dst, int len, in csum_partial_copy_from_user() 68 void __user *dst, int len, in csum_and_copy_to_user() 99 unsigned int len, in csum_tcpudp_nofold() 119 unsigned short len, in csum_tcpudp_magic() 130 __u32 len, unsigned short proto, in csum_ipv6_magic() 162 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-3.3/arch/mn10300/lib/ |
D | checksum.c | 36 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 48 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 54 __wsum csum_partial_copy(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy() 62 int len, __wsum sum) in csum_partial_copy_nocheck() 71 int len, __wsum sum, in csum_partial_copy_from_user() 87 int len, __wsum sum, in csum_and_copy_to_user()
|
/linux-3.3/arch/s390/include/asm/ |
D | checksum.h | 31 csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 54 int len, __wsum sum, in csum_partial_copy_from_user() 70 csum_partial_copy_nocheck (const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck() 104 unsigned short len, unsigned short proto, in csum_tcpudp_nofold() 131 unsigned short len, unsigned short proto, in csum_tcpudp_magic() 142 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-3.3/arch/xtensa/include/asm/ |
D | checksum.h | 50 int len, __wsum sum) in csum_partial_copy_nocheck() 57 int len, __wsum sum, int *err_ptr) in csum_partial_copy_from_user() 123 unsigned short len, in csum_tcpudp_nofold() 157 unsigned short len, in csum_tcpudp_magic() 169 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 177 __u32 len, unsigned short proto, in csum_ipv6_magic() 242 int len, __wsum sum, int *err_ptr) in csum_and_copy_to_user()
|
/linux-3.3/lib/ |
D | checksum.c | 50 static unsigned int do_csum(const unsigned char *buff, int len) in do_csum() 127 __wsum csum_partial(const void *buff, int len, __wsum wsum) in csum_partial() 144 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 154 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user() 174 csum_partial_copy(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy() 183 unsigned short len, in csum_tcpudp_nofold()
|
D | crc32.c | 51 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) in crc32_body() 112 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) in crc32_le() 124 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) in crc32_le() 167 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) in crc32_be() 181 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) in crc32_be() 356 static void bytereverse(unsigned char *buf, size_t len) in bytereverse() 364 static void random_garbage(unsigned char *buf, size_t len) in random_garbage() 394 static u32 test_step(u32 init, unsigned char *buf, size_t len) in test_step()
|
/linux-3.3/arch/frv/lib/ |
D | checksum.c | 46 static unsigned long do_csum(const unsigned char * buff, int len) in do_csum() 107 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 124 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 136 int len, __wsum sum, int *csum_err) in csum_partial_copy_from_user() 160 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
|
/linux-3.3/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 50 static void carl9170_dbg_message(struct ar9170 *ar, const char *buf, u32 len) in carl9170_dbg_message() 130 static void carl9170_cmd_callback(struct ar9170 *ar, u32 len, void *buffer) in carl9170_cmd_callback() 162 void carl9170_handle_command_response(struct ar9170 *ar, void *buf, u32 len) in carl9170_handle_command_response() 465 static struct sk_buff *carl9170_rx_copy_data(u8 *buf, int len) in carl9170_rx_copy_data() 493 static u8 *carl9170_find_ie(u8 *data, unsigned int len, u8 ie) in carl9170_find_ie() 521 static void carl9170_ps_beacon(struct ar9170 *ar, void *data, unsigned int len) in carl9170_ps_beacon() 624 static void carl9170_handle_mpdu(struct ar9170 *ar, u8 *buf, int len) in carl9170_handle_mpdu() 779 static void __carl9170_rx(struct ar9170 *ar, u8 *buf, unsigned int len) in __carl9170_rx() 800 static void carl9170_rx_stream(struct ar9170 *ar, void *buf, unsigned int len) in carl9170_rx_stream() 932 void carl9170_rx(struct ar9170 *ar, void *buf, unsigned int len) in carl9170_rx()
|
/linux-3.3/arch/arm/include/asm/ |
D | ide.h | 16 #define __ide_mm_insw(port,addr,len) readsw(port,addr,len) argument 17 #define __ide_mm_insl(port,addr,len) readsl(port,addr,len) argument 18 #define __ide_mm_outsw(port,addr,len) writesw(port,addr,len) argument 19 #define __ide_mm_outsl(port,addr,len) writesl(port,addr,len) argument
|
/linux-3.3/net/core/ |
D | iovec.c | 64 size_t len = iov[ct].iov_len; in verify_iovec() local 82 int memcpy_toiovec(struct iovec *iov, unsigned char *kdata, int len) in memcpy_toiovec() 106 int offset, int len) in memcpy_toiovecend() 133 int memcpy_fromiovec(unsigned char *kdata, struct iovec *iov, int len) in memcpy_fromiovec() 157 int offset, int len) in memcpy_fromiovecend() 190 int offset, unsigned int len, __wsum *csump) in csum_partial_copy_fromiovecend()
|
/linux-3.3/arch/mips/include/asm/ |
D | checksum.h | 40 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user() 53 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user() 133 __be32 daddr, unsigned short len, unsigned short proto, in csum_tcpudp_nofold() 179 unsigned short len, in csum_tcpudp_magic() 190 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 198 __u32 len, unsigned short proto, in csum_ipv6_magic()
|
/linux-3.3/drivers/isdn/pcbit/ |
D | callbacks.c | 46 int len; in cb_out_1() local 89 int len; in cb_out_2() local 136 int len; in cb_in_1() local 195 int len; in cb_in_2() local 221 int len; in cb_in_3() local 246 int len; in cb_disc_1() local 275 int len; in cb_disc_2() local 318 int len; in cb_selp_1() local
|
/linux-3.3/arch/h8300/lib/ |
D | checksum.c | 46 static unsigned long do_csum(const unsigned char * buff, int len) in do_csum() 120 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 137 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 147 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user() 160 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
|
/linux-3.3/drivers/pnp/pnpbios/ |
D | rsparser.c | 56 int start, int len) in pnpbios_parse_allocated_ioresource() 68 int start, int len) in pnpbios_parse_allocated_memresource() 83 unsigned int len, tag; in pnpbios_parse_allocated_resource_data() local 220 resource_size_t min, max, align, len; in pnpbios_parse_mem_option() local 236 resource_size_t min, max, align, len; in pnpbios_parse_mem32_option() local 252 resource_size_t base, len; in pnpbios_parse_fixed_mem32_option() local 291 resource_size_t min, max, align, len; in pnpbios_parse_port_option() local 307 resource_size_t base, len; in pnpbios_parse_fixed_port_option() local 319 unsigned int len, tag; in pnpbios_parse_resource_option_data() local 434 int len, tag; in pnpbios_parse_compatible_ids() local [all …]
|
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_debug.c | 45 int len = 0; in proc_get_stats_ap() local 71 int len = 0; in proc_get_registers_0() local 101 int len = 0; in proc_get_registers_1() local 133 int len = 0; in proc_get_registers_2() local 165 int len = 0; in proc_get_registers_3() local 197 int len = 0; in proc_get_registers_4() local 229 int len = 0; in proc_get_registers_5() local 261 int len = 0; in proc_get_registers_6() local 293 int len = 0; in proc_get_registers_7() local 325 int len = 0; in proc_get_registers_8() local [all …]
|