Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 25 of 121) sorted by relevance

12345

/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c282 int addattr(struct nlmsghdr *n, int maxlen, int type) in addattr()
287 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) in addattr8()
292 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data) in addattr16()
297 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32()
302 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data) in addattr64()
307 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *str) in addattrstrz()
312 int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, in addattr_l()
332 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len) in addraw_l()
346 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) in addattr_nest()
/linux/drivers/pci/
H A Diomap.c32 unsigned long maxlen) in pci_iomap_range()
79 unsigned long maxlen) in pci_iomap_wc_range()
123 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap()
144 void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap_wc()
/linux/include/asm-generic/
H A Dpci_iomap.h46 unsigned long maxlen) in pci_iomap_range()
52 unsigned long maxlen) in pci_iomap_wc_range()
/linux/kernel/trace/
H A Dtrace_probe_kernel.h55 int maxlen = get_loc_len(*(u32 *)dest); in fetch_store_string_user() local
77 int maxlen = get_loc_len(*(u32 *)dest); in fetch_store_string() local
H A Dtrace_probe_tmpl.h90 int maxlen = get_loc_len(*(u32 *)dest); in fetch_store_symstring() local
268 int header_size, int maxlen) in store_trace_args()
/linux/drivers/input/
H A Devdev.c639 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
667 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
706 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
719 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
740 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
751 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
767 static int str_to_user(const char *str, unsigned int maxlen, void __user *p) in str_to_user()
892 unsigned int maxlen, void __user *p, in evdev_handle_get_val()
/linux/include/linux/sunrpc/xdrgen/
H A D_builtins.h242 xdrgen_decode_string(struct xdr_stream *xdr, string *ptr, u32 maxlen) in xdrgen_decode_string()
260 xdrgen_encode_string(struct xdr_stream *xdr, string val, u32 maxlen) in xdrgen_encode_string()
271 xdrgen_decode_opaque(struct xdr_stream *xdr, opaque *ptr, u32 maxlen) in xdrgen_decode_opaque()
/linux/fs/xfs/
H A Dxfs_rtalloc.c247 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
351 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
409 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
556 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtalloc_sumlevel()
606 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
1884 xfs_rtxlen_t maxlen, in xfs_rtallocate_adjust_for_busy()
1934 xfs_rtxlen_t maxlen, in xfs_rtallocate_rtg()
2048 xfs_rtxlen_t maxlen, in xfs_rtallocate_rtgs()
/linux/drivers/md/
H A Ddm-stats.c491 char *result, unsigned int maxlen) in dm_stats_list()
855 bool clear, char *result, unsigned int maxlen) in dm_stats_print()
1002 char *result, unsigned int maxlen) in message_stats_create()
1156 char *result, unsigned int maxlen) in message_stats_list()
1179 char *result, unsigned int maxlen) in message_stats_print()
1220 char *result, unsigned int maxlen) in dm_stats_message()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c271 char *buf,unsigned int maxlen, in pvr2_ctrl_custom_value_to_sym()
514 char *buf,unsigned int maxlen, in pvr2_ctrl_value_to_sym_internal()
554 char *buf,unsigned int maxlen, in pvr2_ctrl_value_to_sym()
/linux/fs/romfs/
H A Dstorage.c37 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
238 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
/linux/init/
H A Dversion.c23 size_t maxlen = bufsize - 1; in early_hostname() local
/linux/sound/core/seq/oss/
H A Dseq_oss_writeq.h17 int maxlen; member
H A Dseq_oss_readq.h21 int maxlen; member
H A Dseq_oss_writeq.c25 snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen) in snd_seq_oss_writeq_new()
/linux/fs/smb/client/
H A Dcifs_unicode.c332 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16()
612 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16()
/linux/tools/lib/api/fs/
H A Dcgroup.c19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
/linux/tools/include/nolibc/
H A Dstring.h172 size_t strnlen(const char *str, size_t maxlen) in strnlen()
195 char *strndup(const char *str, size_t maxlen) in strndup()
/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c402 unsigned int maxlen) in dm_pcache_status()
439 char **argv, char *result, unsigned int maxlen) in dm_pcache_message()
/linux/drivers/platform/surface/aggregator/
H A Dssh_parser.c119 size_t maxlen) in sshp_parse_frame()
/linux/tools/perf/util/
H A Ddemangle-java.c45 __demangle_java_sym(const char *str, const char *end, char *buf, int maxlen, int mode) in __demangle_java_sym()
/linux/net/ipv4/
H A Dtcp_ulp.c85 void tcp_get_available_ulp(char *buf, size_t maxlen) in tcp_get_available_ulp()
/linux/net/mptcp/
H A Dsched.c70 mptcp_get_available_schedulers(char * buf,size_t maxlen) mptcp_get_available_schedulers() argument
/linux/lib/
H A Dsys_info.c101 size_t maxlen; in sysctl_sys_info_handler() local
/linux/drivers/net/wan/
H A Dhd64570.c244 u32 maxlen; in sca_rx() local
633 u32 maxlen; in sca_xmit() local

12345