| /linux/tools/testing/selftests/bpf/ |
| H A D | netlink_helpers.c | 282 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 D | iomap.c | 32 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 D | dm-dust.c | 142 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 D | dm-stats.c | 489 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 D | dm-switch.c | 471 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 D | pci_iomap.h | 46 unsigned long maxlen) in pci_iomap_range() 52 unsigned long maxlen) in pci_iomap_wc_range()
|
| /linux/kernel/trace/ |
| H A D | trace_probe_kernel.h | 55 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 D | trace_probe_tmpl.h | 90 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 D | evdev.c | 634 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 D | xfs_rtalloc.c | 247 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 D | pvrusb2-ctrl.c | 271 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 D | storage.c | 37 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 D | version.c | 23 size_t maxlen = bufsize - 1; in early_hostname() local
|
| /linux/fs/smb/client/ |
| H A D | cifs_unicode.c | 332 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 D | seq_oss_writeq.h | 17 int maxlen; member
|
| H A D | seq_oss_readq.h | 21 int maxlen; member
|
| H A D | seq_oss_writeq.c | 25 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 D | cgroup.c | 19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
|
| /linux/tools/include/nolibc/ |
| H A D | string.h | 172 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 D | dm_pcache.c | 394 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 D | ssh_parser.c | 119 size_t maxlen) in sshp_parse_frame()
|
| /linux/tools/perf/util/ |
| H A D | demangle-java.c | 45 __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 D | cow_repair.c | 410 xfs_extlen_t maxlen, in xrep_cow_alloc() 450 xfs_extlen_t maxlen, in xrep_cow_alloc_rt()
|
| /linux/net/ipv4/ |
| H A D | tcp_ulp.c | 85 void tcp_get_available_ulp(char *buf, size_t maxlen) in tcp_get_available_ulp()
|
| /linux/drivers/net/wan/ |
| H A D | hd64570.c | 244 u32 maxlen; in sca_rx() local 633 u32 maxlen; in sca_xmit() local
|