Searched refs:ENAMETOOLONG (Results 1 – 10 of 10) sorted by relevance
8 #define ENAMETOOLONG 36 /* File name too long */ macro
53 #define ENAMETOOLONG 78 /* File name too long */ macro
110 #define ENAMETOOLONG 248 /* File name too long */ macro
40 #define ENAMETOOLONG 63 /* File name too long */ macro
37 #define ENAMETOOLONG 63 /* File name too long */ macro
73 case -ENAMETOOLONG: return "-ENAMETOOLONG"; in libbpf_errstr()
728 return -ENAMETOOLONG; in tc_add_fd_and_name()
2288 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()
1207 return -ENAMETOOLONG; in pathname_concat()
1947 case ENAMETOOLONG: in find_source_path()
Completed in 41 milliseconds