Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 25 of 116) 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/drivers/md/
H A Ddm-dust.c142 unsigned int maxlen, unsigned int *sz_ptr) in dust_query_block()
264 static int dust_clear_badblocks(struct dust_device *dd, char *result, unsigned int maxlen, in dust_clear_badblocks()
287 static int dust_list_badblocks(struct dust_device *dd, char *result, unsigned int maxlen, in dust_list_badblocks()
415 char *result, unsigned int maxlen) in dust_message()
514 unsigned int status_flags, char *result, unsigned int maxlen) in dust_status()
H A Ddm-stats.c489 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()
H A Ddm-switch.c471 char *result, unsigned int maxlen) in switch_message()
491 unsigned int status_flags, char *result, unsigned int maxlen) in switch_status()
/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
255 int header_size, int maxlen) in store_trace_args()
/linux/drivers/input/
H A Devdev.c634 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
662 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
701 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
714 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
735 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
746 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
762 static int str_to_user(const char *str, unsigned int maxlen, void __user *p) in str_to_user()
887 unsigned int maxlen, void __user *p, in evdev_handle_get_val()
/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()
1876 xfs_rtxlen_t maxlen, in xfs_rtallocate_adjust_for_busy()
1926 xfs_rtxlen_t maxlen, in xfs_rtallocate_rtg()
2040 xfs_rtxlen_t maxlen, in xfs_rtallocate_rtgs()
/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/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/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/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.c394 unsigned int maxlen) in dm_pcache_status()
431 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/fs/xfs/scrub/
H A Dcow_repair.c410 xfs_extlen_t maxlen, in xrep_cow_alloc()
450 xfs_extlen_t maxlen, in xrep_cow_alloc_rt()
/linux/net/ipv4/
H A Dtcp_ulp.c85 void tcp_get_available_ulp(char *buf, size_t maxlen) in tcp_get_available_ulp()
/linux/drivers/net/wan/
H A Dhd64570.c244 u32 maxlen; in sca_rx() local
633 u32 maxlen; in sca_xmit() local

12345