Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
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()
/tools/lib/api/fs/
Dcgroup.c19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
/tools/include/nolibc/
Dstring.h150 size_t strnlen(const char *str, size_t maxlen) in strnlen()
173 char *strndup(const char *str, size_t maxlen) in strndup()
/tools/perf/util/
Ddemangle-java.c45 __demangle_java_sym(const char *str, const char *end, char *buf, int maxlen, int mode) in __demangle_java_sym()
/tools/objtool/arch/powerpc/
Ddecode.c43 unsigned long offset, unsigned int maxlen, in arch_decode_instruction()
/tools/objtool/arch/loongarch/
Ddecode.c304 unsigned long offset, unsigned int maxlen, in arch_decode_instruction()
/tools/lib/bpf/
Dnlattr.h54 uint16_t maxlen; member
/tools/objtool/arch/x86/
Ddecode.c154 unsigned long offset, unsigned int maxlen, in arch_decode_instruction()
/tools/bpf/bpftool/
Dfeature.c552 size_t maxlen; in probe_prog_type() local
619 size_t maxlen; in probe_map_type() local
/tools/perf/
Dbuiltin-script.c2114 static int maxlen; in data_src__fprintf() local