Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 – 10 of 10) sorted by relevance

/tools/include/uapi/asm-generic/
A Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */ macro
/tools/arch/mips/include/uapi/asm/
A Derrno.h53 #define ENAMETOOLONG 78 /* File name too long */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h110 #define ENAMETOOLONG 248 /* File name too long */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h40 #define ENAMETOOLONG 63 /* File name too long */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h37 #define ENAMETOOLONG 63 /* File name too long */ macro
/tools/lib/bpf/
A Dstr_error.c73 case -ENAMETOOLONG: return "-ENAMETOOLONG"; in libbpf_errstr()
A Dnetlink.c728 return -ENAMETOOLONG; in tc_add_fd_and_name()
A Dlibbpf.c2288 return -ENAMETOOLONG; in bpf_object__read_kconfig_file()
2516 return -ENAMETOOLONG; in pathname_concat()
8032 return ERR_PTR(-ENAMETOOLONG); in bpf_object_open()
8053 err = -ENAMETOOLONG; in bpf_object_open()
10024 return -ENAMETOOLONG; in find_btf_by_prefix_kind()
/tools/bpf/bpftool/
A Dcommon.c1207 return -ENAMETOOLONG; in pathname_concat()
/tools/perf/util/
A Dprobe-finder.c1947 case ENAMETOOLONG: in find_source_path()

Completed in 41 milliseconds