Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/common/
Derrno.h52 #define ENAMETOOLONG 37 /* 文件名过长 Filename too long. */ macro
/DragonOS-0.1.3/user/libs/libc/src/include/
Derrno.h56 #define ENAMETOOLONG 37 /* 文件名过长 Filename too long. */ macro
/DragonOS-0.1.3/kernel/src/syscall/
Dsyscall.c415 return -ENAMETOOLONG; in sys_chdir()
492 return -ENAMETOOLONG; in sys_execve()
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/
Derrno.md89 #define ENAMETOOLONG 37 /* 文件名过长 Filename too long.*/
/DragonOS-0.1.3/kernel/src/filesystem/fat32/
Dfat_ent.c277 return -ENAMETOOLONG; in fat32_check_name_available()
/DragonOS-0.1.3/kernel/src/filesystem/procfs/
Dprocfs.c323 return -ENAMETOOLONG; in __check_name_available()
/DragonOS-0.1.3/kernel/src/filesystem/vfs/
DVFS.c387 return -ENAMETOOLONG; in do_open()